Step 2: Verify IS-IS Adjacencies and Interfaces
Purpose
When you check the IS-IS layer, you verify that IS-IS adjacencies are up, and that the IS-IS interfaces are included at the protocol level.
Action
To verify the functioning of adjacent interfaces, enter the following commands from the relevant routers:
user@host>show isis adjacencyuser@host>show isis interfaceSample Output 1
user@R1>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/0.0 R2 2 Up 20so-0/0/1.0 R5 2 Up 23so-0/0/2.0 R3 2 Up 26user@R3>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/0.0 R4 2 Up 23so-0/0/1.0 R2 2 Up 21so-0/0/2.0 R1 2 Up 19so-0/0/3.0 R6 2 Down0user@R6>show isis adjacencyuser@R6><<< No IS-IS adjacencies are establishedSample Output 2
user@R1>show isis interfaceIS-IS interface database:Interface L CirID Level 1 DR Level 2 DR L1/L2 Metriclo0.0 0 0x1 Passive Passive 0/0so-0/0/0.0 2 0x1 Disabled Point to Point 10/10so-0/0/1.0 2 0x1 Disabled Point to Point 10/10so-0/0/2.0 2 0x1 Disabled Point to Point 10/10user@R3>show isis interfaceIS-IS interface database:Interface L CirID Level 1 DR Level 2 DR L1/L2 Metriclo0.0 0 0x1 Passive Passive 0/0so-0/0/0.0 2 0x1 Disabled Point to Point 10/10so-0/0/1.0 2 0x1 Disabled Point to Point 10/10so-0/0/2.0 2 0x1 Disabled Point to Point 10/10so-0/0/3.0 2 0x1 Disabled Point to Point 10/10user@R6>show isis interfaceIS-IS interface database:InterfaceLCirID Level 1 DRLevel 2 DRL1/L2 Metriclo0.0 0 0x1 Passive Passive 0/0so-0/0/0.010x1 Point to PointDisabled10/10so-0/0/1.010x1 DownDisabled10/10so-0/0/2.010x1 Point to PointDisabled10/10so-0/0/3.010x1 Point to PointDisabled10/10What It Means
Sample Output 1 shows that ingress router
R1has established adjacencies with the relevant routers. Transit routerR3does not have an adjacency with egress routerR6, and egress routerR6has no adjacencies established in the network shown in Figure 15, indicating that the problem might be at the IS-IS protocol level.Sample Output 2 shows that
R1andR2are Level 2 routers, in contrast toR6which is a Level 1 router. When a router is configured explicitly as a Level 1 or Level 2 router, it does not communicate with routers configured at a different level. Level 1 routers communicate with other Level 1 routers within their area, while Level 2 routers communicate with other Level 2 routers, and towards other autonomous systems. Because all the routers in this network are configured for Level 2, they cannot form an adjacency withR6, which is incorrectly configured as a Level 1 router.