A network technician is adding a secondary path on Router-HQ to reach the internal subnet . The primary link currently learns this destination via EIGRP with an administrative distance of 90. To ensure the secondary static path through next-hop IP serves strictly as a backup when the primary link is down, which Cisco IOS command must be configured?
- ip route 172.16.40.0 255.255.255.0 10.1.1.2 100Answer
- Bip route 172.16.40.0 255.255.255.0 10.1.1.2 90
- Cip route 172.16.40.0 255.255.255.0 10.1.1.2 80
- Dip route 172.16.40.0 255.255.255.0 10.1.1.2 1
Answer
The command 'ip route 172.16.40.0 255.255.255.0 10.1.1.2 100' correctly configures a floating static route by specifying an administrative distance higher than the primary routing protocol.
A floating static route functions as a backup path by configuring an administrative distance (AD) higher than the primary active route's protocol. Since the primary route is learned via internal EIGRP (AD 90), assigning an AD of 100 to the static route keeps it out of the active routing table until the EIGRP path becomes unavailable.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance Calibration