H12-811_V1.0 · Question #887
Which statement is true regarding the following command? ip route-static 10.0.12.0 255.255.255.0 192.168.1.1
The correct answer is A. The configuration represents a static route to the 10.0.12.0 network. The command defines a static route to the network 10.0.12.0 with a 255.255.255.0 subnet mask, using 192.168.1.1 as the next-hop address. Static routes are manually set routes with fixed paths, and by default, they have higher priority than dynamic routes, but the specific…
Question
Which statement is true regarding the following command? ip route-static 10.0.12.0 255.255.255.0 192.168.1.1
Options
- AThe configuration represents a static route to the 10.0.12.0 network.
- BThe configuration represents a static route to the 192.168.1.1 network.
- CIf the router has learned the same destination network via a dynamic routing protocol, the static
- DThe preference value of this configured route is 100.
How the community answered
(49 responses)- A78% (38)
- B6% (3)
- C12% (6)
- D4% (2)
Explanation
The command defines a static route to the network 10.0.12.0 with a 255.255.255.0 subnet mask, using 192.168.1.1 as the next-hop address. Static routes are manually set routes with fixed paths, and by default, they have higher priority than dynamic routes, but the specific preference value depends on configuration. This setup enables targeted routing for traffic towards the specified
Topics
Community Discussion
No community discussion yet for this question.