The display isis ipv6 bfd session command displays information about the IPv6 BFD session for IS-IS.
Only the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730-H, S6730S-H, S6730-S, and S6730S-S support this command.
display isis [ process-id | vpn-instance vpn-instance-name ] ipv6 bfd session { all | peer ipv6-address | interface interface-type interface-number }
Parameter | Description | Value |
---|---|---|
process-id | Specifies the ID of an IS-IS process. | The value is an integer ranging from 1 to 65535. |
vpn-instance vpn-instance-name | Specifies the name of an IPv6 VPN instance, which is case sensitive. | The value must be an existing VPN instance name. |
all | Indicates all the interfaces that run the IS-IS process. | - |
peer ipv6-address | Specifies the IPv6 link-local address of a peer. | The prefix is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
interface interface-type interface-number | Specifies the interface whose IPv6 BFD session statistics need to be collected. | - |
BFD can provide millisecond-level fault detection. It can work with IS-IS to fast detect faults on neighboring devices and instruct IS-IS to recalculate routes for correct packet forwarding. You can run the display isis ipv6 bfd session command to check information about the IPv6 BFD session for IS-IS.
# Display information about the IPv6 BFD session for IS-IS.
<HUAWEI> display isis 1 ipv6 bfd session all
IPv6 BFD session information for ISIS(1) ----------------------------------------- Peer System ID : 0000.0000.0002 Type : L2 Interface : GE0/0/1 IPv6 BFD State : up TX : 150 RX : 150 Multiplier : 3 LocDis : 8195 Local IPv6 Address : FE80::200:13FF:FE82:4569 RemDis : 8194 Peer IPv6 Address : FE80::225:9EFF:FEFB:BFF1 Diag : No diagnostic information Peer System ID : 0000.0000.0003 Type : L2 Interface : GE0/0/2 IPv6 BFD State : up TX : 150 RX : 150 Multiplier : 3 LocDis : 8196 Local IPv6 Address : FE80::200:13FF:FE82:4569 RemDis : 8205 Peer IPv6 Address : FE80::201:FF:FE01:1 Diag : No diagnostic information Total IPv6 BFD session(s): 2
# Display information about the IPv6 BFD session for IS-IS of the peer with the specified IPv6 address.
<HUAWEI> display isis 1 ipv6 bfd session peer FE80::225:9EFF:FEFB:BFF1
IPv6 BFD session information for ISIS(1)
-----------------------------------------
Peer System ID : 0000.0000.0002 Type : L2
Interface : GE0/0/2
IPv6 BFD State : up TX : 150 RX : 150 Multiplier : 3
LocDis : 8195 Local IPv6 Address : FE80::200:13FF:FE82:4569
RemDis : 8194 Peer IPv6 Address : FE80::225:9EFF:FEFB:BFF1
Diag : No diagnostic information
Total IPv6 BFD session(s): 1
# Display information about the IPv6 BFD session for IS-IS of the specified interface.
<HUAWEI> display isis 1 ipv6 bfd session interface GigabitEthernet 0/0/2
IPv6 BFD session information for ISIS(10)
-----------------------------------------
Peer System ID : 0000.0000.0002 Type : L2
Interface : GE0/0/2
IPv6 BFD State : up TX : 150 RX : 150 Multiplier : 3
LocDis : 8195 Local IPv6 Address : FE80::200:13FF:FE82:4569
RemDis : 8194 Peer IPv6 Address : FE80::225:9EFF:FEFB:BFF1
Diag : No diagnostic information
Total IPv6 BFD session(s): 1
Item |
Description |
---|---|
Peer system ID |
System ID of the peer |
Interface |
Local interface name |
Type |
Level of the peer:
|
IPv6 BFD State |
IPv6 BFD status:
|
TX |
Negotiated minimum interval for sending IPv6 BFD packets |
RX |
Negotiated minimum interval for receiving IPv6 BFD packets |
Multiplier |
Remote detection multiplier |
LocDis |
Local identifier dynamically assigned by IPv6 BFD |
Local IPv6 Address |
IPv6 link-local address |
RemDis |
Remote identifier dynamically assigned by IPv6 BFD |
Peer IPv6 Address |
IPv6 link-local address of the peer |
Diag |
Diagnostic information:
|
Total IPv6 BFD session(s) |
Total number of IPv6 BFD sessions |