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.
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)- A91% (49)
- B2% (1)
- C2% (1)
- D6% (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`.
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.
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.
The command `ip verify source-address reverse-path` is syntactically incorrect; the correct command is `ip verify unicast reverse-path`.
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
Community Discussion
No community discussion yet for this question.