Vous êtes sur la page 1sur 10

1/3/2011

Type text to search here...


Ads by Google CCNA Answers

CCNA Training CCNA EIGRP LAB Que


CCNA Practice Exam Cisco CCNA 640 802 Exam CCNA Simulator

Home > CCNA EIGRP LAB Question

CCNA EIGRP LAB Question


October 20th, 2010 Go to comments Question After adding R3 router, no routing updates are being exchanged between R3 and the new location. All other inter connectivity and Internet access for the existing locations of the company are working properly. The task is to identify the fault(s) and correct the router configuration to provide full connectivity between the routers. Access to the router CLI can be gained by clicking on the appropriate host. All passwords on all routers are cisco. IP addresses are listed in the chart below.

R1

R2

Fa0/0: 192.168.77.33 Fa0/0: 192.168.60.97 S1/0: 198.0.18.6 Fa0/1: 192.168.60.113 S0/1: 192.168.60.25 S0/0: 192.168.36.14

R3

R4

Fa0/0: 192.168.77.34 Fa0/0: 192.168.60.129 Fa0/1: 192.168.60.65 Fa0/1: 192.168.60.145 Fa1/0: 192.168.60.81 S0/1: 192.168.60.26
9tut.com/64-ccna-eigrp-lab-question 1/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

Answer and explanation We should check the configuration of the new added router first because it does not function properly while others work well. From the command line interface of R3 router, enter the show running-config command

From the output above, we know that this router was wrongly configured with an autonomous number (AS) of 22. When the AS numbers among routers are mismatched, no adjacency is formed. (You should check the AS numbers on other routers for sure) To solve this problem, we simply re-configure router R3 with the following commands: R3>enable (you have to enter cisco as its password here) R3#configure terminal R3(config)#no router eigrp 22 R3(config)#router eigrp 212 R3(config-router)#network 192.168.60.0 R3(config-router)#network 192.168.77.0 R3(config-router)#no auto-summary R3(config-router)#end R3#copy running-config startup-config Check R1 router with the show running-config command:

9tut.com/64-ccna-eigrp-lab-question

2/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

Notice that it is missing a definition to the network R3. Therefore we have to add it so that it can recognize R3 router R1>enable (you have to enter cisco as its password here) R1#configure terminal R1(config)#router eigrp 212 R1(config-router)#network 192.168.77.0 R1(config-router)#end R1#copy running-config startup-config Now the whole network will work well. You should check again with ping command from router R3 to other routers!
Cisco Video Conference Insights to the future of video collaboration. Register for Demo! Cisco.com/Cisco_Telepresence I passed the CCIE R&S Lab on my first attempt! Steve Clarkin - CCIE #25821 www.INE.com/CCIE Pass ACCA Exams 1st Time Career Service, LSBF ACCA Tutors Team+ Fully funded MBA/MSc Degree www.CA-MB

Other lab-sims on this site: CCNA Access List Sim CCNA NAT SIM Question 1 CCNA NAT SIM Question 2 CCNA Frame Relay Sim CCNA Configuration SIM Question (RIPv2 SIM) CCNA VTP SIM CCNA Drag and Drop SIM CCNA Implementation SIM

9tut.com/64-ccna-eigrp-lab-question

3/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

Comments 1. themoiph December 7th, 2010 when these networks are advertised under eigrp 212 should they have a mask after them as they are classles networks ???????? 2. 9tut December 7th, 2010 EIGRP uses classless routing, which means that the subnet mask information is sent along with routing protocol updates but you dont need to add a mask after them 3. Anonymous December 10th, 2010 how do i open the sims in packet tracerplease help fde 4. Xper December 10th, 2010 1) whats the purpose of writing R3(config-router)#no auto-summary this command, whats the explanation of this ? 2) Kindly write ping command on R3 to check R1? 5. Mohamed Emad December 10th, 2010 what is the explanation of the command ( R1#copy running-config startup-config ) and also the command ( R3(config-router)#no auto-summary ) plzzzzzzzzzzzzzzzzzz 6. Anonymous December 11th, 2010 no auto-summary gets rid of problems when router adds 24 bit mask by default to any address you enter in configuration. to use custom masks like /30 you need to set no auto-summary copy running-config startup-config saves current configuration file 7. Kishore December 11th, 2010 hi , i am going to give ccna exam on 27 of this month. testinside acme and labs of 9tut only , if i perepare it is sufficent to pass the exam. please reply ..
9tut.com/64-ccna-eigrp-lab-question 4/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

