Cisco Systems 4500 Switch User Manual


  Open as PDF
of 1504
 
9-15
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
Verifying IS-IS NSF
To verify IS-IS NSF, you must check that the NSF function is configured on the SSO-enabled networking
device. To verify IS-IS NSF, follow these steps:
Step 1 Verify that “nsf” appears in the IS-IS configuration of the SSO-enabled device by entering the
show running-config command. The display shows either the Cisco IS-IS or the IETF IS-IS
configuration. The following display indicates that the device uses the Cisco implementation of IS-IS
NSF:
Switch# show running-config
<...Output Truncated...>
router isis
nsf cisco
<...Output Truncated...>
Step 2 If the NSF configuration is set to cisco, enter the show isis nsf command to verify that NSF is enabled
on the device. Using the Cisco configuration, the display output differs on the active and redundant RPs.
The following display shows sample output for the Cisco configuration on the active RP. In this example,
note the presence of “NSF restart enabled”:
Switch# show isis nsf
NSF is ENABLED, mode 'cisco'
RP is ACTIVE, standby ready, bulk sync complete
NSF interval timer expired (NSF restart enabled)
Checkpointing enabled, no errors
Local state:ACTIVE, Peer state:STANDBY HOT, Mode:SSO
The following display shows sample output for the Cisco configuration on the standby RP. In this
example, note the presence of “NSF restart enabled”:
Switch# show isis nsf
NSF enabled, mode 'cisco'
RP is STANDBY, chkpt msg receive count:ADJ 2, LSP 7
NSF interval timer notification received (NSF restart enabled)
Checkpointing enabled, no errors
Local state:STANDBY HOT, Peer state:ACTIVE, Mode:SSO
Step 5
Switch(config-router)# nsf t3 {manual [seconds] |
adjacency}
(Optional) Specifies the time IS-IS waits for the
IS-IS database to synchronize before generating
overloaded link-state information for itself and
flooding that information out to its neighbors.
The t3 keyword applies only if you selected IETF
operation. When you specify adjacency, the switch
that is restarting obtains its wait time from
neighboring devices.
Step 6
Switch(config-router)# nsf interface wait seconds
(Optional) Specifies how long an IS-IS NSF restart
waits for all interfaces with IS-IS adjacencies to
come up before completing the restart. The default
is 10 seconds.
Command Purpose