QuestionQ8

Network

An engineer needs to configure Strict Unicast Reverse Path Forwarding (uRPF) mode for IPv4 packets on the Ethernet1/1 interface of a Cisco Nexus 9500 Series Switch.

Which configuration accomplishes this?

  • A interlace Ethernet1/1 ip address 172.16.10.1/24 ip verify unicast source reachable-via rx
  • B interface Ethernet1/1 ip address 172.16.10.1/24 ip verify unicast source any
  • C interface Ethernet1/1 ip address 172.16.10.1/24 ip verify unicast source reachable-via any
  • D interface Ethernet1/1 ip address 172.16.10.1/24 ip verify unicast source rx
Explanation

Strict Unicast RPF mode on Cisco NX-OS is enabled per interface with the command "ip verify unicast source reachable-via rx", which verifies that the source address of an incoming packet is reachable via the same interface (rx) on which the packet arrived, per the FIB entry. This differs from loose mode, which uses "reachable-via any" and only checks that the source is reachable via any interface. Configuring the Ethernet1/1 interface with the IP address and the "ip verify unicast source reachable-via rx" statement therefore implements strict uRPF for IPv4 traffic on that interface, as described in the Cisco Nexus 9000 Series NX-OS Security Configuration Guide's section on Configuring Unicast RPF.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!