To configure BFD on an Arista EOS, use the following command (the values shown
are examples):
int NAME
bfd interval 1000 min_rx 1000 multiplier 5
router bgp 65201
neighbor 169.254.88.81 bfd
neighbor 169.254.149.193 bfd
For additional Arista BFD configuration settings and examples, see
Section 37.2: BFD Configuration
in the Arista documentation.
Cisco ASA
For Cisco ASA configuration examples, see
Bidirectional Forwarding Detection Routing
in the Cisco documentation. The BGP configuration is identical to the
IOS/IOS-XE configuration later in this document.
Cisco ASR
To see BFD status, use the following command at the top level of the Cisco AS
configuration:
show bfd neighbors 169.254.44.6 details
To configure BFD on a Cisco ASR, use the following command (the values shown
are examples):
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Use third-party router configurations for BFD\n=============================================\n\nThis page provides examples of third-party router configurations that support\n[Bidirectional Forwarding Detection (BFD) for Cloud Router](/network-connectivity/docs/router/concepts/bfd).\n\nArista EOS\n----------\n\nTo configure BFD on an Arista EOS, use the following command (the values shown\nare examples): \n\n```\nint NAME\n bfd interval 1000 min_rx 1000 multiplier 5\n\nrouter bgp 65201\n neighbor 169.254.88.81 bfd\n neighbor 169.254.149.193 bfd\n```\n\nFor additional Arista BFD configuration settings and examples, see\n[Section 37.2: BFD Configuration](https://www.arista.com/en/um-eos/eos-section-37-2-bfd-configuration#ww1114266)\nin the Arista documentation.\n\nCisco ASA\n---------\n\nFor Cisco ASA configuration examples, see\n[Bidirectional Forwarding Detection Routing](https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/general/asa-96-general-config/route-bfd.html)\nin the Cisco documentation. The BGP configuration is identical to the\nIOS/IOS-XE configuration later in this document.\n\nCisco ASR\n---------\n\nTo see BFD status, use the following command at the top level of the Cisco AS\nconfiguration: \n\n```\nshow bfd neighbors 169.254.44.6 details\n```\n\nTo configure BFD on a Cisco ASR, use the following command (the values shown\nare examples): \n\n```\nint NAME\n bfd interval 1000 min_rx 1000 multiplier 5\n\nrouter bgp 65001\n neighbor 169.254.3.6 fall-over bfd single-hop\n neighbor 169.254.4.6 fall-over bfd single-hop\n neighbor 169.254.33.6 fall-over bfd single-hop\n neighbor 169.254.44.6 fall-over bfd single-hop\n```\n\nFor additional Cisco IOS/IOS-XE BFD configuration settings and examples, see\n[BGP Support for BFD](https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-16/irg-xe-16-book/bgp-support-for-bfd.html)\nin the Cisco documentation.\n\nCisco IOS-XR\n------------\n\nFor Cisco IOS-XR configuration examples, see\n[Implementing BFD](https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r5-3/routing/configuration/guide/b_routing_cg53xasr9k/b_routing_cg53xasr9k_chapter_0100.html)\nin the Cisco documentation.\n\nFortigate\n---------\n\nFor Fortigate BFD configuration examples, see\n[Technical Note : FortiGate BFD implementation and examples (Bidirectional Forwarding Detection for OSPF and BGP)](https://kb.fortinet.com/kb/documentLink.do?externalID=FD30260).\n\nJuniper JunOS\n-------------\n\nTo configure BFD on the Juniper JunOS with BGP, use the following command (the\nvalues shown are examples): \n\n```\n protocols {\n bgp {\n group bfdtest-cr-2 {\n bfd-liveness-detection {\n minimum-interval 1000;\n }\n neighbor 192.163.6.4;\n neighbor 192.168.40.4;\n }\n }\n }\n```\n\nFor additional Juniper BFD configuration settings and examples, see\n[Example: Configure BFD for BGP](https://www.juniper.net/documentation/en_US/junos/topics/topic-map/bgp-bfd.html)\nin the Juniper documentation.\n\nWhat's next\n-----------\n\n- To configure BFD on a BGP session or peer router, see\n [Configure BFD for Cloud Router](/network-connectivity/docs/router/how-to/configuring-bfd).\n\n- To modify BFD settings on a BGP session, see\n [Update or disable BFD](/network-connectivity/docs/router/how-to/updating-bfd).\n\n- For help with BFD diagnostic messages, session states, and status messages,\n see\n [BFD diagnostic messages and session states](/network-connectivity/docs/router/concepts/bfd-states).\n\n- To troubleshoot issues with Cloud Router, see\n [Troubleshooting](/network-connectivity/docs/router/resources/troubleshooting)."]]