show bfd interface
Use this command to display details for an interface running BFD or for all interfaces configured for BFD.
Command Syntax
show bfd interface (ifindex <0-4294967295>|all|)
Parameters
all
Display all interfaces.
ifindex
Display an interface index.
<0-4294967295>
Display an ID of an interface in this range.
Command Mode
Exec mode and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The example below displays the command syntax and sample output from the command.
#show bfd interface all
Interface: lo ifindex: 1 state: UP
Interface level configuration: NO ECHO, NO SLOW TMR
Timers in Milliseconds
Min Tx: 20 Min Rx: 20 Multiplier: 5
Interface: eth0 ifindex: 2 state: UP
Interface level configuration: NO ECHO, NO SLOW TMR
Timers in Milliseconds
Min Tx: 20 Min Rx: 20 Multiplier: 5
Interface: eth1 ifindex: 3 state: DOWN
Interface level configuration: NO ECHO, NO SLOW TMR
Timers in Milliseconds
Min Tx: 20 Min Rx: 20 Multiplier: 5
Interface: sit0 ifindex: 4 state: DOWN
Interface level configuration: NO ECHO, NO SLOW TMR
Timers in Milliseconds
Min Tx: 20 Min Rx: 20 Multiplier: 5
Interface: gre0 ifindex: 5 state: DOWN
Interface level configuration: NO ECHO, NO SLOW TMR
Timers in Milliseconds
Min Tx: 20 Min Rx: 20 Multiplier: 5
Table 1-86 explains the output fields.
Table 1-86: show BFD interface fields
Entry | Description |
---|
interface | Interface on which BFD is running |
ifindex | Interface index number |
state | State of the BFD session for the interface: UP: session is up. DOWN: session is down |
Interface level configuration | State of interface-level properties: echo on or off slow-timer (timer dampening) on or off |
Min Tx | The minimum interval that the local device would like to use when transmitting BFD control packets. |
Min Rx | The minimum interval between received BFD control packets that this device is capable of supporting |
Multiplier | The negotiated transmit interval, multiplied by this value, provides the detection time for the receiving device in asynchronous mode. |
Last modified date: 10/16/2023