display pim { vpn-instance vpn-instance-name | all-instance } bfd session [ interface { interface-name | interface-type interface-number } | neighbor neighbor-address ] *
display pim bfd session [ interface { interface-name | interface-type interface-number } | neighbor neighbor-address ] *
display pim { vpn-instance vpn-instance-name | all-instance } bfd session statistics
display pim bfd session statistics
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name |
Displays information about PIM BFD sessions in a specified VPN instance. vpn-instance-name specifies the name of a VPN instance. |
The value is a string of case-sensitive characters. |
all-instance |
Displays information about PIM BFD sessions in all instances. |
- |
interface interface-type |
Displays information about PIM BFD sessions on a specified interface type. |
- |
interface-name |
Specifies the name of an interface. |
- |
interface-number |
Displays information about PIM BFD sessions on a specified interface number. |
- |
neighbor neighbor-address |
Displays information about PIM BFD sessions established with a specified neighbor. Specifies the IP address of a PIM neighbor. |
The value is in dotted decimal notation. |
statistics |
PIM BFD session statistics. |
- |
Usage Scenario
When using the display pim bfd session command, note the following:
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display pim bfd session statistics
VPN-Instance: public net
Total 1 PIM BFD session in this instance.
Total 0 PIM BFD session up.
Total 1 PIM BFD session down.
<HUAWEI> display pim bfd session neighbor 10.1.2.3 VPN-Instance: public net GigabitEthernet0/1/0 (10.1.2.2): Total 1 BFD session Created Neighbor ActTx(ms) ActRx(ms) ActMulti Local/Remote State 10.1.2.3 20 20 5 8756/8652 Up
<HUAWEI> display pim bfd session interface gigabitethernet 0/1/0 VPN-Instance: public net GigabitEthernet0/1/0 (10.1.2.2): Total 2 BFD sessions Created Neighbor ActTx(ms) ActRx(ms) ActMulti Local/Remote State 10.1.2.3 20 20 5 8756/8652 Up 10.1.2.4 30 30 3 8754/8423 Up
<HUAWEI> display pim all-instance bfd session All-instance: Total 4 BFD sessions Created VPN-Instance: public net Total 4 BFD sessions Created GigabitEthernet0/1/0 (10.1.2.2): Total 2 BFD sessions Created Neighbor ActTx(ms) ActRx(ms) ActMulti Local/Remote State 10.1.2.3 20 20 5 8756/8652 Up 10.1.2.4 30 30 3 8754/8423 Up GigabitEthernet0/1/8 (10.20.1.20): Total 2 BFD sessions Created Neighbor ActTx(ms) ActRx(ms) ActMulti Local/Remote State 10.20.1.30 30 30 5 8327/8891 Up 10.20.1.40 50 50 3 8358/8942 Up
Item | Description |
---|---|
Total 1 PIM BFD session in this instance | Total number of PIM BFD sessions in an instance. |
Total 0 PIM BFD session up | Number of PIM BFD sessions in the Up state in an instance. |
Total 1 PIM BFD session down | Number of PIM BFD sessions in the Down state in an instance. |
Neighbor | IP address of a PIM neighbor. |
ActTx(ms) | Actual minimum BFD packet transmit interval, in milliseconds. |
ActRx(ms) | Actual minimum BFD packet receive interval, in milliseconds. |
ActMulti | Actual local detection multiple. |
Local/Remote | Local and remote discriminators. |
State | Status of a PIM BFD session.
|
GigabitEthernet0/1/0 (10.1.2.2) | Type, number, and IP address of an interface. |