Display BFD Information

You can use show commands to display information about BFD sessions and neighbors.

Procedure

  1. Display global BFD information.
    device# show bfd
      BFD State: ENABLED, Version: 1
      Supported Protocols: static-ip, ospf6, bgp, ospf
      All Sessions: Current: 181 (Hardware 1, Software 180) Max Allowed: 1000 Max Exceeded Count: 0
    
      Port Sessions     MinTx       MinRx       Mult Sessions
      ====              =====       =====       ==== ========
      Eth 0/1           300         300         3    181
      
  2. Display BFD neighbor information for the default VRF.
    device# show bfd neighbors details
    Flags: * indicates State is inconsistent across the cluster
    OurAddr             NeighAddr         State      Int           
    =======             =========         =====      ===           
    31.160.119.252      31.160.119.1      DOWN       ve3219        
    
      Local    State: DOWN          Diag: 3              Demand mode: 0    Poll: 1
      Received State: DOWN          Diag: 3              Demand mode: 0    Poll: 0    Final: 0
      Local    MinTxInt(ms): 200    MinRxInt(ms): 200    Multiplier: 3
      Received MinTxInt(ms): 1000   MinRxInt(ms): 1000   Multiplier: 3
      Rx Count: 29                  Tx Count: 394
      LD/RD:          1/96          Heard from Remote: Y
      Current Registered Protocols: static-ip
      Uptime: 0 day 0 hour 0 min 0 sec 0 msec
      Session Type: Software
    
    device# show bfd neighbors details
    
    Flags: * indicates State is inconsistent across the cluster
    OurAddr       NeighAddr     State     Int           
    =======       =========     =====     ===           
    140.0.0.1     140.0.0.0     UP        Eth 0/28      
    
      Local    State: UP            Diag: 0              Demand mode: 0    Poll: 0
      Received State: UP            Diag: 0              Demand mode: 0    Poll: 0    Final: 0
      Local    MinTxInt(ms): 50     MinRxInt(ms): 50     Multiplier: 3
      Received MinTxInt(ms): 50     MinRxInt(ms): 50     Multiplier: 3
      Rx Count: 0                   Tx Count: 0
      LD/RD:        181/109         Heard from Remote: Y
      Current Registered Protocols: bgp
      Uptime: 0 day 0 hour 1 min 57 sec 361 msec
      Session Type: Hardware
  3. Display BFD neighbor information with OSPF details.
    device# show bfd neighbors application ospf details
     
    Flags: * indicates State is inconsistent across the cluster
    OurAddr     NeighAddr   State     Int                  
    =======     =========   =====     ===                  
    7.7.7.1     7.7.7.2     UP        Eth 0/1/2       
    
    Local    State: UP  Diag: 0  Demand mode: 0 Poll: 0
    Received State: UP  Diag: 0  Demand mode: 0 Poll: 0 Final: 0
    Local    MinTxInt(ms): 1000   MinRxInt(ms): 1000   Multiplier: 5
    Received MinTxInt(ms): 1000   MinRxInt(ms): 1000   Multiplier: 5
      Rx Count: 3806   Tx Count: 4308
      LD/RD: 10001/10001   Heard from Remote: Y
    Current Registered Protocols: ospf
    Uptime: 0 day 0 hour 0 min 0 sec 0 msec 
    
  4. Display BFD neighbor information with details about the destination device.
    device# show bfd neighbors dest-ip 1.1.1.6 details
    Flags: * indicates State is inconsistent across the cluster
    OurAddr      NeighAddr    State     Int
    =======      =========    =====     ===
    1.1.1.1      1.1.1.6      UP        Eth 0/1
    
    Local    State: UP            Diag: 0              Demand mode: 0    Poll: 0
    Received State: UP            Diag: 0              Demand mode: 0    Poll: 0    Final: 0
    Local    MinTxInt(ms): 300    MinRxInt(ms): 300    Multiplier: 3
    Received MinTxInt(ms): 300    MinRxInt(ms): 300    Multiplier: 3
    Rx Count: 0                   Tx Count: 0
    LD/RD:          5/4           Heard from Remote: Y
    Current Registered Protocols: ospf
    Uptime: 0 day 16 hour 29 min 1 sec 90 msec
    
  5. Display BFD neighbor information with details about a specific VE interface.
    device# show bfd neighbors interface ve 5 details
    Flags: * indicates State is inconsistent across the cluster
    OurAddr      NeighAddr     State     Int
    =======      =========     =====     ===
    124.1.1.2    124.1.1.1     UP        Ve5
    
    Local    State: UP            Diag: 0              Demand mode: 0    Poll: 0
    Received State: UP            Diag: 0              Demand mode: 0    Poll: 0    Final: 0
    Local    MinTxInt(ms): 300    MinRxInt(ms): 300    Multiplier: 3
    Received MinTxInt(ms): 300    MinRxInt(ms): 300    Multiplier: 3
    Rx Count: 0                   Tx Count: 0
    LD/RD:          5/4           Heard from Remote: Y
    Current Registered Protocols: ospf
    Uptime: 0 day 16 hour 31 min 41 sec 421 msec