CCNA: Cisco Certified Network Associate — Question 113
Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4? (Choose two.)
Answer options
- A. It establishes a static route to the 172.16.3.0 network.
- B. It establishes a static route to the 192.168.2.0 network.
- C. It configures the router to send any traffic for an unknown destination to the 172.16.3.0 network.
- D. It configures the router to send any traffic for an unknown destination out the interface with the address 192.168.2.4.
- E. It uses the default administrative distance.
- F. It is a route that would be used last if other routes to the same destination exist.
Correct answer: A, E
Explanation
The command ip route 172.16.3.0 255.255.255.0 192.168.2.4 establishes a static route to the 172.16.3.0 network, making option A correct. Option E is also correct because static routes use the default administrative distance of 1 unless specified otherwise. The other options are incorrect as they refer to different networks or functionalities not related to the command provided.