A network engineer is configuring a backup path on router HQ-R1 to reach the corporate subnet . The primary route to this prefix is currently learned via Internal EIGRP with a default administrative distance of 90. The backup connection uses a point-to-point Ethernet link where HQ-R1 local interface GigabitEthernet0/1 is assigned IP address and the remote peer router interface is assigned .
Which Cisco IOS command must be configured on HQ-R1 to ensure the static route acts as a floating backup route that only enters the routing table if the primary EIGRP route fails?
- ip route 172.20.40.0 255.255.252.0 198.51.100.254 95Cevap
- Bip route 172.20.40.0 255.255.252.0 198.51.100.254 85
- Cip route 172.20.40.0 0.0.3.255 198.51.100.254 95
- Dip route 172.20.40.0 255.255.252.0 198.51.100.1 95
Cevap
The correct command is `ip route 172.20.40.0 255.255.252.0 198.51.100.254 95`, which specifies the destination network, valid subnet mask, remote next-hop IP, and an administrative distance higher than Internal EIGRP (90).
The correct command properly formats the /22 mask as 255.255.252.0, uses the remote neighbor's interface IP (198.51.100.254) as the next hop, and sets an administrative distance of 95. Because 95 is higher than Internal EIGRP's administrative distance of 90, the router keeps this route out of the active routing table until the EIGRP route fails.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Configuration
Tahmini Süre:1m 30s