An enterprise router learns the primary route to network via internal BGP (iBGP), which carries a default Administrative Distance of . An administrator wants to configure a floating static backup route pointing to next-hop IP . Complete the Cisco IOS command below by entering the minimum administrative distance value required to ensure this route functions strictly as a backup path.
Answer:Router(config)# ip route 172.16.50.0 255.255.255.0 10.1.1.2 【201】
Answer
201
A floating static route must be configured with an Administrative Distance (AD) strictly greater than that of the primary route. Since iBGP has a default AD of 200, the static route requires an AD of at least 201 to remain inactive until the primary iBGP route fails.
Step-by-Step Solution
Key Concept
Floating Static Routes and Administrative Distance
Estimated Time:1m 0s