03-14-2022 03:19 PM
Hello All,
I am trying to configure BFD for ipv6 BGP. BFD session is not up. Am I missing any configuration?
R1-----R2
03-14-2022 04:21 PM
Is this Lab or a real environment?
have you seen this command executed?
interval min-tx 1000 min-rx 1000 multiplier 4
my lab it taking maximum : (999)
interval min-tx 999 min-rx 999 multiplier 4
here is up bot the side (same config of yours)
03-14-2022 04:43 PM - edited 03-14-2022 05:48 PM
Hi @sachin30720041 ,
This is not a multi hop bfd session as the two routers are directly connected. You need to add the following under the interface and change your bgp config.
R1:
int gi1
bfd interval 1000 min_rx 1000 multiplier 4
router bgp
neighbor 2001:face::2 fall-over bfd
R2:
int gi1
bfd interval 1000 min_rx 1000 multiplier 4
router bgp
neighbor 2001:face::1 fall-over bfd
If you want to test BFD multi hop, you need to insert a router in between R1 and R2. Also, remember that "neighbor fall-over bfd multi-hop" will not work unless configured along with the "neighbor ebgp-multihop" statement.
Regards,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide