A network administrator needs to configure a backup floating static route for destination network 10.30.0.0/16 via next-hop IP 192.168.10.2. The primary route to this destination is learned via internal EIGRP, which has a default administrative distance of 90. What is the minimum administrative distance value that must be specified at the end of the command to ensure the route acts as a backup?
Cevap:`Router(config)# ip route 10.30.0.0 255.255.0.0 192.168.10.2 【91】`
Cevap
91
To configure a floating static route, the administrative distance (AD) appended to the end of the `ip route` command must be higher than the AD of the primary route. Because internal EIGRP has an administrative distance of 90, the minimum integer value required to make the static route act as a backup is 91.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Configuration