display pim bfd session
Format
display pim bfd session statistics
display pim bfd session [ interface interface-type interface-number | neighbor neighbor-address ] *
Parameters
Parameter | Description | Value |
---|---|---|
statistics | Displays PIM BFD statistics. | - |
interface interface-type interface-number | Specifies an interface to be displayed. interface-type interface-number specifies the type and number of the interface. | - |
neighbor neighbor-address | Specifies the IP address of a PIM neighbor to be displayed. | The address is in dotted decimal notation. |
Usage Guidelines
The display pim bfd session command output helps you locate communication faults between neighbors.
Example
<AC6605> display pim bfd session interface vlanif 10
VPN-Instance: public net
Vlanif10 (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 10 3 8754/8423 Up
<AC6605> display pim bfd session interface vlanif 10
VPN-Instance: public net
Vlanif10 (10.1.2.2): Total 1 BFD session Created
Neighbor ActTx(ms) ActRx(ms) ActMulti Local/Remote State
10.1.2.1 -- -- -- 0/0 BFD global disable
<AC6605> display pim bfd session statistics
VPN-Instance: public net
Total 1 PIM BFD session in this instance.
Total 1 PIM BFD session up.
Total 0 PIM BFD session down.
# Display information about PIM BFD sessions of the neighbor 10.1.2.3.
<AC6605> display pim bfd session neighbor 10.1.2.3 VPN-Instance: public net Vlanif10 (10.1.2.2) Neighbor ActTx(ms) ActRx(ms) ActMulti Local/Remote State 10.1.2.3 20 20 5 8756/8652 Up
Item |
Description |
---|---|
VPN-Instance |
Indicates the VPN instance to which PIM BFD session information belongs. |
Vlanif10 (10.1.2.2) |
Indicates the PIM interface name (the IP address). |
Neighbor |
Indicates the IP address of a PIM neighbor. |
ActTx (ms) |
Indicates the actual minimum transmission interval, in milliseconds. |
ActRx (ms) |
Indicates the actual minimum receiving interval, in milliseconds. |
ActMulti |
Indicates the actual local detection multiple. |
Local/Remote |
Indicates the local and remote discriminators. |
State |
Indicates the status of the PIM BFD session.
|
Total 1 PIM BFD session in this instance |
Indicates the total number of PIM BFD sessions. |
Total 1 PIM BFD session up |
Indicates the number of PIM BFD sessions in the Up state. |
Total 0 PIM BFD session down |
Indicates the number of PIM BFD sessions in the Down state, that is, all PIM BFD sessions except the PIM BFD sessions in the Up state. |