OcNOS-RON : Layer 3 Guide : Bidirectional Forwarding Detection Command Reference : Bidirectional Forwarding Commands : show bfd session A.B.C.D
show bfd session A.B.C.D
Use this command to display information about an IPv4 BFD session neighbor.
Command Syntax
show bfd session A.B.C.D A.B.C.D (detail|)
show bfd session vrf WORD A.B.C.D A.B.C.D (detail|)
show bfd session A.B.C.D A.B.C.D <0-4294967295> (detail|)
show bfd session vrf WORD A.B.C.D A.B.C.D <0-4294967295> (detail|)
Parameters
WORD
Name of a specific Virtual Routing and Forwarding instance
A.B.C.D
Display the local IPv4 address.
A.B.C.D
Display the neighbor IPv4 address.
<0-4294967295>
Display the interface index of the address.
detail
Display detailed information.
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 session 10.1.1.66 10.1.1.67 3
Session Interface Index: 3 Session Index: 1
Lower Layer: IPv4 Single Hop
Session State: Up
Local Discriminator: 1 Remote Discriminator: 163
Local Address: 10.1.1.66/32 Remote Address: 10.1.1.67/32
Local Port: 49152 Remote Port: 3784
Timers in Milliseconds
Min Tx: 1000 Min Rx: 1000 Multiplier: 4
UP Count: 1 UPTIME: 00:10:08
 
 
#show bfd session vrf raj 130.1.1.1 130.1.1.2 detail
 
Session Interface Index : 10017 Interface name :xe16
Session Index : 2
Lower Layer : IPv4 Version : 1
Session Type : Single Hop Session State : Up
Local Discriminator : 2 Local Address : 130.1.1.1/32
Remote Discriminator : 2 Remote Address : 130.1.1.2/32
Local Port : 49153 Remote Port : 3784
Options :
 
Diagnostics : None
 
Timers in Milliseconds :
Min Tx: 250 Min Rx: 250 Multiplier: 3
Neg Tx: 250 Neg Rx: 250 Neg detect mult: 3
Min echo Tx: 1000 Min echo Rx: 1000 Neg echo intrvl: 0
Storage type : 2
Sess down time : 00:00:00
Sess Down Reason : NA
Bfd GTSM Disabled
Bfd Authentication Disabled
 
Counters values:
Pkt In : n/a Pkt Out : n/a
Pkts Drop : 00000000000000000000 Auth Pkts Drop : 00000000000000000000
Echo Out : 00000000000000000000 IPv6 Echo Out : 00000000000000000000
IPv6 Pkt In : 00000000000000000000 IPv6 Pkt Out : 00000000000000000000
UP Count : 1 UPTIME : 00:01:38
 
Protocol Client Info:
OSPF-> Client ID: 4 Flags: 4
 
Table 1-94 explains the output fields.
 
Table 1-94: Show BFD session fields
Entry
Description
Session Interface Index
ID number of the Interface.
Session Index
ID number for this BFD session.
Lower Layer
The lower layer protocol on which BFD is carried (IPv4 or IPv6).
Session State
The state of the session:
 
Init: session is initializing
Up: session is up.
Down: session is down
AdminDown: session has been administratively shutdown indefinitely
Local Discriminator
A unique value generated by the transmitting device used to demultiplex multiple BFD sessions between the same pair of devices.
Remote Discriminator
The discriminator received from the corresponding remote device. This field is zero if the value is unknown.
Local Address
Local address of the transmitting device.
Remote Address
Remote address of the receiving device.
Local Port
UDP port number of the transmitting device.
Remote Port
UDP port number of the receiving device.
Min Tx
Minimum transmit interval in milliseconds.
Min Rx
Minimum receive interval in milliseconds.
Multiplier
The negotiated transmit interval, multiplied by this value, provides the detection time for the receiving system in asynchronous mode.
UP Count
The number of times the BFD session has been in up state.
UPTIME
The length of time this BFD session has been in the up state.
Last modified date: 08/28/2023