display isis interface
Use display isis interface to display IS-IS interface information.
Syntax
display isis interface [ [ interface-type interface-number ] [ verbose ] | statistics ] [ process-id ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
interface-type interface-number: Displays information for a specified IS-IS interface. If you do not specify this argument, the command displays information about all interfaces.
verbose: Displays detailed information about an interface. If you do not specify this keyword, the command displays brief information about an interface.
statistics: Displays IS-IS interface statistics.
process-id: Displays IS-IS interface information for an IS-IS process specified by its ID in the range of 1 to 65535. If you do not specify this argument, the command displays interface information for all IS-IS processes.
Examples
# Display brief IS-IS interface information.
<Sysname> display isis interface Interface information for IS-IS(1) ---------------------------------- Interface: Vlan-interface100 Index IPv4 state IPv6 state CircuitID MTU Type DIS 00001 Up Down 1 1497 L1/L2 No/No
# Display detailed IS-IS interface information.
<Sysname> display isis interface verbose Interface information for IS-IS(1) ---------------------------------- Interface: Vlan-interface100 Index IPv4 state IPv6 state CircuitID MTU Type DIS 00001 Up Down 1 1497 L1/L2 No/No SNPA address : 000c-29e8-1bd5 IP address : 192.168.220.10 Secondary IP address(es) : IPv6 link-local address : Extended circuit ID : 1 CSNP timer value : L1 10 L2 10 Hello timer value : 10 Hello multiplier value : 3 LSP timer value : L12 33 LSP transmit-throttle count : L12 5 Cost : L1 100 L2 100 IPv6 cost : L1 10 L2 10 Priority : L1 64 L2 64 Retransmit timer value : L12 5 LDP state : L1 Init L2 No-LDP LDP sync state : L1 Init L2 Achieved MPLS TE status : L1 Disabled L2 Disabled IPv4 BFD : Disabled IPv6 BFD : Disabled IPv4 FRR LFA backup : Enabled IPv6 FRR LFA backup : Enabled IPv4 prefix-suppression : Disabled IPv6 prefix-suppression : Disabled IPv4 tag : 1 IPv6 tag : 4294967295 IPv4 primary path detection mode: BFD ctrl IPv6 primary path detection mode: BFD ctrl
Table 63: Command output
Field | Description |
---|---|
Interface | Interface type and number. |
Index | Interface index. |
IPv4 state | IPv4 state. |
IPv6 state | IPv6 state. |
CircuitID | Circuit ID. |
MTU | Interface MTU. |
Type | Interface link adjacency type. |
DIS | Indicates whether the interface is elected as the Level-1/Level-2 DIS. In a P2P network, this field displays a hyphen (-) because DIS election is not performed. |
SNPA address | Subnet access point address. |
IP address | Primary IP address. |
Secondary IP address(es) | Secondary IP addresses. |
IPv6 link-local address | IPv6 link local address. |
Extended circuit ID | Extended circuit ID for a P2P link. |
CSNP timer value | Interval for sending CSNP packets. |
Hello timer value | Interval for sending Hello packets. |
Hello multiplier value | Number of invalid Hello packets. |
LSP timer value | Minimum interval for sending LSP packets. |
LSP transmit-throttle count | Number of LSP packets sent each time. |
Cost | Cost of the interface. |
IPv6 cost | IPv6 link cost of the interface. |
Priority | DIS priority. |
Retransmit timer value | Retransmission interval for LSPs on a P2P link. |
MPLS TE status | MPLS TE status: Enabled or Disabled. |
LDP state | LDP state:
|
LDP sync state | LDP synchronization state:
|
IPv4 BFD | Whether BFD for IS-IS is enabled:
|
IPv6 BFD | Whether BFD for IPv6 IS-IS is enabled:
|
IPv4 FRR LFA backup | Whether LFA calculation is enabled for IPv4 FRR:
|
IPv6 FRR LFA backup | Whether LFA calculation is enabled for IPv6 FRR:
|
IPv4 prefix-suppression | Whether IPv4 IS-IS prefix suppression is enabled:
|
IPv6 prefix-suppression | Whether IPv6 IS-IS prefix suppression is enabled:
|
IPv4 tag | IPv4 tag value of the interface. |
IPv6 tag | IPv6 tag value of the interface. |
IPv4 primary path detection mode | IPv4 primary path detection mode:
|
IPv6 primary path detection mode | IPv6 primary path detection mode:
|
# Display IS-IS interface statistics.
<Sysname> display isis interface statistics Interface statistics information for IS-IS(1) -------------------------------------------- Type IPv4 up/down IPv6 up/down LAN 1/0 0/0 P2P 0/0 0/0
Table 64: Command output
Field | Description |
---|---|
Type | Network type of the interface:
|
IPv4 up | Number of IS-IS interfaces in up state. |
IPv4 down | Number of IS-IS interfaces in down state. |
IPv6 up | Number of IS-ISv6 interfaces in up state. |
IPv6 down | Number of IS-ISv6 interfaces in down state. |