docs: add BFD strict mode documentation for BGP neighbors

This commit is contained in:
r3m8 2026-03-27 20:52:31 +01:00
parent d6124717a4
commit 71cb79b950
No known key found for this signature in database

View file

@ -464,6 +464,7 @@ BGP (Border Gateway Protocol)
**Route Reflector Client** Marks the neighbor as a client for a route reflector; used to reduce the number of full BGP mesh connections.
**Soft reconfiguration inbound** Allows policy changes without resetting the session by storing inbound updates.
**BFD** Enable Bidirectional Forwarding Detection (BFD) for rapid link failure detection with the neighbor.
**BFD Strict Mode** Strict mode requires the BFD session to be established before allowing BGP to connect. If BFD goes down, BGP immediately closes the session. This prevents BGP sessions from remaining up when the underlying link is down. Requires BFD to be enabled.
**Keepalive** Sets the interval (default 60 seconds) between keepalive messages to check the neighbor's availability.
**Hold Down Time** Time (default 180 seconds) before declaring a neighbor down if no keepalive messages are received.
**Connect Timer** Interval to attempt reconnecting with a neighbor after a disconnect.