nerdexam
Cisco

350-501 · Question #366

A network operator working for a private outsourcing company with an employee id: 4261:72:778 needs to limit the malicious traffic on their network. Which configuration must the engineer use to…

The correct answer is A. router(config)# interface gigabitethernet0/1. To implement URPF in loose mode on the GigabitEthernet0/1 interface for malicious traffic mitigation, the engineer must configure ip verify unicast reverse-path allow-default.

Networking

Question

A network operator working for a private outsourcing company with an employee id: 4261:72:778 needs to limit the malicious traffic on their network. Which configuration must the engineer use to implement URPF loose mode on the GigabitEthernet0/1 interface?

Options

  • Arouter(config)# interface gigabitethernet0/1
  • Brouter(config)# interface gigabitethernet0/1
  • Crouter(config)# interface gigabitethernet0/1
  • Drouter(config)# interface gigabitethernet0/1

How the community answered

(54 responses)
  • A
    91% (49)
  • B
    2% (1)
  • C
    2% (1)
  • D
    6% (3)

Why each option

To implement URPF in loose mode on the GigabitEthernet0/1 interface for malicious traffic mitigation, the engineer must configure `ip verify unicast reverse-path allow-default`.

Arouter(config)# interface gigabitethernet0/1Correct

The command `ip verify unicast reverse-path allow-default` correctly enables Unicast Reverse Path Forwarding (URPF) in loose mode on the specified interface. In loose mode, a packet is permitted if a route to its source IP address exists in the routing table via *any* interface, including the default route, effectively mitigating IP spoofing while accommodating asymmetric routing.

Brouter(config)# interface gigabitethernet0/1

The command `ip verify unicast reverse-path` without the `allow-default` keyword enables URPF in strict mode, which only allows packets if the incoming interface is the *best* reverse path to the source, failing to meet the loose mode requirement.

Crouter(config)# interface gigabitethernet0/1

The command `ip verify source-address reverse-path` is syntactically incorrect; the correct command is `ip verify unicast reverse-path`.

Drouter(config)# interface gigabitethernet0/1

The command `ip verify unicast reverse-path disable` explicitly disables URPF, which directly contradicts the requirement to implement URPF loose mode.

Concept tested: URPF loose mode configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_data_urpf/configuration/xe-16/sec-data-urpf-xe-16-book/sd-urpf-config.html

Topics

#URPF#Network Security#Interface Configuration

Community Discussion

No community discussion yet for this question.

Full 350-501 Practice