An enterprise network administrator is configuring a floating static route on router R1 to serve as a backup path for the corporate subnet 172.16.50.0/24. The primary path is currently learned via internal EIGRP (Administrative Distance 90). Which command correctly configures the backup route so that it remains inactive until the primary EIGRP route fails?
- ip route 172.16.50.0 255.255.255.0 10.1.1.2 95Answer
- Bip route 172.16.50.0 255.255.255.0 10.1.1.2 85
- Cip route 172.16.50.0 255.255.255.0 10.1.1.2 90
- Dip route 172.16.50.0 255.255.255.0 10.1.1.2 1
Answer
The command 'ip route 172.16.50.0 255.255.255.0 10.1.1.2 95' correctly configures the floating static route.
A floating static route functions as a backup by having an administrative distance configured higher than that of the primary routing protocol. Internal EIGRP has a default administrative distance of 90. Therefore, assigning an administrative distance of 95 to the static route ensures it stays inactive in the routing table until the primary EIGRP route is withdrawn.
Step-by-Step Solution
Key Concept
Floating Static Routes and Administrative Distance