9-17
Software Configuration Guide—Release 15.0(2)SG
OL-23818-01
Chapter 9 Configuring Cisco NSF with SSO Supervisor Engine Redundancy Configuring NSF with SSO Supervisor Engine Redundancy
Configuring EIGRP NSF
To configure EIGRP NSF, perform this task:
Verifying EIGRP NSF
To verify EIGRP NSF, you must check that the NSF function is configured on the SSO-enabled
networking device. To verify EIGRP NSF, follow these steps:
Step 1 Verify that “nsf” appears in the EIGRP configuration of the SSO-enabled device by entering the
show running-config command:
Switch# show running-config
.
.
router eigrp 100
auto-summary
nsf
..
.
Step 2 Enter the show ip protocols command to verify that NSF is enabled on the device:
Switch# show ip protocols
*** IP Routing is NSF aware ***
Routing Protocol is "eigrp 100"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 100
EIGRP NSF-aware route hold timer is 240s
EIGRP NSF enabled
NSF signal timer is 20s
NSF converge timer is 120s
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
Routing Information Sources:
Gateway Distance Last Update
Distance: internal 90 external 170
Command Purpose
Step 1 Switch# configure terminal Enters global configuration mode.
Step 2 Switch(config)# router eigrp as-number Enables an EIGRP routing process, which places
the switch in router configuration mode.
Step 3 Switch(config-router)# nsf Enables EIGRP NSF.
Use this command on the “restarting” switch and
all of its peers.