EIGRP Troubleshooting Sim
Question
Refer to the topology. Your company has connected the routers R1, R2 and R3 with serial links. R2 and R3 are connected to the switches SW1 and SW2, respectively. SW1 and SW2 are also connected to the routers R4 and R5.
The EIGRP routing protocol is configured. You are required to troubleshoot and resolve the EIGRP issues between the various routers. Use the appropriate show commands to troubleshoot the issues.
Instead of posting the output of “show run” commands we post here the commands entered on each router to reduce some useless lines. Also you can try solving questions by yourself before reading the answers.
R1: int lo0 ip address 10.1.1.1 255.255.255.255 int e0/0 ip address 192.168.16.1 255.255.255.0 int s1/1 ip address 192.168.13.1 255.255.255.0 bandwidth 1000 int s1/3 ip address 192.168.12.1 255.255.255.0 ! router eigrp 1 network 192.168.12.0 network 192.168.13.0 network 192.168.16.0 |
R2: int lo0 ip address 10.2.2.2 255.255.255.255 int e0/0 ip address 192.168.123.2 255.255.255.0 int s2/1 ip address 192.168.12.2 255.255.255.0 ! router eigrp 1 network 10.2.2.2 0.0.0.0 network 192.168.12.0 network 192.168.123.0 |
R3: int lo0 ip address 10.3.3.3 255.255.255.255 int e0/0 ip address 192.168.123.3 255.255.255.0 int s2/1 ip address 192.168.13.3 255.255.255.0 ! router eigrp 1 network 10.3.3.3 0.0.0.0 network 192.168.13.0 network 192.168.123.0 |
R4: int lo0 ip address 10.4.4.4 255.255.255.255 int lo1 ip address 10.4.4.5 255.255.255.255 int lo2 ip address 10.4.4.6 255.255.255.255 int e0/0 ip address 192.168.123.4 255.255.255.0 ! router eigrp 2 network 10.4.4.4 0.0.0.0 network 10.4.4.5 0.0.0.0 network 10.4.4.6 0.0.0.0 network 192.168.123.0 |
R5: int lo0 ip address 10.5.5.5 255.255.255.255 int lo1 ip address 10.5.5.55 255.255.255.255 int e0/0 ip address 192.168.123.5 255.255.255.0 ! router eigrp 1 network 10.5.5.5 0.0.0.0 network 10.5.5.55 0.0.0.0 network 10.10.10.0 0.0.0.255 network 192.168.123.0 |
R6: int lo0 ip address 10.6.6.6 255.255.255.255 int e0/0 ip address 192.168.16.6 255.255.255.0 ! router eigrp 1 network 10.6.6.6 0.0.0.0 |
Note: In the exam, this sim uses IOS version 15 so “no auto-summary” is the default setting of EIGRP. You don’t have to type it.
You can download the pkt file to practice here: http://www.9tut.com/download/9tut.com_CCNA_EIGRP_Troubleshooting_Sim.pkt
Question 1
The loopback interfaces on R4 with the IP addresses of 10.4.4.4/32, 10.4.4.5/32 and 10.4.4.6/32 are not appearing in the routing table of R5. Why are the interfaces missing?
A. The interfaces are shutdown, so they are not being advertised.
B. R4 has been incorrectly configured to be in another AS, so it does not peer with R5.
C. Automatic summarization is enabled, so only the 10.0.0.0 network is displayed.
D. The loopback addresses haven’t been advertised, and the network command is missing on R4.
Answer: B
Explanation
On R4 we see EIGRP is configured with AS 2 (router eigrp 2) while other routers are using AS 1 (router eigrp 1). Therefore R4 cannot see other routers and vice versa.
Question 2
Which path does traffic take from R1 to R5?
A. The traffic goes through R2.
B. The traffic goes through R3.
C. The traffic is equally load-balanced over R2 and R3.
D. The traffic is unequally load-balanced over R2 and R3.
Answer: A
Explanation
For this question we have to check the routing table of R1 to find out the answer. Use the “show ip route” command on R1 we will get something like this:
There are three interfaces on R5 which are Loopback0: 10.5.5.5 ; Loopback1: 10.5.5.55; Ethernet0/0: 192.168.123.5 and all of them are advertised via 192.168.12.2 so we can conclude traffic from R1 to R5 goes through R2 (192.168.12.2 is the IP address of S2/1 interface of R2).
Note: Maybe there is another version of this question in the exam in which the answer should be “The traffic is equally load-balanced over R2 and R3″. Therefore please check the “show ip route” output carefully to see if there are more than one route to the destination.
Question 3
Router R6 does not form an EIGRP neighbor relationship correctly with router R1. What is the cause for this misconfiguration?
A. The K values mismatch.
B. The AS does not match.
C. The network command is missing.
D. The passive-interface command is enabled.
Answer: C
Explanation
From the configuration of R6 we learn that R6 is missing “network 192.168.16.0″ command (the network between R1 & R6) under EIGRP so EIGRP neighbor relationship will not be formed between them.
Question 4
Study the following output taken on R1:
R1#ping 10.5.5.55 source 10.1.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.5.5.55, timeout is 2 seconds: Packet sent with a source address of 10.1.1.1 . . . . . Success rate is 0 percent (0/5) |
Why are the pings failing?
A. The network statement is missing on R5.
B. The loopback interface is shut down on R5.
C. The network statement is missing on R1.
D. The IP address that is configured on the Lo1 interface on R5 is incorrect.
Answer: C
Explanation
R1 does not advertise its loopback 0 (10.1.1.1) to EIGRP therefore a ping to destination 10.5.5.55 (R5) from 10.1.1.1 will not be successful because R5 does not know how to reply to R1.
Hi Kia you are soo lucky to clear your exam and I appreciate for you success
dear kia I have to take my exam in up coming month so pleeeease kia send me too
the latest version of VCE and any dumps you have
kia my Email I.D yousufkhan955@yahoo.com
please help, requesting the latest 200-120 dumps really need it folks please
waleed.fadel45@gmail.com
Can someone please send me the latest 200-120 dumps, I have exam next week!!
Thank you!!
karekezi90@gmail.com
Can I also request for the dump? Thanks
alvinmcaringal@gmail.com
Hi Hassan,
Kindly send me dumps with VCE Player 1.2, I have exam next week.
tausif.mehmood@yahoo.com
Hi Hasan,
Kindly send me the latest dumps, i have to take exam next week.
muhammad.irfan77@hotmail.com
Thanks
Kindly send me the latest dumps, i have to take exam next week.
muhammad.irfan77@hotmail.com
Thanks
any one with the latest dump i would appreciate it robert1371985@yahoo.com
Pls can someone send me the latest 200-120 dumps pls. Thaiwoadeleke@gmail.com
hello
can someone please send me the latest watson dumps on elroy3882@gmail.com please..
Got the exam last friday , the 23rd January. Passed thanks to 9tut 903/1000. Got this lab.
Passed ccna yesterday,Thanks 9tut.
cansome please send me the latest dumps please, i booked my exam i need help… reach.singh85@gmail.com
please can someone send me the latest 200-120 dumps, i have exam in 2 weeks… martin.napoleon.bonaparte@gmail.com
Hi, i’m doing my 200-120 exam on friday the 30th. Can i get the latest dumps to ashorn@telkomsa.net. Thank You. From South AFrica
http://info-it.net/cisco/labs/ccna/r&s/serial-connection.php
please someone soon send me the latest watson latest dumps on mailme.jitu1078@rediffmail.com,i have to take an exam on 29th jan.
pls can someone send me the latest 200-120 dumps have exam on friday.bash3267@gmail.com
please smene send me the latest dumps to priyankapurohit382@gmail.com
Please somebody share latest Simulations questions
Please somebody share latest Simulations questions @ zameer.ise@gmail.com
Please friends i need the latest dumps for ccna 200-120 y mail is abayomi.oyenibi@gail.com
Please share all latest dumps.
my email id is pritam.narkhedkar1@gmail.com
please please i have exam next week
Hi,
Could anyone send me the latest dump at baldesaliou89@hotmail.fr please.
Thanks !
please send the latest dumps to segunjohnson78@yahoo.com .Thanks and God bless!
Kindly send me too latest dumps:
ssrzaidi@outlook.com
are we allowed to use the “show run” command on the exam??
i heard we arent allowed to do so..
Please could you pass me the latest tests or access for testing.
digowilliss@gmail.com
Please share me latest dump @ neerajg143@gmail.com
Also need to know which simulation are expected??
Can someone share the latest dumps
rondavis830@gmail.com
I’m about to take my exam, I will do around mid February. There’s anyone that could share the latest dumps with me? finauser@yahoo.it
I will write here about any new questions as soon as I get back home from my exam. Thank you all!!
Hello. Can someone be kind enough to send me latest CVE dump at antobooks@yahoo.com ? Thanks!
Can someone please send me latest dumps? wen.satter@gmail.com. I am preparing the exam. Thank you!
Please , can someone share the latest dumps at tijiane@hotmail.com
Can someone please share VCE Player 1.2 or 3.4.2 with me: ify.roms@gmail.com
Hey All,
Im Lisa and preparing to be certified in CCNA ICND2 200-101 please someone sent me the watson dumps for ICND2 200-101 ???
Good day all, please can some one send me the latest dumps and the VCE player with the latest simulations expected at haryormhide@gmail.com
Hey All,
Im Lisa and preparing to be certified in CCNA ICND2 200-101 please someone sent me the watson dumps for ICND2 200-101 ???
lisa.robertsonn@hotmail.com
Thank you all…..
Please Please requesting you guys i need the latest 200-120 dumps. really need it..
jawadkhan1001gmail.com
Passed a week ago with 1000/1000.
Labs:
EIGRP (CCNA EIGRP LAB Question) + ACLs
All questions from 9tut but two:
-Differences between ospfv2 and v3 (its in a dump)
-A scenario with an etherchannel error. Solution: speed mismatch.
Thank you all, Cisco bless you
Hi can any one send me latest dumb 023kishore023@gmail.com
I couldn’t be more grateful to 9tut.
Passed a week ago with 1000/1000.
Labs:
EIGRP (CCNA EIGRP LAB Question) + ACL1 + ACL2 (new modification (host A) based on the same problem)
All questions from 9tut and one related to the bootstrap process that it’s included in the current dumps.
Thank you all, Cisco and Susan as well
@Mary Congratulation many many. send me dumps in which you preparation. qamar.razzaq@yahoo.com
Pass4sure Latest 316 Q&A CCNA 200-120 dumps available. 100% valid material to get full marks. zain.cisco@hotmail.com
Alhumdullah. i cleared exam today 945/1000 ACL1, ACL2, (mod3) EIGRP 122 in exam AS 22 Dumps Watson, Matthew, examtut thanks to 9tut….
Hi Ozee,
are these questions still valid….?
Please send me latest ccna 200-120 dumps
naumovskiivan@hotmail.com
Please send me latest CCNA 200-120 dumps files johnaldrinppasa@yahoo.com
taking exam this feb. thx in advance