Difficulty: Easy
Correct Answer: 1 and 2
Explanation:
Introduction / Context:
This item checks knowledge of Cisco static route configuration and semantics, including administrative distance and the difference between default routes and specific network routes.
Given Data / Assumptions:
Concept / Approach:
The form is ip route
Step-by-Step Solution:
Verification / Alternative check:
Show running-config or show ip route static will reveal AD of 1 unless overridden.
Why Other Options Are Wrong:
Any combination including #3 or #4 is incorrect because the command is not a default route and the mask is not a “source” mask.
Common Pitfalls:
Confusing source vs destination masks and thinking any ip route equals a default route.
Final Answer:
1 and 2
Discussion & Comments