Step 1: Verify Adjacent Routers
Action
To verify that routers are adjacent and able to exchange IS-IS data, enter the following CLI operational mode command:
user@host>show isis adjacencySample Output
The following sample output shows the adjacencies that formed for all routers shown in Figure 9:
user@R1>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/0.0R22 Up 19so-0/0/1.0R52 Up 18user@R2>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/0.0R12 Up 19so-0/0/1.0R31 Up 26so-0/0/2.0R62 Up 21user@R3>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/1.0R21 Up 24user@R4>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/2.0R51 Up 23user@R5>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/0.0R62 Up 22so-0/0/1.0R12 Up 20so-0/0/2.0R41 Up 20user@R6>show isis adjacencyInterface System L State Hold (secs) SNPAso-0/0/0.0R52 Up 21so-0/0/2.0R22 Up 20What It Means
The sample output shows the adjacencies that formed in the network illustrated in Figure 9. The Level 1/Level 2 routers (
R2andR5)formed Level 1 adjacencies with Level 1 routers (R3andR4), and Level 2 adjacencies with the Level 2 routers (R1andR6). To view the status of the adjacency, examine theStatecolumn. In this example, all adjacencies in the network are up.If the state is not
Upfor a particular neighbor, you must first examine the IS-IS configuration for the particular interface. Make sure that the NET address is correct and that the loopback (lo0) interface is configured. Use theshow isis interfaceorshow isis interfacedetailcommandto display the IS-IS parameters for all interfaces configured with IS-IS. With these two commands, you can see which interfaces are configured for IS-IS, whether they are configured for Level 1 or Level 2, the IS-IS metric, and other IS-IS information.