[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Verifying IS-IS on a Services Router

To verify IS-IS, perform these tasks:

Displaying IS-IS Interface Configuration

Purpose

Verify the status of IS-IS-enabled interfaces.

Action

From the CLI, enter the show isis interface brief command.

   
user@host> show isis interface brief
IS-IS interface database:
Interface  L CirID Level 1	DR	Level 2 DR		
lo0.0      3  0x1  router1		router.01			
fe-0/0/1.0 2  0x9  Disabled		router.03
fe-1/0/0.0 2	0x7  Disabled		router.05

What it Means

Verify that the output shows the intended configuration of the interfaces on which IS-IS is enabled.

For more information about the show isis interface brief command, see the JUNOS Routing Protocols and Policies Command Reference.

Displaying IS-IS Interface Configuration Detail

Purpose

Verify the details of IS-IS-enabled interfaces.

Action

From the CLI, enter the show isis interface detail command.

   
user@host> show isis interface detail
lo0.0
			Index:3, State:0x7, Circuit id: 0x1, Circuit type:3
			LSP interval: 100 ms, Sysid: router1
			Level Adjacencies Priority Metric Hello(s) Hold(s)
			    1           0       64      0       9    27
       2           0       64      0       9    27
		fe-0/0/1.0
       Index:3, State:0x106, Circuit id: 0x9, Circuit type:2
			LSP interval: 100 ms, Sysid: router1
			Level Adjacencies Priority Metric Hello(s) Hold(s)
			    1           0       64      0       9    27
       2           0       64      0       9    27

What it Means

Check the following output fields and verify that the output shows the intended configuration of IS-IS-enabled interfaces:

For more information about the show isis interface detail command, see the JUNOS Routing Protocols and Policies Command Reference.

Displaying IS-IS Adjacencies

Purpose

Display brief information about IS-IS neighbors.

Action

From the CLI, enter the show isis adjacency brief command.

   
user@host> show isis adjacency brief
IS-IS adjacency database:
		 Interface		System				L  State				Hold (secs) SNPA
		 fe-0/0/0.0		1921.6800.5067		2  Up								13
		 fe-0/0/1.0		1921.6800.5067		2	Up								25
		 fe-0/0/2.0		1921.6800.5067		2  Up								19

What it Means

Verify adjacent routers in the IS-IS database.

For more information about the show isis adjacency brief command, see the JUNOS Routing Protocols and Policies Command Reference.

Displaying IS-IS Adjacencies in Detail

Purpose

Display extensive information about IS-IS neighbors.

Action

From the CLI, enter the show isis adjacency extensive command.

   
user@host> show isis adjacency extensive
R1
  Interface: so-0/0/0.0, Level: 2, State: Up, Expires in 25 secs
  Priority: 0, Up/Down transitions: 1, Last transition: 4w6d 19:38:52 ago
  Circuit type: 2, Speaks: IP, IPv6
  Topologies: Unicast
  Restart capable: Yes
  IP addresses: 10.1.12.1
  Transition log:
  When                  State        Reason
  Wed Jul 13 16:26:11   Up           Seenself

R3
  Interface: so-0/0/1.0, Level: 2, State: Up, Expires in 23 secs
  Priority: 0, Up/Down transitions: 1, Last transition: 6w5d 19:07:16 ago
  Circuit type: 2, Speaks: IP, IPv6
  Topologies: Unicast
  Restart capable: Yes
  IP addresses: 10.1.23.2
  Transition log:
  When                  State        Reason
  Thu Jun 30 16:57:46   Up           Seenself

R6
  Interface: so-0/0/2.0, Level: 2, State: Up, Expires in 25 secs
  Priority: 0, Up/Down transitions: 1, Last transition: 6w0d 18:01:18 ago
  Circuit type: 2, Speaks: IP, IPv6
  Topologies: Unicast
  Restart capable: Yes
  IP addresses: 10.1.26.2
  Transition log:
  When                  State        Reason
  Tue Jul  5 18:03:45   Up           Seenself 

What it Means

Check the following fields and verify adjacency information about IS-IS neighbors:

For more information about the show isis adjacency extensive command, see the JUNOS Routing Protocols and Policies Command Reference.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]