Dynamic routing terminology

Bidirectional forwarding detection (BFD)

Bi-directional Forwarding Detection (BFD) is a protocol used to quickly locate hardware failures in the network. Routers running BFD send packets to each other at a negotiated rate. If packets from a BFD-protected router fail to arrive, then that router is declared down. BFD communicates this information to the routing protocol and the routing information is updated.

BFD neighbors establish if BFD is enabled in OSPF or BFP routers that establish as neighbors. The CLI commands associated with BFD include:

config router bgp

config neighbor set bfd

end

config router ospf set bfd

end

Per-VDOM configuration:

config system settings set bfd

set bfd-desired-min-tx set bfd-required-min-rx set bfd-detect-mult

set bfd-dont-enforce-src-port end

Per-interface (override) configuration:

config system interface edit <interface_name>

set bfd enable

set bfd-desired-min-tx set bfd-detect-mult

set bfd-required-min-rx end

For more information about BFD in BGP, see Border Gateway Protocol (BGP) on page 338.


Having trouble configuring your Fortinet hardware or have some questions you need answered? Check Out The Fortinet Guru Youtube Channel! Want someone else to deal with it for you? Get some consulting from Fortinet GURU!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.