An administrator is configuring a secondary IPv4 static route on router R1 to reach network via next-hop . A primary static route to the same destination network via next-hop already exists in the active configuration with default settings. The secondary route must serve strictly as a backup and only enter the routing table if the primary path fails. Which Cisco IOS command should be configured on router R1?
- ip route 10.50.0.0 255.255.0.0 192.168.2.2 10Answer
- Bip route 10.50.0.0 255.255.0.0 192.168.2.2 1
- Cip route 10.50.0.0 255.255.0.0 192.168.2.2 0
- Dip route 10.50.0.0 255.255.0.0 192.168.2.2
Answer
The correct command is `ip route 10.50.0.0 255.255.0.0 192.168.2.2 10`.
The command configuring an administrative distance of 10 creates a floating static route. Because Cisco IOS static routes default to an administrative distance of 1, setting the backup route's distance to 10 ensures it remains inactive until the primary route fails.
Step-by-Step Solution
Key Concept
Floating static routes rely on configuring an Administrative Distance higher than the primary routing source so that the backup route remains dormant in the configuration until the primary route drops out of the routing table.
Estimated Time:1m 30s