Para configurar a BFD em um Arista EOS, use o seguinte comando (os valores mostrados são exemplos):
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
Para ver mais configurações e exemplos de configuração do Arista BFD, consulte a
Seção 37.2: Configuração BFD
na documentação do Arista.
Cisco ASA
Para ver exemplos de configuração do Cisco ASA, consulte
Roteamento de detecção de encaminhamento bidirecional
(em inglês) na documentação da Cisco. A configuração do BGP é idêntica à configuração do IOS/IOS-XE mais adiante neste documento.
Cisco ASR
Para ver o status da BFD, use o seguinte comando no nível superior da
configuração do Cisco AS:
show bfd neighbors 169.254.44.6 details
Para configurar a BFD em um Cisco ASR, use o seguinte comando (os valores mostrados são exemplos):
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-12 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)."]]