8. Kishore December 11th, 2010 and also please say , where ip nos will be chainged for this questions , during exam i am not taking about lab, i am talking about theory questions. 9. Xper December 11th, 2010 Kindly write ping command on R3 to check R1? 10. Anonymous December 11th, 2010 no ping command is not enough !!! it will ping R1 but you need to make sure R1 show run shows eigrp 212 network 192.168.77.0 11. tony December 12th, 2010 Guys, in the real eigrp sim exam.. .theres extra network address. i think they are 5 network its under router 1 something like below. .it wont affect the connection but do we need to remove it there? or leave it as it is?. router eigrp 212 x.x.x.x c.c.c.c z.z.z.z v.v.v.v b.b.b.b 12. UthmanHassan December 12th, 2010 @ Mohamed Emad You can use auto-summarization with /30 or other masks. Anonymous explanation of disabling auto-sum for only being able to use masks like /30 is not correct. Suppose you have different networks attached to a router. By default routing protocols will not send all these networks in its routing update. Instead to save bandwidth and to keep the routing table of target router smaller, all routing protocols summarize routes at major class boundaries for networks belonging to one class. To see examples, check the summary route questions mentioned in I guess subnetting or operations sections of 9tut.com. While its a great feature sometimes we have to turn it off with no auto-summary command to avoid problems. For example if R1 is connected to R2 on fa0/2 and to R3 on fa0/3 and you are using same class networks say 172.16.x.x on R2 and R3 with whatever masks. It is quite possible that you have an addressing scheme for which when R3 and R2 summarize the networks, the summary route is the same and they both send it to R1. Now R1 will see the same summary route coming on its 2 different interfaces and will have no way of telling that
9tut.com/64-ccna-eigrp-lab-question 5/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

they are different routers. It might think that its in 1 network it has learned on different interfaces and might start to try load balancing on fa0/2 and fa0/3 connections. No if some traffic arrives on R1 from some R0 for a host on R2, and some traffic arrives for a host on R3, what will happen? R1 will exit half the packets from fa0/2 and half the packets from fa0/3. No single host will get the complete traffic destined to it from R0, and R2 and R3 will keep delivering the packets that match the routes while discarding the traffic that doesnt match. It would be a must to issue no auto-summary command on R2 and R3 if you have same class networks on both of them. 13. UthmanHassan December 12th, 2010 @ Mohamed Emad My above post , Para 2: Suppose you have Correction: Not all protocols auto-summarize. AS FAR AS I KNOW RIPv2 and EIGRP auto-summarize. 14. Decher December 13th, 2010 Hi guys. I am used to add the network statments for eigrp with wilcardmask also (ex: network 192.168.77.32 0.0.0.3). Is it wrong to do so at the ccna lab? will i get full points if i do the lab this way? 15. Rob December 13th, 2010 Hi all, i take the ccna exam in a few days, does anyone have the sim for this? rob_jones1221@hotmail.com 16. Rob December 13th, 2010 cheers people 17. toy December 13th, 2010 9tut, regarding my post.. .do you have any idea? 18. 9tut December 13th, 2010 @tony: In real life, you should remove it but in the exam just leave it as it is. 19. Anonymous December 14th, 2010 @ Decher Try to stick to the syntax of the command. Its a great thing if youve run into the habit of using wildcard masks. Itll
9tut.com/64-ccna-eigrp-lab-question 6/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

