Configuring IS IS For IP On Cisco Routers: Document ID: 13795
Configuring IS IS For IP On Cisco Routers: Document ID: 13795
Introduction
Prerequisites
Requirements
Components Used
Conventions
IS−IS Sample Configuration
Network Diagram
Configurations
Monitoring IS−IS
Monitoring IS−IS Adjacencies
Monitoring the IS−IS Database
Verify
Troubleshoot
Related Information
Introduction
The purpose of this document is to demonstrate a basic configuration of Intermediate System−to−Intermediate
System (IS−IS) for IP on Cisco routers. In addition to the configuration, we demonstrate how to monitor
various IS−IS information, such as Designated Intermediate System (DIS) election information and IS−IS
database information.
Prerequisites
Requirements
There are no specific requirements for this document.
Components Used
The information in this document is based on Cisco IOS ® Software Release 12.1(5)T9
The information in this document was created from the devices in a specific lab environment. All of the
devices used in this document started with a cleared (default) configuration. If your network is live, make sure
that you understand the potential impact of any command.
Conventions
For more information on document conventions, refer to Cisco Technical Tips Conventions.
In order to enable IS−IS for IP on a Cisco router and have it exchange routing information with other IS−IS
enabled routers, you must perform the following two tasks:
Other configuration tasks are optional, however the above two tasks are required. For more information on
optional configuration tasks, see Configuring Integrated IS−IS.
Network Diagram
This document uses this network setup:
Configurations
This document uses these configurations:
• Router 1
• Router 2
• Router 3
The sample configurations below configure all the routers in the above topology with the following
parameters:
• Area 49.0001
• Level 1 (L1) and Level 2 (L2) routers (this is the default unless otherwise specified)
• No optional parameters
• Running IS−IS for IP only
• Loopback interfaces (loopbacks are advertised by IS−IS, not IS−IS enabled)
Router 1
!
interface Loopback0
ip address 172.16.1.1 255.255.255.255
!
router isis
passive−interface Loopback0
net 49.0001.1720.1600.1001.00
!
Router 2
!
interface Loopback0
ip address 172.16.2.2 255.255.255.255
!
Interface Ethernet0
ip address 172.16.12.2 255.255.255.0
ip router isis
!
Interface Serial0
ip address 172.16.23.1 255.255.255.252
ip router isis
!
router isis
passive−interface Loopback0
net 49.0001.1720.1600.2002.00
!
Router 3
!
interface Loopback0
ip address 172.16.3.3 255.255.255.255
!
Interface Serial0
ip address 172.16.23.2 255.255.255.252
ip router Isis
!
router isis
passive−interface Loopback0
net 49.0001.1234.1600.2231.00
!
Monitoring IS−IS
There are many show commands available for monitoring the state of IS−IS on a Cisco router. This document
demonstrates some of the more basic commands based on the above router configurations.
Certain show commands are supported by the Output Interpreter Tool ( registered customers only) , which allows
you to view an analysis of show command output.
In the above example, R1 recognizes R2 on its E0 interface with the adjacency type being L1L2. Because R1
and R2 are configured with default configurations, they send and receive both L1 and L2 hellos.
R2 recognizes R1 on its E0 interface, and Router 3 (R3) on its S0 interface. The same explanation as above is
true for the adjacency type.
Since R1 and R2 are on the same Ethernet interface, there is a DIS for both L1 and L2. You can verify this
using the show clns interface <int> command on Router 1, as shown below:
In the above output, R2 is the DIS. It is the R2 (DIS) that generates the pseudonode Link State Packet (LSP)
and is denoted with a non−zero LSP−ID − R2.01
Since the Metric/Priority are the same for both routers in L1/L2, the tiebreaker for the DIS is the
highest Subnetwork Points of Attachment (SNPA) address on the LAN segment. The SNPA address refers to
the data link address, and in this case is the MAC address. Other instance of data link addresses would be
X.25 addresses and Frame Relay DLCI.
Notice that the DIS is elected for both levels, and that no backup DIS exists, as with Open Shortest Path First
(OSPF), which has a backup Designated Router (DR).
There are a few things to notice in the above output. First, regarding the LSP−ID:
The LSP−ID, R1.00−00, can be broken down into three sections: R1/00/00
The * denotes the LSPs that were generated by this router, the router that the show command was issued on.
Also, since this router is an L1 and L2 router, it contains an L1 and L2 database.
We can also look at a specific LSP and use the detail keyword to show more information. An example of this
is shown below:
The above output shows that the loopback address of this router is advertised with a value of 0. This is
because the loopback is advertised with a passive−interface command under the router IS−IS process, and
the loopback interface by itself is not enabled for IS−IS. All other IP prefixes have a value of 10, which is the
default cost on the interfaces running IS−IS.
Verify
There is currently no verification procedure available for this configuration.
Troubleshoot
There is currently no specific troubleshooting information available for this configuration.
All contents are Copyright © 2006−2007 Cisco Systems, Inc. All rights reserved. Important Notices and Privacy Statement.