Home > CCNA EIGRP LAB Question

CCNA EIGRP LAB Question

January 25th, 2014 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.

ccna_eigrp_sim

R1
Fa0/0: 192.168.77.33
S1/0: 198.0.18.6
S0/1: 192.168.60.25
S0/0: 192.168.36.13
R2
Fa0/0: 192.168.60.97
Fa0/1: 192.168.60.113
S0/0: 192.168.36.14
R3
Fa0/0: 192.168.77.34
Fa0/1: 192.168.60.65
Fa1/0: 192.168.60.81
R4
Fa0/0: 192.168.60.129
Fa0/1: 192.168.60.145
S0/1: 192.168.60.26

Answer and explanation

(Note: If you are not sure how EIGRP works, please read my EIGRP tutorial: http://www.9tut.com/eigrp-routing-protocol-tutorial. Note: You can download this sim to practice here: http://www.9tut.com/download/9tut.com_CCNA_EIGRP_sim_question.zip)

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

ccna_eigrp_sim_show_run

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:

ccna_eigrp_sim_show_run_2

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!

Modifications:

Maybe in this EIGRP Sim you will see the “passive-interface …” command somewhere in R1 configuration. If the link between R1 to R2; or R1 to R3; or R1 to R4) routers has the “passive interface” then we have to remove it with the “no passive-interface …” command because it prevents EIGRP update from being sent on that interface. But if the “passive interface” is applied to the link between R1 and ISP router like this:

R1:

!
router eigrp 212
passive-interface s1/0
!

then we just leave it. Don’t use the “no passive-interface s1/0″ on R1 because the link between R1 & ISP doesn’t need EIGRP to run on it. A static route from R1 to ISP & “ip default-network” command in R1 are correct so that all the routers (R1, R2, R3, R4) can access the Internet.

(Note: The “ip default-network” command in R1 will advertise the static route of R1 (to go to the Internet) to other routers (R2,R3,R4) so that they can access the Internet too). In the exam you will see these lines in R1 configuration:

!
ip default-network 198.0.18.0
ip route 0.0.0.0 0.0.0.0 198.0.18.5
!

If you want to learn more about “ip default-network” command please read: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml

I read recent comments and realized that you will see the “passive-interface” in the link between R1 & ISP router so just leave it.

Note: Also some readers confuse about if we should use the wildcard masks on the “network” statements under EIGRP process or not. For example should we use:

router eigrp 212
network 192.168.77.0 0.0.0.3

The answer is: we can use wildcard masks or not, it does not matter. Not having a wildcard mask does not make the routes conflicting. The “network …” command in EIGRP (and OSPF, RIP) does not means “advertise this network” but means “If I has interface(s) belongs to this network please turn on EIGRP on that interface. Therefore when you don’t use wildcard mask EIGRP will turn on EIGRP on all interfaces that belongs to the network you specify in the “network …” command.

You should only use wildcard mask on EIGRP if you have 2 or more interfaces that belong to the same major networks but you don’t want to run EIGRP on all of them. For example if your router has 2 interfaces whose IP addresses are 192.168.30.1/28 and 192.168.30.17/28 but you only want to run EIGRP on the first interface, you can type “network 192.168.30.0 0.0.0.15″ under EIGRP process.

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

 

