Configures Bidirectional Forwarding Detection (BFD) session parameters on an interface.
BGP configuration mode
Interface subtype configuration mode
The transmit-time and min-rx receive-time parameters are the intervals desired by the local device. The actual values in use are the negotiated values.
Use the bfd interval command in BGP configuration mode for multihop sessions only. Single-hop sessions in BGP use the values that are configured at the interface level with the bfd interval command. Otherwise, the default BFD interfal is used.
The no form of the command reverts to the default parameters.
The following example sets the BFD session parameters for an Ethernet interface.
device# configure terminal device(config)# interface ethernet 0/4 device(conf-if-eth-0/4)# bfd interval 100 min-rx 100 multiplier 10
The following example sets the BFD session parameters for a virtual Ethernet (VE) interface.
device# configure terminal device(config)# interface ve 24 device(config-if-ve-24)# bfd interval 120 min-rx 150 multiplier 8
The following example sets the BFD session parameters globally for BGP.
device# configure terminal device(config)# router bgp device(config-bgp-router)# bfd interval 140 min-rx 125 multiplier 44