Examples
This example shows how to configure loose Unicast RPF checking on an interface:
switch# configure terminal
switch(config)# interface ethernet 2/3
switch(config-if)# ip verify unicast source reachable-via any
This example shows how to configure strict Unicast RPF checking on an interface:
switch# configure terminal
switch(config)# interface ethernet 2/3
switch(config-if)# ip verify unicast source reachable-via rx
Related Commands
DescriptionCommand
Displays the IP-related information for an interface.show ip interface ethernet
Displays the interface configuration in the running
configuration.
show running-config interface ethernet
Displays the IP configuration in the running
configuration.
show running-config ip
Displays the interface configuration in the startup
configuration.
show startup-config interface ethernet
Displays the IP configuration in the startup
configuration.
show startup-config ip
Cisco Nexus 7000 Series Security Command Reference
431
I Commands
ip verify unicast source reachable-via