Enables Bidirectional Forwarding Detection (BFD) sessions for specified Border Gateway Protocol (BGP) neighbors or peer groups.
BFD sessions are not enabled on specific BGP neighbors or peer groups.
BGP configuration mode
BGP address-family IPv4 unicast VRF configuration mode
BGP address-family IPv6 unicast VRF configuration mode
Before using the holdover-interval, interval, min-rx, and multiplier parameters, you must first enable BFD using the neighbor {ip-address | ipv6-address | peer-group-name } bfd command.
For single-hop BFD sessions, BFD considers the interval values that are configured on the interface, but not the nondefault values that are configured with this global command.
The no form of the command removes the BFD for BGP configuration for BGP neighbors or peer groups.
The following example configures BFD for a specified peer group and sets the BFD holdover interval to 18.
device# configure terminal device(config)# router bgp device(config-bgp-router)# neighbor pg1 bfd device(config-bgp-router)# neighbor pg1 bfd holdover-interval 18
The following example configures BFD for a BGP neighbor with the IP address 10.10.1.1 and sets the BFD session timer values.
device# configure terminal device(config)# router bgp device(config-bgp-router)# neighbor 10.10.1.1 bfd device(config-bgp-router)# neighbor 10.10.1.1 bfd interval 120 min-rx 150 multiplier 8