BFD: When BGP peer is shutdown by admin, associated BFD session should also be brought down or not ? #19002
Unanswered
sougata-github-nvidia
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yes, but it will still allow establishing a BGP session even if BFD is down unless a strict mode is used. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When a BGP peer is administratively shut down, should the associated BFD session also be brought down automatically?
I couldn’t find any explicit guidance on this behavior in the relevant RFCs. Could you please clarify whether it is recommended for BGP to terminate the BFD session in such cases, or should this decision be left to the user? That is, the user can manually unbind or disable the BFD session if needed.
While automatically tearing down the BFD session may help with resource optimization, implementing this behavior consistently would require the same logic to be applied across all BFD client protocols for consistency.
Looking forward to your input.
Beta Was this translation helpful? Give feedback.
All reactions