Valid 200-125 Dumps shared by ExamDiscuss.com for Helping Passing 200-125 Exam! ExamDiscuss.com now offer the newest 200-125 exam dumps, the ExamDiscuss.com 200-125 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-125 dumps with Test Engine here:
Instructions: - Enter IOS commands on the device to verify network operation and answer the multiple questions. - THIS TASK DOES NOT REQUIRE REVICE CINFIGURATION. - Click the device icon to gain access to the console device. No console or enable passwords are required. - To access the multiple choice questions, click the numbered boxes on the left of the top panel. - there are four multiple-choice questions with this task. Be sure to answer all four questions before clicking Next. Examine R2 configuration, the traffic that is destined to R3 LAN network sourced from Router R2 is forwarded to R1 instead R3. What could be an issue? R2#traceroute 10.10.12.1 source 10.10.10.1 Type escape sequence to abort Tracing the route to 10.10.12.1 VRF info: (vrf in name/id, vrf out name/id) 1 172.16.14.1 0 msec 1 msec 0 msec 2 172.16.14.1 !H !H * R2#
Correct Answer: D
Explanation/Reference: Explanation: First we should check the routing table of R2 with the "show ip route" command. In this table we cannot find the subnet "10.10.12.0/24" (R3 LAN network) so R2 will use the default route advertised from R1 (with the command "default-information originate" on R1) to reach unknown destination, in this case subnet 10.10.12.0/24 -> R2 will send traffic to 10.10.12.0/24 to R1. Next we need to find out why R3 did not advertise this subnet to R2. A quick check with the "show running- config" on R3 we will see that R3 was not configured with RIP ( no "router rip" section). Therefore we can conclude RIPv2 was not enabled on R3.