Purpose
Command or Action
Displays the configuration for an interface in the running
configuration.
(Optional)
show running-config interface ethernet
slot
/
port
Example:
Step 6
switch(config)# show running-config interface
ethernet 2/3
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 7
switch(config)# copy running-config startup-config
Configuring Unicast RPF for Cisco Nexus 9300 Switches
You can configure one of the following Unicast RPF modes on an ingress interface for Cisco Nexus 9300
platform switches (excluding the 9300-FXP switches) running Cisco NX-OS Release 9.2(1) or a later release.
Strict Unicast RPF mode
A strict mode check is successful when Unicast RPF finds a match in the FIB for the packet source
address and the ingress interface through which the packet is received matches one of the Unicast RPF
interfaces in the FIB match. If this check fails, the packet is discarded. You can use this type of Unicast
RPF check where packet flows are expected to be symmetrical.
Loose Unicast RPF mode
A loose mode check is successful when a lookup of a packet source address in the FIB returns a match
and the FIB result indicates that the source is reachable through at least one real interface. The ingress
interface through which the packet is received is not required to match any of the interfaces in the FIB
result.
SUMMARY STEPS
1.
configure terminal
2.
[
no
]
system urpf disable
3.
interface ethernet slot/port
4.
{
ip
|
ipv6
}
address ip-address/length
5.
{
ip
|
ipv6
}
verify unicast source reachable-via
{
any
[
allow-default
] |
rx
}
6.
exit
7.
(Optional)
show ip interface ethernet slot/port
8.
(Optional)
show running-config interface ethernet slot/port
9.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
444
Configuring Unicast RPF
Configuring Unicast RPF for Cisco Nexus 9300 Switches