An engineer is configuring router R1 to reach the internal network using a backup path via next-hop IPv4 address . The primary route to is currently dynamically learned via EIGRP with an administrative distance of . Which command must be configured on R1 so that the static route functions as a floating static route and only enters the routing table if the primary route fails?
- ip route 10.50.0.0 255.255.0.0 192.168.12.2 95Cevap
- Bip route 10.50.0.0 255.255.0.0 192.168.12.2 80
- Cip route 10.50.0.0 255.255.0.0 192.168.12.2 90
- Dip route 10.50.0.0 0.0.255.255 192.168.12.2 95
Cevap
ip route 10.50.0.0 255.255.0.0 192.168.12.2 95
The command 'ip route 10.50.0.0 255.255.0.0 192.168.12.2 95' correctly specifies the target network, subnet mask, next-hop IP address, and an administrative distance of 95. Because 95 is greater than the EIGRP administrative distance of 90, the router will keep this static route out of the routing table until the primary EIGRP route fails.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Configuration
Tahmini Süre:1m 0s