Complete the Cisco IOS command below to configure a floating static route for the 172.16.100.0/22 network using the next-hop address 10.254.1.2. The route must serve as a floating backup to a primary path learned via internal EIGRP. Enter the dotted-decimal subnet mask in the first blank and the minimum integer administrative distance value required for backup operation in the second blank.
Answer:ip route 172.16.100.0 【255.255.252.0】 10.254.1.2 【91】
Answer
blank_1: 255.255.252.0, blank_2: 91
To configure a floating static route in Cisco IOS for the 172.16.100.0/22 prefix, the subnet mask must be specified in dotted-decimal format as 255.255.252.0. Internal EIGRP operates with a default Administrative Distance of 90. To ensure the static route acts strictly as a floating backup—entering the routing table only when the primary EIGRP route is lost—the static route must be assigned an Administrative Distance greater than 90. The minimum integer value that achieves this is 91.
Step-by-Step Solution
Key Concept
Floating Static Route Configuration and Administrative Distance
Estimated Time:2m 0s