BGP
2 posts tagged BGP.
BFD negotiates to the slower peer, so your failover is as fast as their config
You can set a 300 millisecond interval on your side and still get whatever the other end asked for. Intervals negotiate to the slower value and can be asymmetric, which means detection time is not a number you control alone.
Networking4 minA stale static route silently shadows the BGP route you are advertising
VPC route priority puts static routes above propagated ones at the same prefix. So a leftover static route wins over a healthy BGP advertisement, and the routing table looks correct because the route is there.
Networking4 min