display isis interface [ [ verbose | traffic-eng ] * | te-tunnel ] [ process-id | vpn-instance vpn-instance-name ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
display isis process-id interface [ te-tunnel | [ traffic-eng | verbose ] * ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
display isis interface interface-type interface-number [ verbose ]
display isis interface interface-type interface-number [ verbose ]
display isis interface
display isis interface process-id
display isis process-id interface
display isis interface vpn-instance vpn-instance-name
Parameter | Description | Value |
---|---|---|
verbose |
Displays detailed information about IS-IS interfaces. |
- |
process-id |
Specifies an IS-IS process ID. |
The value is an integer that ranges from 1 to 65535. |
traffic-eng |
Displays Traffic Engineering information of IS-IS. |
- |
te-tunnel |
Displays information on the MPLS TE tunnel of IS-IS. |
- |
vpn-instance vpn-instance-name |
Display IS-IS interface information in the IS-IS multi-instance process in a specified VPN instance. |
The value must be an existing VPN instance name. |
interface-type interface-number |
Specifies the type and number of an interface. |
- |
You can use this command to view IS-IS interface information, including the interface name, IP address, link status of the interface. If verbose is specified, the command output also includes the configuration of IS-IS parameters for the interface, such as the CSNP broadcast interval, Hello packet broadcast interval, and number of IS-IS Hello packets that fail to be received before IS-IS declares the neighbor Down.
# Display information about IS-IS interfaces.
<HUAWEI> display isis interface
Interface information for ISIS(1)
---------------------------------
Interface Id IPV4.State IPV6.State MTU Type DIS
Vlanif10 001 Up Down 1497 L1/L2 No/No
# Display detailed information about IS-IS interfaces.
<HUAWEI> display isis interface verbose
Interface information for ISIS(1) --------------------------------- Interface Id IPV4.State IPV6.State MTU Type DIS Vlanif10 001 Up Down 1497 L1/L2 No/No Circuit MT State : Standard Description : SNPA Address : 0000-1382-4569 IP Address : 10.1.1.5 IPV6 Link Local Address : IPV6 Global Address (es) : Csnp Timer Value : L1 10 L2 10 Hello Timer Value : L1 10 L2 10 DIS Hello Timer Value : L1 3 L2 3 Hello Multiplier Value : L1 3 L2 3 LSP-Throttle Timer : L12 50 Cost : L1 10 L2 10 Ipv6 Cost : L1 10 L2 10 Priority : L1 64 L2 64 Retransmit Timer Value : L12 5 Bandwidth-Value : Low 1000000000 High 0 Static Bfd : NO Dynamic Bfd : NO Dynamic IPv6 Bfd : NO Fast-Sense Rpr : NO Suppress flapping peer : enable (flapping-count: 0, threshold: 10)
Item |
Description |
---|---|
Interface |
IS-IS interface type and number. |
Id |
Link ID. |
IPV4.State |
IPv4 link status. |
MTU |
Interface MTU. An IS-IS neighbor relationship can be established only when two interfaces on both ends of a link have the same MTU. |
Type |
Interface type:
|
DIS |
Whether the interface is a DIS. NOTE:
Only an interface with network type broadcast can be selected as the DIS. If an interface is a P2P interface, "--" is displayed in this field. |
Circuit MT State |
Topology status on the interface:
To configure the IPv6 topology type, run the ipv6 enable command in the IS-IS view. |
SNPA Address |
MAC address. |
IP Address |
IPv4 address of the interface. |
IPV6 Link Local Address |
IPv6 link-local address. |
IPV6 Global Address(es) |
IPv6 global address. |
Csnp Timer Value |
Interval for sending CSNPs. To set the interval for sending CSNPs, run the isis timer csnp command. |
Hello Timer Value |
Interval for sending Hello packets. To set the interval for sending Hello packets, run the isis timer hello command. |
DIS Hello Timer Value |
Interval at which the DIS sends Hello packets, which is one third of Hello Timer Value. The field takes effect only when the interface functions as the DIS. |
Hello Multiplier Value |
Number of consecutive Hello packets that are not received before the neighbor is declared Down. To set this value, run the isis timer holding-multiplier command. |
LSP-Throttle Timer |
Interval for sending LSPs or CSNPs and number of LSPs or CSNPs that are sent each time. To set the two values, run the isis timer lsp-throttle command. |
Cost |
Cost of an IPv4 interface. This field value affects route selection. |
Ipv6 Cost |
Cost of an IPv6 interface. This field value affects route selection in IPv6 topologies. |
Priority |
Priority for DIS election. To set the priority for DIS election, run the isis dis-priority command. |
Retransmit Timer Value |
Interval for retransmitting LSPs on a P2P link. To set the retransmit interval, run the isis timer lsp-retransmit command. |
Bandwidth-Value |
Physical bandwidth of an interface. The value can be calculated using the following formula: Bandwidth-Value = 4294967296 x high + low. For example, if the value of high is 1 and the value of low is 705032704, Bandwidth-Value = 1 x 4294967296 + 705032704 = 5000000000.
|
Static Bfd |
Status BFD status:
|
Dynamic Bfd |
Dynamic BFD status:
|
Dynamic IPv6 Bfd |
Status of dynamic IPv6 BFD:
|
Fast-Sense Rpr |
Whether the fast sense RPR function is enabled. |
Suppress flapping peer |
Status of IS-IS neighbor relationship flapping suppression:
NOTE:
In the flapping suppression state, remain-interval is reset each time when the device detects a valid neighbor flapping event. |