A network engineer is configuring a floating static route on a Cisco router to serve as a backup path for destination network 172.20.10.0/24 via next-hop IP 10.1.1.2. The primary route to this network is currently learned via eBGP, which has a default administrative distance of 20. The engineer needs to assign an administrative distance of 25 to the backup route so that it only enters the routing table if the primary route fails. What value should complete the configuration command?
Cevap:ip route 172.20.10.0 255.255.255.0 10.1.1.2 【25】
Cevap
25
In Cisco IOS, a floating static route is created by appending a numerical administrative distance at the end of the `ip route` command. Specifying 25 configures the static route with an administrative distance higher than eBGP (AD 20), ensuring it remains floating (inactive) until the primary route drops out of the routing table.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Configuration and Administrative Distance