Send document comments to nexus7k-docfeedback@cisco.com.
9-13
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 9 Configuring IS-IS
Configuring IS-IS
The following example shows how to add Ethernet 1/2 interface to an IS-IS instance:
switch# config t
switch(config)# interface ethernet 1/2
switch(config-if)# ip router isis Enterprise
switch(config-if)# copy running-config startup-config
Shutdown IS-IS on an Interface
You can gracefully shut down IS-IS on an interface. This removes all adjacencies and stops IS-IS traffic
on this interface but preserves the IS-IS configuration.
To disable IS-IS on an interface, use the following command in interface configuration mode:
Configuring IS-IS Authentication in an Area
You can configure IS-IS to authenticate LSPs in an area.
BEFORE YOU BEGIN
Ensure that you have enabled the IS-IS feature (see the “Enabling the IS-IS Feature” section on
page 9-7).
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1. config t
2. router isis instance-tag
3. authentication-type {cleartext | md5} {level-1 | level-2}
4. authentication key-chain key {level-1 | level-2}
5. authentication-check {level-1 | level-2}
6. copy running-config startup-config
Command Purpose
switch(config-if)# isis shutdown
Example:
switch(config-router)# isis shutdown
Disables IS-IS on this interface. The IS-IS interface
configuration remains.