Deployment Guide
NOTE: When using the IS-IS routing protocol to exchange IPv6 routing information and to determine destination reachability, you
can route IPv6 along with IPv4 while using a single intra-domain routing protocol. The conguration commands allow you to
enable and disable IPv6 routing and to congure or remove IPv6 prexes on links.
Except where identied, the commands described in this chapter apply to both IPv4 and IPv6 versions of IS-IS.
Conguration Tasks for IS-IS
The following describes the conguration tasks for IS-IS.
• Enabling IS-IS
• Conguring Multi-Topology IS-IS (MT IS-IS)
• Conguring IS-IS Graceful Restart
• Changing LSP Attributes
• Conguring the IS-IS Metric Style
• Conguring the IS-IS Cost
• Changing the IS-Type
• Controlling Routing Updates
• Conguring Authentication Passwords
• Setting the Overload Bit
• Debugging IS-IS
Enabling IS-IS
By default, IS-IS is not enabled.
The system supports one instance of IS-IS. To enable IS-IS globally, create an IS-IS routing process and assign a NET address. To exchange
protocol information with neighbors, enable IS-IS on an interface, instead of on a network as with other routing protocols.
In IS-IS, neighbors form adjacencies only when they are same IS type. For example, a Level 1 router never forms an adjacency with a Level 2
router. A Level 1-2 router forms Level 1 adjacencies with a neighboring Level 1 router and forms Level 2 adjacencies with a neighboring Level
2 router.
NOTE
: Even though you enable IS-IS globally, enable the IS-IS process on an interface for the IS-IS process to exchange
protocol information and form adjacencies.
To congure IS-IS globally, use the following commands.
1 Create an IS-IS routing process.
CONFIGURATION mode
router isis [tag]
tag: (optional) identies the name of the IS-IS process.
2 Congure an IS-IS network entity title (NET) for a routing process.
ROUTER ISIS mode
net network-entity-title
Specify the area address and system ID for an IS-IS routing process. The last byte must be 00.
For more information about conguring a NET, refer to IS-IS Addressing.
3 Enter the interface conguration mode.
CONFIGURATION mode
interface interface
Intermediate System to Intermediate System
431