Wired Intelligent Edge

 View Only
last person joined: 2 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Activate BFD

This thread has been viewed 19 times
  • 1.  Activate BFD

    Posted Jan 10, 2024 11:04 AM

    Hello all,

    I would like to activate BFD between my two 8400 cores and all my 8400 distribution.

    but I am wondering if I need to plan a maintenance window or if there is no impact.

    I found this link for configuring BFD :

    Configuring BFD For OSPFv2

    Arubanetworks remove preview
    Configuring BFD For OSPFv2
    Prerequisites OSPFv2 must be enabled. ICMP must be disabled. Procedure Enable BFD support with the command bfd. Enable BFD on all OSPF interfaces with the command bfd all-interfaces, or enable BFD on a specific interface with the command ip ospf bfd. For most deployments, the default values for the following features do not need to be changed.
    View this on Arubanetworks >

    Is that correct ?

    Thanks in advance for your help.

    Best regards,

    Matthieu



  • 2.  RE: Activate BFD

    Posted Jan 30, 2024 06:14 PM

    Generally, enabling BFD itself should not cause a disruption to the existing network traffic

    This link can help you further on BFD- https://www.youtube.com/watch?v=UEc-9AqEeFM





  • 3.  RE: Activate BFD

    Posted Jan 31, 2024 11:29 AM

    Hello,

    Thank you for your answer.
    I applied bfd without issue.
    Here commands for people :

    SW# configure
    SW(config)# bfd

    interface X/X/X
    description XXXXXXXX
    no shutdown
    bfd min-receive-interval 500
    bfd min-transmit-interval 500
    bfd detect-multiplier 1 -
    ip ospf 1 area 0.0.0.0
    exit

    router ospf X
    bfd all-interfaces

    BR