Which Cisco IOS command configures an IPv4 floating static route to destination network through next-hop IP address so that it serves as a backup to a primary route learned via Internal EIGRP (Administrative Distance of )?
- ip route 172.20.0.0 255.255.0.0 10.0.0.2 130Answer
- Bip route 172.20.0.0 255.255.0.0 10.0.0.2 80
- Cip route 172.20.0.0 0.0.255.255 10.0.0.2 130
- Dip route 172.20.0.0 255.255.0.0 10.0.0.2 10
Answer
ip route 172.20.0.0 255.255.0.0 10.0.0.2 130 correctly configures the backup floating static route with an administrative distance higher than the primary EIGRP route.
The command correctly uses the standard subnet mask format for destination network 172.20.0.0/16 and sets an administrative distance of 130. Because 130 is greater than EIGRP's administrative distance of 90, the router keeps this static route inactive in reserve until the primary EIGRP route is lost.
Step-by-Step Solution
Key Concept
IPv4 Floating Static Route Configuration and Administrative Distance Selection
Estimated Time:45s