A network administrator is configuring a static backup route to take over if an existing primary route learned via OSPF (Administrative Distance 110) fails. Which TWO statements describe requirements for this floating static route to function correctly as a backup?
- The static route must be configured with an administrative distance value greater than 110.Answer
- The primary OSPF route must be removed from the routing table before the floating static route can be installed.Answer
- CThe static route must be configured with an administrative distance value lower than 110.
- DThe static route must be configured with an administrative distance value equal to 110.
Answer
The static route must be configured with an administrative distance value greater than 110, and the primary OSPF route must be removed from the routing table before the floating static route can be installed.
A floating static route serves as a backup path by configuring an administrative distance higher than that of the primary route (greater than 110 for an OSPF primary route). Because routers prefer paths with lower administrative distance, the floating static route will only be installed into the routing table after the primary route fails and is removed.
Step-by-Step Solution
Key Concept
Floating static routes use a higher Administrative Distance than the primary route protocol so they only enter the routing table when the primary route fails.