The display rm ipv6 bfd-session command displays the configurations of BFD sessions in Route Management (RM).
Product |
Support |
---|---|
S5720-EI, S5720-HI, S5720I-SI, S5720S-SI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5730-HI, S5730S-EI, S5730-SI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6720S-SI, S6720-SI, S6730-H, S6730S-H, S6730-S, and S6730S-S |
Supported |
S2720-EI, S5720-LI, S5735-L, S5735S-L, S5735S-L-M, S5720S-LI, S6720-LI, and S6720S-LI |
Not supported |
display rm ipv6 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 | ospfv3 | pim } ] ] ]
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name | Specifies the name of a VPN instance. | The value must be an existing VPN instance name. |
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. 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. To modify the parameters of a BFD session, refer to the bfd all-interfaces, ospfv3 bfd, isis ipv6 bfd, and peer bfd.
# Display the configurations of BFD sessions in RM.
<HUAWEI> display rm ipv6 bfd-session vpn-instance a destination fc00:0:0::1 source fc00:0:0::2 interface GigabitEthernet0/0/1
BFD Global Status: ON
RM IPv6 BFD Session Total Number: 1
Destination: fc00:0:0::1
Source : fc00:0:0::2
Session-State Local-Discr Interface VPN-Name
Up 8192 GigabitEthernet0/0/1 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. |
VPN-Name |
Name of the VPN instance. |