Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

CCNA Training EIGRP Troubleshooting Sim

1 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

Home > EIGRP Troubleshooting Sim

October 7th, 2014 Go to comments


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.

int lo0

int lo0

int lo0

11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

2 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

ip address 10.1.1.1
255.255.255.255
int e0/0

ip address 10.2.2.2

ip address 10.3.3.3

ip address 192.168.16.1

255.255.255.255

255.255.255.255

255.255.255.0

int e0/0

int e0/0

int s1/1

ip address 192.168.123.2

ip address 192.168.123.3

ip address 192.168.13.1

255.255.255.0

255.255.255.0

255.255.255.0

int s2/1

int s2/1

bandwidth 1000

ip address 192.168.12.2

ip address 192.168.13.3

int s1/3

255.255.255.0

255.255.255.0

ip address 192.168.12.1

255.255.255.0

router eigrp 1

router eigrp 1

network 10.2.2.2 0.0.0.0

network 10.3.3.3 0.0.0.0

router eigrp 1

network 192.168.12.0

network 192.168.13.0

network 192.168.12.0

network 192.168.123.0

network 192.168.123.0

network 192.168.13.0
network 192.168.16.0
int lo0
ip address 10.4.4.4

int lo0

255.255.255.255

ip address 10.5.5.5

int lo1

255.255.255.255

ip address 10.4.4.5

int lo1

int lo0

255.255.255.255

ip address 10.5.5.55

ip address 10.6.6.6

int lo2

255.255.255.255

255.255.255.255

ip address 10.4.4.6

int e0/0

int e0/0

255.255.255.255

ip address 192.168.123.5

ip address 192.168.16.6

int e0/0

255.255.255.0

255.255.255.0

ip address 192.168.123.4

255.255.255.0

router eigrp 1

router eigrp 1

network 10.5.5.5 0.0.0.0

network 10.6.6.6 0.0.0.0

router eigrp 2

network 10.5.5.55 0.0.0.0

network 10.4.4.4 0.0.0.0

network 10.10.10.0 0.0.0.255

network 10.4.4.5 0.0.0.0

network 192.168.123.0

11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

3 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

network 10.4.4.6 0.0.0.0


network 192.168.123.0
Note: In the exam, this sim uses IOS version 15 so no auto-summary is the default setting of
EIGRP. You dont 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 havent 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

11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

4 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

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

11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

5 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

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:

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
11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

6 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

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.
Comments (314) Comments
Comment pages
Previous 1 5 6 7 2252
1. Praveen
November 21st, 2014
Hi..Which is the eigrp lab which is coming in the exam? The one in this page or the other
EIGRP lab sim in 9tut..Thanks
2. Ashish
November 23rd, 2014
Hi KIA/Everyone,
Can you please send me the Latest Dumps on entcengg2@gmail.com.
Thanks in Advance!!
3. Nave from PH
November 23rd, 2014
@Praveen sir please review both EIGRP because it will be random in the exam.
4. mauthar
November 25th, 2014
plz send me the CCNA dump(pdf,least version) to my mailmauthar09@gmail.com
5. vivian
November 25th, 2014
hi fellas, pls send me the latest ccna dump.vivianval@ymail.com. thanks.
6. Rakesh Chavda
November 26th, 2014
The most amazing Eigrp practical.!!!
11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

7 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

7. Thembie
November 26th, 2014
hi guys pliz help im writting friday 28, on the eigrp sim since the AS number on router 1is
different do I have to configure it correctly or I jus answer the question
Also the missing statements am I suppose to configure them as well?
8. aya
November 26th, 2014
Can you please send me the Latest Dumps pdf on aya2003@gmail.com
9. aya
November 26th, 2014
Can you please send me the Latest Dumps pdf on mustafa.ali24@yahoo.com or
aya2003@gmail.com
10. Ahmed
November 26th, 2014
all right send me the CCNA dump to my mail: asn.1727@gmail.com
11. ian
November 26th, 2014
hi guys, please kindly send me the latest CCNA dump 220-120 to rawr.ian@gmail.com. thank
you very much!
12. Chipiro
November 26th, 2014
good pple, please kindly send me the latest CCNA dump 220-120 to omchipiro@gmail.com
13. Sazedur
November 27th, 2014
please kindly send me the latest CCNA dump 220-120 to sazedur.cse@gmail.com
14. Anonymous

11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

8 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

November 27th, 2014


hi hope you are all fine. Kindly send me the latest CCNA Dumps 200-120 at
qamar.razzaq@yahoo.com
Comment pages
Previous 1 5 6 7 2252
Add a Comment
Name

Subscribe to comments feed


EIGRP Troubleshooting Simulator OSPF Neighbor Sim

Become a member to interact with all questions and read all tutorials, labs!

Find out more or Sign In

CCNA Lab Sim


New CCNA HSRP VRRP GLBP
11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

9 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

New CCNA SNMP Questions


New CCNA NetFlow Questions
New CCNA Syslog Questions
New CCNA New Questions 2
New CCNA Basic Questions
New CCNA OSI & TCP/IP Model
New CCNA IOS Questions
New CCNA WAN Questions
New CCNA Switch Questions
New CCNA Switch Questions 2
New CCNA Trunking Questions
New CCNA Trunking Questions 2
New CCNA STP
New CCNA STP 2
New CCNA RSTP
New CCNA Access list Questions
New CCNA NAT PAT Questions
New CCNA VLAN Questions
New CCNA InterVLAN Questions
New CCNA Subnetting
New CCNA Subnetting 2
New CCNA Frame Relay
New CCNA Frame Relay 2
New CCNA IP Routing Questions
New CCNA IP Routing 2
New CCNA DHCP Questions
New CCNA OSPF Questions
New CCNA OSPF Questions 2
New CCNA EIGRP Questions
New CCNA Security Questions
New CCNA Operation Questions
New CCNA Operation 2
New CCNA Show commands
New CCNA Troubleshooting
New CCNA IPv6
11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

10 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

New CCNA IPv6 Questions 2


New CCNA Drag and Drop 1
New CCNA Drag and Drop 2
New CCNA Drag and Drop 3
New CCNA Drag and Drop 4
New CCNA Drag and Drop 5
CCNA FAQs & Tips
Share your (new) CCNA Experience

Practice CCNA GNS3 Labs


CCNA Knowledge

Free Router Simulators


ICND1/ICND2 Website
CCNP - ROUTE Website
CCNP - SWITCH Website
CCNP - TSHOOT Website
CCNA Voice Website
CCNA Wireless Website
CCNA Security Website
CCDA Website
CCIP Website

11/27/2014 3:54 PM

CCNA Training EIGRP Troubleshooting Sim

11 of 11

http://www.9tut.com/eigrp-troubleshooting-sim#more-2252

CCIE Written Website

Support 9tut

Your contribution will help keep this site updated!


Top

Copyright 2010-2013 CCNA Training


Site Privacy Policy. Valid XHTML 1.1 and CSS 3.UV

11/27/2014 3:54 PM

You might also like