A network router receives its primary path to a corporate office via external BGP with an administrative distance of 20. Which administrative distance value should be assigned to a static backup route to ensure it functions as a floating static route?
- 50Answer
- B1
- C10
- D20
Answer
An administrative distance of 50 should be assigned.
A floating static route must have an administrative distance higher than the primary route so it is ignored by the routing table during normal operation and only installed if the primary route fails. Since the primary eBGP route has an administrative distance of 20, setting the static route's administrative distance to 50 makes it a valid backup route.
Step-by-Step Solution
Key Concept
Floating static routes require a higher administrative distance than the primary routing protocol to remain inactive as a backup until failover occurs.