do you no harm in the lab except a slight miscalculation can ruin your configuration and in exams youve to be very accurate the 1st time. There are already a lot of troubleshooting questions and you wont want start troubleshooting your own SIM. Would you? Cheers 20. rayan December 14th, 2010 hello, i got packt tracer sim. i tryied with eigrp. its working fine bt m unable to ping 192.0.18.4 from R3. bt abl to do from R1. plz reply back .. 21. Decher December 14th, 2010 Thanks a lot for the reply. I will go take my ccna exam in 16 december. I will post again to tell you what labs/theory question i had. 22. Rob December 15th, 2010 hey people, as i belive the sims will be acl 2, eigrp and vtp, can anyone confirm if this is still true? 23. tamem December 16th, 2010 HI BROTHERS PLEASE WHO CAN TELL ME THE autonomous SAME THE PROCESS ID OR NOT I AM WAITING THE ANSWER THANKS 24. Aamir December 16th, 2010 @ tamem: In exams the AS number these days is 22 and on the wrong configured router its 23 so you have to correct it. 25. tamem December 16th, 2010 thanks Aamir 26. Peter December 17th, 2010 I had my exam on the following sims from 9tut.com EIGRP sim the one on this page Access list sim similar to the one on 9tut swithing vtp also on 9tute do all this question on 9tut LAB SIM ons and understand and analyse the question carefully do pass4shure about 250 questions
9tut.com/64-ccna-eigrp-lab-question 7/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

You will do more than a PASS. I had 27. Peter December 17th, 2010 Thankyou for helping me pass ccna http://www.9tut.com Mery chrismas to everybody here. 28. waqqas December 17th, 2010 how to check which route to be deleted on R1 router of eigrp sim ??? 29. sello December 22nd, 2010 Hi everyone, pls, can i get a link like 9tut,for those in juniper networks. i want to write my jncia er next week.9tut thanks for what you are doing for ccna candidates.pls,need a quick response 30. aymen December 22nd, 2010 hello i want to ask if i configure each part on its own pc ie the configuration part concerning router3 should be configured on host d and the one concerning router1 on host g thank you 31. stylus December 22nd, 2010 How about split horizen, how do we deal with it on this senerio? 32. Anonymous December 23rd, 2010 (N/W 2 INFO) R1 R2 (N/W 1 INFO) Stylus, 33. Kid December 23rd, 2010 (N/W 2 INFO) R1 R2 (N/W 1 INFO) Stylus, R1 and R2 will share their diractly connected n/w, But they will not revert the n/w info wher you learned. Ex. R1 will not update n/w 1 info back in to (R1 s/0) where it learned.
9tut.com/64-ccna-eigrp-lab-question 8/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

34. teeka December 28th, 2010 got this 2day .. with slight difference (22 , 221 ) , thxxx 9tut 35. nym January 1st, 2011 can someone please explain where we got these to addresses from: R3(config-router)#network 192.168.60.0 R3(config-router)#network 192.168.77.0 Thanks 1. No trackbacks yet. Add a Comment Name Website (not required)

Submit Comment

Subscribe to comments feed CCNA Drag and Drop SIM Question CCNA Configuration SIM Question

CCNA 640-802
CCNA Lab Sim CCNA Access List Questions CCNA WAN CCNA OSPF Questions CCNA EIGRP Questions DHCP Group of Four Questions CCNA Drag and Drop 1 CCNA Drag and Drop 2 CCNA Drag and Drop 3 CCNA Drag and Drop 4 CCNA Hotspot CCNA IPv6 Questions CCNA Subnetting CCNA Operations 1 CCNA Operations 2 CCNA Operations 3
9tut.com/64-ccna-eigrp-lab-question 9/10

1/3/2011

CCNA Training CCNA EIGRP LAB Que

CCNA Troubleshooting 1 CCNA Troubleshooting 2 Share your CCNA Experience

CCNA Self-Study
Practice CCNA GNS3 Labs CCNA Knowledge

Network Resources
CCNA FAQs & Tips Free Router Simulators ICND1/ICND2 Website CCNP - ROUTE Website CCNP - SWITCH Website CCNP - TSHOOT Website CCNA Voice Website CCNA Security Website CCDA Website CCIE Written Website

Support 9tut

Your contribution will help keep this site updated!

Ads by Google CCNA Simulator CCNA Online CCNA Certification CCNA Router Lab

Top Copyright 2010 CCNA Training Privacy Policy. Valid XHTML 1.1 and CSS 3.

9tut.com/64-ccna-eigrp-lab-question

10/10

Vous aimerez peut-être aussi