164
[RouterD] display isis interface
Interface information for IS-IS(1)
---------------------------------
Interface: GigabitEthernet1/0
Id IPv4.State IPv6.State MTU Type DIS
001 Up Down 1497 L1/L2 No/Yes
The output shows that when the default DIS priority is used, Router C is the DIS for Level-1, and
Router D is the DIS for Level-2. The pseudonodes of Level-1 and Level-2 are 0000.0000.0003.01
and 0000.0000.0004.01.
# Configure the DIS priority of Router A.
[RouterA] interface gigabitethernet 1/0
[RouterA-GigabitEthernet1/0] isis dis-priority 100
# Display information about IS-IS neighbors of Router A.
[RouterA] display isis peer
Peer information for IS-IS(1)
----------------------------
System Id: 0000.0000.0002
Interface: GigabitEthernet1/0 Circuit Id: 0000.0000.0001.01
State: Up HoldTime: 29s Type: L1(L1L2) PRI: 64
System Id: 0000.0000.0003
Interface: GigabitEthernet1/0 Circuit Id: 0000.0000.0001.01
State: Up HoldTime: 22s Type: L1 PRI: 64
System Id: 0000.0000.0002
Interface: GigabitEthernet1/0 Circuit Id: 0000.0000.0001.01
State: Up HoldTime: 22s Type: L2(L1L2) PRI: 64
System Id: 0000.0000.0004
Interface: GigabitEthernet1/0 Circuit Id: 0000.0000.0001.01
State: Up HoldTime: 22s Type: L2 PRI: 64
# Display information about IS-IS interfaces of Router A.
[RouterA] display isis interface
Interface information for IS-IS(1)
---------------------------------
Interface: GigabitEthernet1/0
Id IPv4.State IPv6.State MTU Type DIS
001 Up Down 1497 L1/L2 Yes/Yes
The output shows that after the DIS priority configuration, Router A becomes the DIS for Level-1-2,
and the pseudonode is 0000.0000.0001.01.
# Display information about IS-IS neighbors and interfaces of Router C.