Comments
Comment pages
  1. Fella
    January 23rd, 2015

    Do we have to remove interface on R1? Some people are saying that R1 has unnecessary interface, and we need to remove it? Can anyone confirm?

  2. Lubna Khan
    January 25th, 2015

    Hi Solomon, Please can you confirm about EIGRP simulation, was there passive interface available needed to remove from R1 for other routers?
    Also if we need to remove passive interface can we remove directly from R1 or need to get into specific interface like s1/0?

    Thanks

  3. Elroy
    January 25th, 2015

    Hi All,

    I am planning to take my exam next month. Please can someone send me Watson dumps and VCE. Thank you in advance.

  4. Harry
    January 26th, 2015

    This is Valid, done the exam on 24th, EIGRP and ACL, Thanks bunch 9tut.

  5. Anonymoud-egypt
    January 29th, 2015

    29th, Alhamdullah. Score passed 94%

    This one came on exam today :)

  6. Kal EI
    January 29th, 2015

    Passed yesterday. acl, acl-2, eigrp 112, thanks 9tut, Dumps

    http://ccnalearn.cf/downloads.html

  7. ALI AL-balawi
    January 30th, 2015

    شكرا لكم .. تم اجتياز الأختبار بنجاح PASS

  8. Ebuka
    January 30th, 2015

    Congrats Kal. Please are the VTP sims still valid for CCNA 200-120

  9. makabanah
    January 30th, 2015

    Ebuka,

    The VTP sim is no longer valid on the 200-120 exam. We currently see EIGRP, ACL1, and ACL2.

  10. 0×88
    January 30th, 2015

    Passed today! Thanks 9tut!

  11. Zain
    January 31st, 2015

    Pass4sure Latest 316 Q&A CCNA 200-120 dumps available. I already purchased that, if you need email me. zain.cisco@hotmail.com

  12. Ozee Khan
    January 31st, 2015

    Alhumdullah. i ve cleared exam today 945/1000 ACL1, ACL2, (mod3) EIGRP 122 in exam AS 22 Dumps Watson, Matthew, examtut thanks to 9tut….

  13. Hassan
    January 31st, 2015

    Please can someone send me Watson dumps and VCE I’m having the exam on friday

    much appreciated <3

  14. Hassan
    January 31st, 2015

    maybe i should put my email xD

    evil_lord_@hotmail.com

  15. Mostafa Atef
    January 31st, 2015

    Passed Today E7amdolellah :)

    Eigrp 212
    Access-list-sim
    Access-list-sim-2 (Modification 3)

    Watson & Examtut

  16. Lubna Khan
    February 2nd, 2015

    I passed CCNA with 945 score on 29th Feb. simulation
    Eigrp 212
    Access-list-sim
    Access-list-sim-2 (with web access)

    very feb subneting, no VLSM.

    Thanks 9tut .

  17. PG
    February 3rd, 2015

    passed my CCNA exam yesterday with 945 points. with great study focus and practice plus guides from 9tut. Thanks much!!!

  18. mohan
    February 3rd, 2015

    wher is that Eigrp 212

  19. sahil
    February 3rd, 2015

    hey PG which sim questions are asked in your exam????

  20. Rafay
    February 4th, 2015

    Packet Tracer 5.3 says that version of this lab is not supported. Do I need to upgrade to version 6?

  21. Tony
    February 5th, 2015

    Is it the EIGRP Troubleshooting SIM in the exam??

  22. Senthil
    February 5th, 2015

    I have cleared CCNA on 5 Feb 2015 with above 900 ,Thanks to 9tut.grp

    Eigrp 2,Acl2 with modification 3 and acl 1-same question.

    I have latest dumps, if any one really needs plz mail me senthilt25@gmail.com ,–no pay.

  23. sahil
    February 5th, 2015

    you have dumps wid 316 bro…is it latest????

  24. Tutancamote
    February 6th, 2015

    Toom the exam this day, this lab was on the exam, all other question from 9tut.

  25. Tùng Tử Tế
    February 6th, 2015

    I have pass on February 6th, 2015 with max score 1000/1000
    ACL (none), ACL 2 (mod 3), EIGRP (AS 23)
    Any one needs the dumps (Full), please contact me tamdaotoan@gmail.com. No fee!

    Ai cần thi liên hệ cho mình nhé. Miễn phí!

  26. Sebastianjp
    February 6th, 2015

    can you email it ?

  27. Anonymous
    February 7th, 2015

    please i have paper on 10 February could some one tell me how many labs will be attempt in paper???
    i need answer please,,…..

  28. Kamran Abdul Razzaq
    February 7th, 2015

    Salam to All
    Al Hamdulillah Al hamdulillah
    I hv passed my exam 4th Feb 2015 931/1000 thanks 9tut
    but one lab has been changed Acl1 abd Acl2 (Mod3) are same but eigrp 212 changed with eigrp 12
    be careful

  29. anand
    February 7th, 2015

    hi can anyone send the latest dumps!!! to anandthala38@gmail.com

  30. Mohamed Bana
    February 7th, 2015

    Thanks God passed 7/FEB/2015 with score 1000, i study from watson and 9tut labs(ACL1,ACL2, EIGRP mod. 3); note I get some new questions I will put them as much as I remeber

    1- On OSPF (choose 2) —–> answerone of them is : virtual link

    2- On ethernet channel (show run of two switches failed to create chanel why?) ——> answer: speed mismatch

    3- on SNMP —> answer: Trap

  31. Marian
    February 9th, 2015

    Hello everybody, I’m quite happy , because i passed today with 972 score; thank you 9tut; you’re doing a great job.

  32. Ahmed
    February 9th, 2015

    Hi, Marian
    tell us your exam plz?

  33. Dumps
    February 9th, 2015

    Pass4sure Latest 316 Q&A CCNA 200-120 dumps available. I already purchased that, if you need email me. zain.cisco@hotmail.com

  34. AZKhan
    February 10th, 2015

    ALHAMDULILLAH, today i passed CCNA 200-120 exam, i got EIGRP , ACL sim & ACL2 sim labs. The DNS Server was removed and Public Server was given an IP. All IP’s were changed.In The EIGRP Lab, The routers were named as HUB router and SERVERS router, AS No. on Servers router was misconfigured and Network between HUB and SERVER router was not advertised on HUB router. I tested the functionality by Pinging the ISP router and saved all the labs before clicking NEXT. There were 51 Qs. my score is 972/1000. The Dumps of 316 Qs. were really helpful.

  35. nano
    February 11th, 2015

    passed composite 200-120 on 10-feb-2015 as well!
    Thanks 9tut!
    The terminal i am working at does not allow 1 to write mem nor save configurations. Once you are done, simply click next.
    3 lab qns (eigrp, acl mod1, acl – multiple choice, same as 9tut ans)
    Eigrp changed router name to mgp, egp and etc. From router eigrp 22 to 12 And add network statement on main mgp router
    Acl mod1 – allow host b to access finance web, all other hosts blocked to finance but allowed on private web server

  36. Gyb
    February 12th, 2015

    Passed exam 945/1000
    valid dump!
    ACL1, ACL2, EIRGP

    Thanks alot 9tut!

  37. ab
    February 13th, 2015

    First of all, thanks a lot 9tut. The questions are valid, complete and up to date.

    The breakdown of new questions (syslog, netflow,etherchannel etc) was not minimal, so pay attention.

    The lab questions were usual, EIGRP lab (with AS 12/22 and only R1 and R3 to be configured), ACL and ACL2 modification 4. I used permit ip any any at the last line and unoffically got the full score.

  38. Carlos
    February 16th, 2015

    Hi there,

    I passed my exam today. 1000/1000
    There were 51 questions including the 3 labs. Everything, all the questions are here. I also used Matthew and Watson. After getting those exams and of course this website nailed down it was really easy to pass. They changed the order of the answers but as I said it wasn’t a problem. I knew because of the comments here that I would find questions from Syslog, HSRP VRRP GLBP, NetFlow and SNMP. The first 5 parts of this website. But even with that, very easy, seriously (if you study of course)
    My labs were:
    EIGRP. The name of the router was ENG and it was exactly the same as the one here, I mean, to change the area, which was 112.
    ACL. Exactly the same as here. 4 questions and you can’t configure anything in the router.
    ACL2 modification 1. Computer B can access web browser in Finance Server but nothing else. The rest of the computers can access the Public Server and I wrote “access list 100 permit ip any any” The only thing I couldnt do is to ping the server. The only option was the web browser when I clicked on the computers.
    IMPORTANT: I checked all the computers to make sure that the access list worked.

    Good luck. Thanks 9TUT. I’m going to have a glass of wine to celebrate. Cheers

  39. jidoex
    February 16th, 2015

    Alhamdulilahi, i pass my ccna exam today, the dumps are really valid and the labs are ACLs and EIGRP. 9tut doing a great job. 903/1000

  40. RPRM
    February 16th, 2015

    Passed today with 1000/1000 ACL, ACL2 and EIGRP Labs. 2 New Q. Watson, Matthew, Examtut and GillBeast are valid.

  41. Nihal Jain
    February 17th, 2015

    I have my exam tomorrow. Any last minute advice? :)

  42. hani
    February 17th, 2015

    what are the new questions ?????

  43. Elisha ny
    February 19th, 2015

    Hi ,
    Could you please send me the latest CCNA 200-120 dumps (pdf or vce) ?
    go4send@live.com
    Im going to take on 2/25/2015.
    Thanks ☺

  44. nikhil singh
    February 23rd, 2015

    All the question are from here passes the exam today

  45. Geeta
    February 23rd, 2015

    Hi Nikhil…which simulation u got today in exam

  46. Geeta
    February 23rd, 2015

    I am taking exam tmr(24th February )

  47. Talvinder
    February 24th, 2015

    Passed my exam today got 958 score. All the questions from 9tut and got 2 ACL and EIGRP sims. Good Luck. If anybody needs dump let me know.

  48. mahesh.g
    February 24th, 2015

    hi talvinder…… i need ccna dumps, could u sent meeeeeeee

  49. mahesh.g
    February 24th, 2015

    my mail id is maheshgundev@gmail.com

  50. Anonymous
    February 24th, 2015

    Hi Talvinder,

    Please send me the dumps to allabhxa.m@gmail.com

Comment pages
  1. No trackbacks yet.
Add a Comment