A network engineer is configuring IPv4 static routes on a Cisco IOS router. Which TWO statements accurately describe the characteristics and syntax of Cisco IPv4 static routing? (Select two.)
- A floating static route must be configured with an administrative distance higher than the administrative distance of the primary route.Answer
- Static routes configured pointing directly to a point-to-point exit interface do not require a recursive lookup to resolve the next-hop IP address.Answer
- CTo configure a floating static backup route for EIGRP (AD 90), the administrator should set the static route's administrative distance to a value such as 10.
- DIPv4 static route configurations require wildcard masks rather than subnet masks to define destination networks.
Answer
The two correct statements state that a floating static route requires an administrative distance higher than the primary route, and that static routes pointing to a point-to-point exit interface bypass recursive lookup.
Floating static routes rely on having a higher administrative distance than the primary route so they stay out of the routing table until the primary route fails. Additionally, specifying a point-to-point exit interface allows direct frame transmission without a recursive next-hop lookup.
Step-by-Step Solution
Key Concept
IPv4 Static Route Syntax and Floating Static Route Principles