Huawei Certified Network Associate – Routing and Switching (HCNA-RS, legacy) — Question 35
Which of the following configurations regarding static route are correct? (Choose all that apply)
Answer options
- A. ip route-static 129.1.0.0 16 serial 0
- B. ip route-static 10.0.0.2 16 129.1.0.0
- C. ip route-static 129.1.0.0 16 10.0.0.2
- D. ip route-static 129.1.0.0.255.255.0.0 10.0.0.2
Correct answer: A, C, D
Explanation
The correct answers A, C, and D represent proper static route configurations. Option A correctly specifies a route to the 129.1.0.0 network via a serial interface, while option C defines a route to that network through a specific next-hop IP address. Option D is also valid as it correctly defines a route with a subnet mask for the destination network. Option B is incorrect because it has the next-hop IP address specified before the destination network, which is not the correct syntax.