An administrator needs to configure a backup static route on router R1 to reach destination network only if the primary path learned via internal EIGRP (Administrative Distance ) becomes unavailable. The next-hop IPv4 address for the backup path is . Which command must be entered on router R1 to achieve this objective?
- ip route 10.20.30.0 255.255.255.0 192.168.1.2 95Answer
- Bip route 10.20.30.0 255.255.255.0 192.168.1.2 85
- Cip route 10.20.30.0 0.0.0.255 192.168.1.2 95
- Dip route 192.168.1.2 255.255.255.0 10.20.30.0 95
Answer
The command 'ip route 10.20.30.0 255.255.255.0 192.168.1.2 95' correctly configures a floating static route with an Administrative Distance higher than EIGRP.
The command specifying destination network 10.20.30.0, subnet mask 255.255.255.0, next-hop IP 192.168.1.2, and Administrative Distance 95 correctly establishes a floating static route. Because the AD of 95 is higher than Internal EIGRP's AD of 90, the router will use EIGRP during normal operations and only insert this static route into the routing table if the EIGRP path goes down.
Step-by-Step Solution
Key Concept
Floating Static Routes and Administrative Distance
Estimated Time:1m 15s