Skip to content

Conversation

@berendt
Copy link
Member

@berendt berendt commented Aug 7, 2025

Implement automatic BFD (Bidirectional Forwarding Detection) configuration for all interfaces listed in BGP_NEIGHBOR. This ensures faster failure detection for BGP sessions.

  • Add _add_bfd_configurations() function to generate BFD_PEER_SINGLE_HOP entries
  • Configure BFD with 300ms intervals and detect multiplier of 3
  • Enable BFD echo mode for all BGP neighbors
  • Automatically map each BGP_NEIGHBOR entry to corresponding BFD configuration

AI-assisted: Claude Code

Implement automatic BFD (Bidirectional Forwarding Detection) configuration
for all interfaces listed in BGP_NEIGHBOR. This ensures faster failure
detection for BGP sessions.

- Add _add_bfd_configurations() function to generate BFD_PEER_SINGLE_HOP entries
- Configure BFD with 300ms intervals and detect multiplier of 3
- Enable BFD echo mode for all BGP neighbors
- Automatically map each BGP_NEIGHBOR entry to corresponding BFD configuration

AI-assisted: Claude Code

Signed-off-by: Christian Berendt <berendt@osism.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants