CCNA Exam QuestionsBrowse all questions from this exam

CCNA Exam - Question 1240


Refer to the exhibit. The router R1 is in the process of being configured. Routers R2 and R3 are configured correctly for the new environment. Which two commands must be configured on R1 for PC1 to communicate to all PCs on the 10.10.10.0/24 network? (Choose two.)

Show Answer
Correct Answer: A

To configure R1 so that PC1 can communicate with all PCs in the 10.10.10.0/24 network, two static routes need to be added. Firstly, the command 'ip route 10.10.10.0 255.255.255.0 192.168.2.3' tells R1 to route any traffic destined for the 10.10.10.0/24 network through the next hop at 192.168.2.3 (R2). This covers the communication to the broader network. Secondly, although the line 'ip route 10.10.10.10 255.255.255.255 192.168.2.2' seems redundant at first glance, it specifically points a single host route which ensures that packets can be directed precisely. Therefore, the suggested commands in option A are correct.

Discussion

6 comments
Sign in to comment
JunsK1eOption: A
Dec 14, 2023

Only Letter A can solve this problem

[Removed]
May 27, 2024

That's not choose two

MinSun600
Apr 20, 2025

i was looking another answer after choosing A as it;s said choose 2 why is that confusing cisco

[Removed]Option: A
Apr 9, 2024

Only A is correct

jackie8Option: A
Mar 25, 2024

A partial correct. ip route 10.10.10.10 255.255.255.255 route should be the first route.

bezkinOption: A
Sep 28, 2024

wont be able to reach 10.10.10.5 though, but i guess it only asked about PCs

dsmitd33Option: A
May 3, 2025

Just spent an extra 5 to 10 minutes of my life looking for a second answer only to finally declare there wasn't one, hit the show answer button and then realized I was right and that the "two choices" was wrong. Very VERY frustrating that they did that!