The display rm 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 bfd-session [ all | [ [ vpn-instance vpn-instance-name ] [ destination destination-address ] [ source source-address ] [ interface interface-type interface-number ] [ protocol { bgp | isis-l1 | isis-l2 | isis-l1l2 | ospf | rip | pim } ] ] ]
| Parameter | Description | Value |
|---|---|---|
| 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. | - |
| vpn-instance vpn-instance-name | Specifies the name of a VPN instance. | The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
| destination destination-address | Specifies the destination address. | It is in dotted decimal notation. |
| source source-address | Specifies the local source address. | It is in dotted decimal notation. |
| interface interface-type interface-number | Specifies the type and number of an outbound interface. | - |
| protocol | Indicates a routing protocol.
|
- |
You can use the display rm bfd-session command to view the BFD sessions that are dynamically created by the routing protocol.
# Display the configurations of BFD sessions in RM.
<sysname> display rm bfd-session vpn-instance vrf1 destination 10.8.1.2 source 10.8.1.1 interface GigabitEthernet 0/0/10 BFD Global Status: ON BFD Session Total Number: 1 BFD Session: 1 Interface: GigabitEthernet 0/0/10 VRF Name: vrf1 Destination Source Session-State Create-State 10.8.1.2 10.8.1.1 Up Established Route-Protocol Rx-Interval(ms) Tx-Interval(ms) Multiplier BGP 1000 1000 5
Item |
Description |
|---|---|
BFD Global Status |
Global status of BFD:
|
BFD Session Total Number |
Total number of BFD sessions |
BFD Session |
Number of the BFD session |
Interface |
Local physical interface bound to the BFD session |
VRF Name |
The name of a VPN instance bound to the BFD session |
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:
|
Create-State |
Set up status of a BFD session in RM:
|
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 exceed The Limit number |
Prompt that is displayed when the number of configured BFD sessions exceeds the upper limit |