A network engineer needs to configure a floating static route on Cisco router R1 for destination subnet via next-hop IP . The route must serve as a backup to an existing OSPF path, which has a default Administrative Distance of . The engineer decides to set the backup route's Administrative Distance to .
Complete the Cisco IOS global configuration command below by filling in the missing trailing Administrative Distance value.
Cevap:R1(config)# ip route 10.10.20.0 255.255.255.0 192.168.1.2 【130】
Cevap
The trailing Administrative Distance value required to complete the command is 130.
Specifying 130 at the end of the `ip route` command assigns an Administrative Distance higher than the primary OSPF route's AD of 110. This keeps the route out of the routing table during normal operation and activates it only when the primary path is removed.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route CLI Syntax and Administrative Distance
Tahmini Süre:1m 0s