A router receives routes to the destination network via internal EIGRP (Administrative Distance ). An engineer intends to create a floating static route as a backup path and executes the command `ip route 10.50.0.0 255.255.0.0 192.168.12.2 80`. Which outcome occurs as a direct result of this configuration?
- The newly configured static route immediately replaces the EIGRP route in the routing table because its Administrative Distance of is lower than .Answer
- BThe static route remains inactive in the background and only enters the routing table if the primary EIGRP neighbor adjacency fails.
- CThe router installs both routes into the active routing table simultaneously and performs load balancing across both paths.
- DThe command is rejected by Cisco IOS because custom administrative distance values below are prohibited for static routes.
Answer
The newly configured static route immediately replaces the EIGRP route in the routing table because its Administrative Distance of 80 is lower than 90.
Cisco routers use Administrative Distance (AD) to evaluate route trustworthiness when multiple sources learn paths to identical prefixes. Internal EIGRP has a default AD of 90. Configuring a static route with an AD of 80 makes it more preferred than EIGRP because a lower AD value indicates higher priority. As a result, the static route preempts the EIGRP route immediately in the routing table rather than functioning as a backup.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance Requirements