-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BFD session is not created when I put the configuration to frr.conf and restart frr. #17408
Comments
Just for curiosity... What happens if you move |
No luck. And "show run" will reorder it to original order |
Could you also give us the follow logs?
|
|
|
If I remember correcly: BFD session is only installed after BGP peer connection is moved to state
|
This do the trick when the BFD is configured after update-source/ebgp-multihop stuff. But the ordering matters here also. This is fine:
This is bad:
|
Looking at #17396, I see this is technically the same, and now I can reproduce it. |
Seems I found the root cause, will push soon. |
Description
I use vtysh to add a new multihop bgp neighbor, but the neighbor is a dummy ip and can't connect to. I also enable BFD on it, and I can see BFD session via command "show bfd peers". But when I save config to frr.conf and then restart frr, BFD session is empty.
Version
How to reproduce
Use vtysh to define a dummy multihop ebgp neighbor and enable bfd:
check BFD session:
Save running-config to file and then restart frr, check BFD session:
Expected behavior
I want to show the BFD session
Actual behavior
It doesn't show BFD session
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: