Home > EIGRP Questions

EIGRP Questions

September 3rd, 2011 in ROUTE 642-902 Go to comments

Here you will find answers to EIGRP questions

Question 1

Which three statements about the EIGRP routing protocol are true? (Choose three)

A – EIGRP sends periodic hello packets to the multicast IP address 224.0.0.9
B – EIGRP sends periodic hello packets to the multicast IP address 224.0.0.10
C – EIGRP supports five generic packet types. including hello, update, query, reply, and ACK packets
D – EIGRP supports five generic packet types, including hello, database description (DBD), link-state request (LSR), link-state update (LSU), and LSAck
E – E. EIGRP will form a neighbor relationship with another peer even when their K values are mismatched
F – A. EIGRP will not form a neighbor relationship with another peer when their K values are mismatched


Answer: B, C, F

Question 2

After DUAL calculations, a router has identified a successor route, but no routes have qualified as a feasible successor. In the event that the current successor goes down, what process will EIGRP use in the selection of a new successor?

A – EIGRP will find the interface with the lowest MAC address
B – The route will transition to the active state
C – The route will transition to the passive state
D – EIGRP will automatically use the route with the lowest feasible distance (FD)
E – EIGRP will automatically use the route with the lowest advertised distance (AD)


Answer: B

Explanation

When a route (current successor) goes down, the router first checks its topology table for a feasible successor but it can’t find one. So it goes active on the that route to find a new successor by sending queries out to its neighbors requesting a path to the lost route.

Question 3

Refer to the exhibit. Routers R1 and R2 have established a neighbor relationship and are exchanging routing information. The network design requires that R1 receive routing updates from R2, but not advertise any routes to R2. Which configuration command sequence will successfully accomplish this task?

neighbor_relationship_distribute_list

A – R1(config)# router eigrp 1
R1(config-router)# passive-interface serial 0

B – R2(config)# router eigrp 1
R2(config-router)# passive-interface serial 0

C – R1(config)# access-list 20 deny any
R1(config)# router eigrp 1
R1(config-router)# distribute-list 20 out serial 0

D – R2(config)# access-list 20 deny any
R2(config)# router eigrp 1
R2(config-router)# distribute-list 20 out serial 0

E – R1(config)# access-list 20 permit any
R1(config)# router eigrp 1
R1(config-router)# distribute-list 20 in serial 0

F – R2(config)# access-list 20 permit any
R2(config)# router eigrp 1
R2(config-router)# distribute-list 20 in serial 0


Answer: C

Explanation

We can not use passive-interface to accomplish this task because the “passive-interface…” command (in EIGRP or OSPF) will shut down the neighbor relationship of these two routers (no hello packets are exchanged). And to filter routing updates we should configure a distribute list on R1 with an access list that deny all and apply it to the outbound direction so that R1 can receive but can not send routing updates.

Question 4

EIGRP has been configured to operate over Frame Relay multipoint connections. What should the bandwidth command be set to?

A – the CIR rate of the lowest speed connection multiplied by the number of circuits
B – the CIR rate of the lowest speed connection
C – the CIR rate of the highest speed connection
D – the sum of all the CIRs divided by the number of connections


Answer: A

Explanation

If the multipoint network has different speeds allocated to the VCs, take the lowest CIR and simply multiply it by the number of circuits. This is because in Frame-relay all neighbors share the bandwidth equally, regardless of the actual CIR of each individual PVC, so we have to get the lowest speed CIR rate and multiply it by the number of circuits. This result will be applied on the main interface (or multipoint connection interface).

Question 5

EIGRP_Active_state

Refer to the exhibit. EIGRP is configured on all routers in the network. On a basis of the show ip eigrp topology output provided, what conclusion can be derived?

A – Router R1 can send traffic destined for network 10.6.1.0/24 out of interface FastEthernet0/0
B – Router R1 is waiting for a reply from the neighbor 10.1.2.1 to the hello message sent out before it declares the neighbor unreachable
C – Router R1 is waiting for a reply from the neighbor 10.1.2.1 to the hello message sent out inquiring for a second successor to network 10.6.1.0/24
D – Router R1 is waiting for a reply from the neighbor 10.1.2.1 in response to the query sent out about network 10.6.1.0/24


Answer: D

Explanation

From the output, we notice that there is an active route (A) and the reply status flag (r) was set. An active EIGRP route is the state when a network change occurs and a feasible successor is not found by a EIGRP router for a given route (10.6.1.0/24); and the reply status flag (r) means that R1′s queries were sent out to the neighbors asking for routing information to the 10.6.1.0/24 network but hasn’t received a reply yet. Therefore the answer A – router R1 can send traffic destined for network 10.6.1.0/24 is not correct because router R1 can’t find a path to that network. Answers B and C are not correct because R1 doesn’t send a hello message but a query asking for routing information to the desired network.


