H12-811_V1.0 · Question #945
Which of the following are valid static route configurations?
The correct answer is A. ip route-static 129.1.0.0 16 serial 0/0/0 B. ip route-static 129.1.0.0 255.255.0.0 10.0.0.2 D. ip route-static 129.1.0.0 16 10.0.0.2. Option A is valid; the destination is defined in CIDR format (129.1.0.0/16) with a specified outgoing interface. Option B is valid; it uses a subnet mask format and specifies a next-hop IP. Option D is also valid with the destination and mask defined and a next-hop IP.
Question
Which of the following are valid static route configurations?
Options
- Aip route-static 129.1.0.0 16 serial 0/0/0
- Bip route-static 129.1.0.0 255.255.0.0 10.0.0.2
- Cip route-static 10.0.0.2 16 129.1.0.0
- Dip route-static 129.1.0.0 16 10.0.0.2
How the community answered
(22 responses)- A68% (15)
- C32% (7)
Explanation
Option A is valid; the destination is defined in CIDR format (129.1.0.0/16) with a specified outgoing interface. Option B is valid; it uses a subnet mask format and specifies a next-hop IP. Option D is also valid with the destination and mask defined and a next-hop IP.
Topics
Community Discussion
No community discussion yet for this question.