The display rm ipv6 bfd-session command displays the configurations of BFD sessions in Route Management (RM). The configurations include the global status of BFD, number of BFD sessions, and VPN instance, destination address, source address, interface, and session status of each BFD session.
display rm ipv6 bfd-session [ all | [ [ vpn-instance vpn-instance-name ] [ destination destination-address ] [ source source-address ] [ interface interface-type interface-number ] [ protocol { bgp | ospfv3 } ] ] ]
| Parameter | Description | Value |
|---|---|---|
| vpn-instance vpn-instance-name | Specifies the name of a VPN instance. | It is case-sensitive. |
| destination destination-address | Specifies the remote destination address. | - |
| source source-address | Specifies the local source address. | - |
| interface interface-type interface-number | Specifies the type and number of an outbound interface. | - |
| protocol | Indicates a routing protocol.
|
- |
| all | Displays all the configurations of BFD sessions in RM, including the BFD sessions of the public network and VPN. If all is not specified, only the configurations of BFD sessions in the public network are displayed. | - |
You can use the command to view the BFD sessions that are dynamically created by the routing protocol. To modify the parameters of a BFD session, refer to the bfd all-interfaces, ospfv3 bfd, and peer bfd commands.
# Display the configurations of BFD sessions in RM.
<sysname> display rm ipv6 bfd-session vpn-instance a destination 2001:db8:1::1 source 2001:db8:1::2 interface GigabitEthernet0/0/2 BFD Global Status: ON RM IPv6 BFD Session Total Number: 1 Destination: 2001:db8:1::1 Source : 2001:db8:1::2 Session-State Local-Discr Interface VPN-Name Up 8192 GigabitEthernet0/0/2 a Route-Protocol Rx-Interval(ms) Tx-Interval(ms) Multiplier BGP 1000 1000 7
Item |
Description |
|---|---|
BFD Global Status |
Global status of BFD:
|
RM IPv6 BFD Session Total Number |
Total number of BFD sessions |
Destination |
Destination IP address bound to the BFD session |
Source |
Source IP address bound to the BFD session |
Session-State |
Current status
of a BFD session:
|
Local-Discr |
Local discriminator
of the BFD session
|
Interface |
Local physical interface bound to the BFD session |
Route-Protocol |
Routing protocol enabled with BFD:
|
Rx-Interval (ms) |
Configured receiving interval in milliseconds |
Tx-Interval (ms) |
Configured sending interval in milliseconds |
Multiplier |
Configured local detection multiplier |
BFD Session Matched |
Number of the BFD sessions that meet the condition |