The display bgp ipv6 bfd session command displays information about the BFD session set up by BGP4+.
display bgp ipv6 bfd session { [ vpnv6 vpn-instance vpn-instance-name ] peer ipv6-address | all }
| Parameter | Description | Value |
|---|---|---|
| vpnv6 | Displays the BFD session of VPNv6. | - |
| vpn-instance vpn-instance-name | Specifies the name of the VPN instance. | The value is a string of 1 to 31 case-sensitive characters and cannot contain spaces. |
| peer ipv6-address | Specifies the IPv6 address of the peer. | The value is a 32-bit hexadecimal number in X:X:X:X:X:X:X:X format. |
| all | Displays all BFD sessions set up by BGP. | - |
Usage Scenario
The BFD session set up by BGP4+ helps BGP4+ quickly discover faults between BGP4+ peers and inform BGP4+ to recalculate routes for packet forwarding.
The information about the BFD session of a specified peer can be displayed by specifying different parameters.
Run the display bgp ipv6 bfd session vpnv6 vpn-instance vpn-instance-name peer ipv6-address command to display information about the BFD session of a specified peer in a VPN instance.
Prerequisites
The BFD session has been set up using the peer bfd enable command. If the BFD session has not been set up by BGP4+, no information is displayed after running the display bgp ipv6 bfd session command.
# Display all BFD sessions set up by BGP.
<sysname> display bgp ipv6 bfd session all Local_Address : 2001:db8:11::11 Peer_Address : 2001:db8:22::22 Tx-interval(ms) : 1000 Rx-interval(ms) : 1000 Multiplier : 3 Interface : Unknown LD/RD : 1111/4444 Session-State : Init Wtr-interval(m) : 0 VPN-Instance vrf1: Local_Address : 2001:db8:1::2 Peer_Address : 2001:db8:1::1 Tx-interval(ms): 0 Rx-interval(ms): 0 Multiplier : 0 Interface : Unknown LD/RD : 8195/0 Session-State : Init Wtr-interval(m): 0
Item |
Description |
|---|---|
Local_Address |
Local address |
Peer_Address |
Peer address |
Tx-interval (ms) |
Interval for sending BFD packets, in milliseconds |
Rx-interval (ms) |
Interval for receiving BFD packets, in milliseconds |
Multiplier |
Local detection multiple |
Interface |
Interface on which the BFD session is set up
NOTE:
Information about the interface on which the BFD session is set up only when the directly connected interface is used to set up the EBGP neighbor relationship. In other cases, information about the interface is displayed as Unknown. |
LD/RD |
Local/remote discriminator |
Session-State |
BFD status
|
Wtr-interval(m) |
Interval for flap dampening, in minutes |
VPN-Instance vrf1 |
VPN instance name |