Comments
Comment pages
1 2 24
  1. Route
    November 5th, 2011

    @Anonymous (following happens if a feasible successor exist)
    1. DUAL notified (This allows all routers involved in a topology change to synchronize at the same time)
    2. delete neighbor adjacency
    3. Remove all topology entries learned from that neighbor.
    4. The feasible route is used

    If feasible successor doesnt exist it will goto active state

    Couldnt find one document but you have to read couple to make sense

    http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f07.shtml

    http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008010f016.shtml

    http://networking.ringofsaturn.com/Cisco/eigrp.php

  2. Amol
    December 4th, 2011

    Its useful ,,,, thank you,

  3. balbu-Pandi
    December 23rd, 2011

    Gonna Take ROUTE Exam Monday ! :) Thanks Digitut. I got the Confidence after 6 months of discontiguous preperation :D

  4. Faisal
    December 24th, 2011

    please tell me from where i can get the sims of routing to do the practice of Routing labs,,, please help me
    faisal.safdar@live.com

  5. Faisal
    December 24th, 2011

    please provide me the p4s dumps of Routing,,, i have exam of routing on 4th january
    faisal.safdar@live.com

  6. fsfs
    January 1st, 2012

    kindly , confirm if that exam is valid or chenged
    i have exam

  7. RIZ
    January 5th, 2012

    THANK YOU EVERYONE

  8. anonymous
    January 14th, 2012

    not one of these was on my test

  9. vv
    January 17th, 2012

    Anyone pls share the latest route dumpls….

  10. Sir CCNP
    January 18th, 2012

    Hello Friends,

    I just started to study the ROUTE test after taking almost two years off from passing the CCNA. I am planning to take the ROUTE test in two months. Are the Sims, Drag and Drop, Questions, and everything else on this site still valid for the ROUTE test?

    Thank you all!

  11. Sisonke
    February 23rd, 2012

    i am preparing for my Route test which i may take in june, just from my ccna which was cool though.so it hard work but i am commited to do it.
    thank you.

  12. CCNP hopeful
    February 27th, 2012

    I have my exam scheduled for 9th March 2012….Can any1 please share the latest dump.My email is vdesai9499@gmail.com

    It will really help. Thanks a lot in advance.

  13. CCNP hopeful
    February 27th, 2012

    Do all the Q’s in exam come from the Dumps or can i expect quite different sets of Questions in CCNP route exam.

  14. sandesh
    April 2nd, 2012

    can anyone tell me where can i get full version Visual certexam to open.vce files because i am able to see only 5 questions

  15. @ sandesh
    April 6th, 2012

    Please check careercert.info. You will get the software there for free. All the best.

  16. venkat
    April 15th, 2012

    is it fourth question is right…. i think answer is D

  17. Suresh
    April 19th, 2012

    Hi
    Can you tell me which books are reference for CCNP.

  18. ajinkya
    April 21st, 2012

    may i help to gudie

  19. hans
    April 22nd, 2012

    Suresh,
    Look in to carriercert links for route, switch and tshoot.hopefully you can download the all books.

  20. hashim
    May 8th, 2012

    Hi,
    friends please can any one direct me where i can get CCNP Network Academy version 6 notes,

  21. Sammy Ghana
    June 8th, 2012

    hello, i need help i’m using packet tracer version 5.3 for ccnp routing but it doesn’t allow some of the commands like redistribute and the rest what should i do?

  22. Ansari
    June 9th, 2012
  23. jayman
    June 14th, 2012

    sammy Ghana;
    use GNS3 http://www.gns3.net/download/ it a free software that is just like the real router..

    GUd luck

  24. francis from nigeria
    June 22nd, 2012

    Plz peps and admin plz can I be emailed the latest dumps cos I want to tak my exams on ccnp route by end of july.plz lattest ccnp dumps.frankarecords@yahoo.com

  25. plz peps and admin can u guyz p email me the latest dumps on ccnp route.plz
    June 22nd, 2012

    plz peps and admin can u guyz plz email me the latest dumps on ccnp route.plz

  26. RADNUS
    June 30th, 2012

    after 1 year have started CCNP-Route…planning exam within 2 months……..

  27. KB
    June 30th, 2012

    Hi guys
    is there any set of specific questions for Route Exam that we should study other than the 386 from WHEELMAN.VCE ?

    Has anyone made a file with 50 or 70 or 100 questions?

  28. tina
    July 1st, 2012

    Can somebody post latest dumps for ccnp route
    got to take exam on july end

  29. nawel algeria
    July 3rd, 2012

    hello! i already begin to study ccnp route and i have the exam on 19 july and in algeria the exam is very expensive so i dont wana loose it so please if some one can post the las labsim an dumps so do it please it will be so so so so so so so so so so so so so so so so helpful

    my email forthecool@yahoo.fr

    thanks every body and a big good luck to every one

  30. hanan
    July 3rd, 2012

    we need more questions in routing ccnp

  31. Anonymous
    July 3rd, 2012

    just passed ccna and starting CCNP. I will be using GNS for SWITCH but dont have IOS for 3550. any help appreciated… aramirez1119@hotmail.com

  32. Faheem
    July 5th, 2012

    @Anonymous, GNS3 doesnt support emulation for switching, use packet tracer or real equipment which is the best.. However, u can use switching modules with the router in GNS3, but that also doest cover all of the commands.

  33. Fer
    July 10th, 2012

    can anyone help me where to get lab practical guide for Route

  34. diarama
    July 11th, 2012

    I am finish my CCNA and want to take CCNP route, plz who will send me the last dump in my e-mail box:khadimazerty@yahoo.fr

  35. DumpsMania
    July 17th, 2012

    Do you want to pass your CCNA or CCNP exams in first attempt?

    Well we have 100% latest and proven fresh dumps for you.
    We gurantee your passing score and we can prove that we have the most current dumps with us

    Special Offer:-We will provide you with dumps updates for 3 months.

    Price :- 10$

    For more details, Please email us at dumpsmania@hotmail.com

  36. rasheed
    July 20th, 2012

    i am a bit new i am using CIsco packet tarcer for simulation i wanted to make a router simulate farme relay switch but the “farme-relay switching” command was rejected. Is there anything i didnt do right… please enlighten me… Thanks

  37. Pheryl
    July 22nd, 2012

    @rasheed

    You can not make a router as frame-relay switch in packet tracer. Use GNS3 or SunOS-SPARC.

  38. Sahi
    July 31st, 2012

    are there preconfigured labs for these sims?

  39. Ran
    August 12th, 2012

    Thanks Digitaltut!!!! 988/1000. All are correct specially the labs.

  40. Inspiration
    August 20th, 2012

    hi please help me out …examcollection in not accessible any more if any one have that .VCE file from wheelman please send me …thanks a lot in advance.
    my ID is “Prasiji10oct@gmail.com”

  41. Taking in two weeks
    August 22nd, 2012

    Are these still valid? Looks like they’re almost a year old.
    Thanks!

  42. Biza
    August 24th, 2012

    Last week i have attended the Tshoot Exam.. 13 tktceis are came from P4S. i did all the 13 tktceis.. RED color is showing for all the 13 tktceis..but right top corner it was showing 12 of 13 completed i had confused after some time i end the exam. I got 835 out of 1000.i have troubled with EIGRP AS misconfiguration ticket. In dumps sh running on DSW1 and R4 showing AS number is mismatched so the answer is need to change AS number. But in exam there is no mismatch on AS number on both the router. There was problem with Network address configured for EIGRP on DSW1.

  43. Anonymous
    December 6th, 2012

    pls friends any one with currents routes dumps pls contact me on mbila_ernest_uka@yahoo.com
    am writing routes exam on 20th Jan.

  44. cisco man
    December 16th, 2012

    please any one help me to send valid dumps ccnp route on email : b.cracker90@yahoo.com

  45. dinesh
    December 17th, 2012

    Please Guide me study materials & dumps.. dineshwe@gmail.com
    Thanks in advance…

  46. chithra
    December 18th, 2012

    pl help me with latest ccnp route dumps on ckikammakrishnan@yahoo.com

  47. Anonymous
    January 12th, 2013

    Pls help me with dumps at mikesesay2000@yahoo.com thank in advance

  48. Jamerican
    January 12th, 2013

    I read somewhere in this site that the information here is free, but that is not entirely true since with the premium membership you have access to things that is not given for free. My only question to the group is this, why don’t you just charge a set annual fee to access the entire CCNP track instead of this month by month thing?

  49. Anna
    January 21st, 2013

    Pls help me with dumps at anvnovikova@gmail.com thank in advance

  50. Mirza Abu Ahad
    January 22nd, 2013

    hi everyone…..
    Can anybody tell me who passed the ROUTE how many labs in ur exam ?
    which hot spot is valid n dump ????

    thnx in advanced ……..

  51. Denis Chamaki
    January 23rd, 2013

    Hi,
    There are some IGRP related questions in this website. I know IGRP protocol is too old to be in Route exam. Am I right or it is still on the exam?

    Thanks in advance.

  52. shah
    January 30th, 2013

    Plz any body tell me is this question is still valid

  53. GNS
    February 5th, 2013

    None of the above were on my exam today.

  54. Manu
    February 28th, 2013

    Hi all,

    Which show command will display the two values used in the calculation of
    the EIGRP metric?
    A. show protocol
    B. show ip eigrp interface
    C. show interface
    D. show ip eigrp neighbor

    I think answer C is the correct but I found some tests that says answer B. Please help, I’ll take the exam next thursday.

  55. New_Student
    March 12th, 2013

    I am puzzled by Q4. I don’t see a correct answer. It’s a Multipoint – so, the sum of the CIRs should be the answer. Please correct me, if I am wrong. Thx.

  56. Consula
    March 15th, 2013

    Hello @New_Std,

    The answer is the least bandwidth X the total number of multipoint ccts. This is bcos in a P-MP environment, the Bandwidth is shared equally amongs the spokes.
    Check out Jeremy’s cbt nuggets video on EIGRP

    Tanx

  57. Khan
    March 16th, 2013

    Mission started – 17 October 2012 … Cisco Press Self Study, CBT Nuggets, Packet Tracer & 9tut … No networking experience

    Passed CCNA 13/Jan/2013
    Passed CCNP Switch 10/Mar/2013

    Planned exam CCNP Route 20/Apr/2013
    Planned CCNP Tshoot 31/May/2013

    Pray for me …

  58. New_Student
    March 27th, 2013

    Thank you, Consula. I appreciate your feedback. I don’t really see how the bandwidth is shared equally. Say, we have a 64k, 512K, and 1024K, multiplying 64×3= 192K. That is not helping the 512K nor the 1024K. They are under-utilized.

    Cool! I will use your answer in the exam, though. Thx

  59. devendra bagal
    March 28th, 2013

    hi guys i passed ccnp route with 941 last week

  60. Consula
    April 1st, 2013

    @New Student tanx buddy. Good to knw that.
    Funny though am yet to write mine which dumps did u use? cud reach on consula04@gmail.com.

    Congrats.

  61. welsh
    April 7th, 2013

    please help me with the registration code for visual cert exam suite 3 1 1 or any link where i can get a free download

  62. RSG
    April 13th, 2013

    hey welsh you can download it from torrent with crack… after download it will prompt you for updation of vce.. do nt go for it… ohterwise your full version will change into trial one

  63. Raj
    April 22nd, 2013

    Can someone explain to me why A 172.17.0.0/30 is not a correct answer for this EIRGP question?

    http://postimg.org/image/4wtd8zo6z/

    Ones in green are the correct answers.

  64. Raj
    April 22nd, 2013

    Nevermind I found it on this site.

  65. Jeroni
    April 24th, 2013

    @Raj: I hope you undrestand why 172.17.0.0/30 is not a correct answer for the image you posted. Just in case you did not understand or for the sake of others who wants to understand it:

    As you can see in the image, Passive state of the network 172.17.0.0/30 has a successor via 172.17.1.1 with Feasible Distance of 20514560 Fa0/2. This would mean that this is the directly connected network of the router at 172.17.1.1 Fa0/2 and NOT the router at 172.17.10.2. Furthermore, 172.17.10.2 Fa0/1 is the Feasible successor only which means secondary route if 172.17.1.1 fails.

  66. Raj
    April 25th, 2013

    @Jeroni
    So since 172.17.10.2 is the backup route for 172.17.0.0/30 router it is technically not connected to 172.17.0.0 eventhough the the wire is connected to it?

  67. decent
    April 28th, 2013

    can any 1 tel me plz ….alphabat answer is change in real exam like in digitaltut if i choos answer A,so in real exam also anwer is A or other like B,C,D ?

  68. Diego
    April 30th, 2013

    Are this questions still valid? I am planning to make the exam at middle of May. Thanks

  69. Vimuex3
    May 9th, 2013

    please any one help me to send valid dumps ccnp route on email vimuex3@yahoo.com

  70. 1touch
    May 11th, 2013

    Does anybody have a Q&A material on route to share. I will greatly appreciate to get it through my email. Also any information about a theoretical book on route. Thanks
    firstroberts@gmail.com

Comment pages
1 2 24
  1. No trackbacks yet.
Add a Comment