Complete the Cisco IOS command required to configure a floating static backup route.
Answer:An edge router receives its primary path to destination subnet via internal EIGRP, which carries a default Administrative Distance of . A network engineer needs to configure a floating static backup route toward the same destination using next-hop IP with an Administrative Distance of .
What value should be entered to complete the Cisco IOS command below?
`ip route 172.20.10.0 255.255.255.0 10.1.1.2` 【100】
What value should be entered to complete the Cisco IOS command below?
`ip route 172.20.10.0 255.255.255.0 10.1.1.2` 【100】
Answer
The missing parameter to complete the command is 100.
Appending the integer 100 to the end of the `ip route` syntax sets the static route's Administrative Distance to 100. Because 100 is higher than internal EIGRP's default AD of 90, the router will keep the static route inactive (floating) in the routing table until the primary EIGRP path becomes unavailable.
Step-by-Step Solution
Key Concept
Floating Static Route Configuration and Administrative Distance
Estimated Time:1m 0s