How to reduce time until routes are removed with BGP and Zebra? #14879
-
In my setup, I have a BGP session between a router and a host, and modify the host's routing table with Zebra. When a route goes down on the router, it takes ~30s until the route on the host is removed. I would like to reduce this time to something on the order of 1-2 seconds. Is this possible? My router's config (AFAIK the
My host's config
|
Beta Was this translation helpful? Give feedback.
Answered by
donaldsharp
Nov 27, 2023
Replies: 1 comment 3 replies
-
You can |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mlegner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can
a) lower your timers. You have a 30 second timeout
b) Use BFD for link detection and alerts when it goes down.