BFD - intervals and timers

When implementing Bidirectional Forwarding Detection (BFD) on a Cisco IOS device, there are several intervals and timers that must be configured. Specifically, we must configure:

  • interval - This specifies the rate in milliseconds at which BFD control packets will be sent to BFD peers
  • min_rx - This specifies the rate, in milliseconds, at which BFD control packets will be expected to be received from BFD peers.
  • multiplier - This specifies the number of consecutive BFD control packets that must be missed from a peer before BFD declares that peer as unavailable.

Now these values are specified within the command like so:

bfd interval milliseconds min_rx milliseconds multiplier multiplier-value

However, according to the RFC definition of BFD, the actual intervals and values used between the BFD peers can vary somewhat. During negotiation, these may be modified. In addition, the RFC says that the actual interval and frequency at which control packets will be sent will change over time by up to 25% based on jitter values and on a level of randomness introduced to prevent self-synchronization.

For more details on BFD, take a look at:

Links:

https://forum.networklessons.com/t/bidirectional-forwarding-detection-bfd/1280/87?u=lagapides

https://networklessons.com/cisco/ccie-routing-switching/bidirectional-forwarding-detection-bfd

https://datatracker.ietf.org/doc/html/rfc5880

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/command/Cisco_IOS_IP_Routing_Protocol-Independent_Command_Reference.pdf

Links to this page: