Home > CCNA – EIGRP Questions

CCNA – EIGRP Questions

March 10th, 2011 Go to comments

Here you will find answers to EIGRP Questions

Note: If you are not sure about EIGRP, please read my EIGRP tutorial

Question 1

Refer to the exhibit, when running EIGRP what is required for R1 to exchange routing updates with R3?

EIGRP_AS_number

A – AS numbers must be changed to match on all the routers
B – Loopback interfaces must be configured so a DR is elected
C – The no auto-summary command is needed on R1 and R3
D – R2 needs to have two network statements, one for each connected network


Answer: A

Question 2:

As a Cisco technician, you need to know EIGRP protocol very well. Which of the following is true about EIGRP successor routes? (Choose two)

A – A successor route is used by EIGRP to forward traffic to a destination
B – Successor routes are stored in the neighbor table following the discovery process
C – Successor routes are flagged as “active” in the routing table
D – A successor route may be backed up by a feasible successor route
E – Successor routes are stored in the neighbor table following the discovery process.


Answer: A D

Explanation:

B is not correct because neighbor table only contains a list of directly connected EIGRP routers that have an adjacency with this router, it doesn’t contain successor routes.

C is not correct because successor routes are not flagged as “active”, they are always the best route to reach remote networks and are always used to send packets.

A and D are correct because successor route is the best and primary route to a remote network. It is stored in the routing table and topology table. If this route fails, a backup route (called feasible successor route) in the topology table will be used to route traffic to a destination.

Question 3:

Which two statements are true regarding EIGRP? (Choose two)

A – Passive routes are in the process of being calculated by DUAL
B – EIGRP supports VLSM, route summarization, and routing update authentication
C – EIGRP exchanges full routing table information with neighboring routers with every update
D – If the feasible successor has a higher advertised distance than the successor route, it becomes the primary route
E – A query process is used to discover a replacement for a failed route if a feasible successor is not identified from the current routing information


Answer: B E

Explanation:

Diffusing Update Algorithm (DUAL) is the algorithm for selecting and maintaining the best path to each remote network. DUAL tracks all the routes advertised by neighbors and selects routes based on feasible successors. It inserts lowest cost paths into the routing table (these routes are known as primary routes or successor routes) -> A is not correct.

EIGRP is still a distance-vector protocol, but has certain features that belong to link-state algorithms (like OSPF) than distance-vector algorithms. For example, EIGRP sends a partial routing table update, which includes just routes that have been changed, not the full routing table like distance-vector algorithms -> C is not correct.

The feasible successor route will become the primary route when its advertised distance is lower than the feasible distance of the successor route. The feasible successor route can be used in the event that the successor route goes down. Notice that the feasible successor route does not get installed in the routing table but is kept in the topology table as a backup route -> D is not correct.

“Support VLSM, route summarization, and routing update authentication” are the features of EIGRP -> B is correct.

When a route fails and has no feasible successor, EIGRP uses a distributed algorithm called Diffusing Update Algorithm (DUAL) to discover a replacement for a failed route. When a new route is found, DUAL adds it to the routing table -> E is correct.

Question 4

Which type of EIGRP route entry describes a feasible successor?

A. a primary route,stored in the routing table
B. a backup route,stored in the routing table
C. a backup route,stored in the topology table
D. a primary route,stored in the topology table


Answer: C

Explanation

Feasible successor is a route whose Advertised Distance is less than the Feasible Distance of the current best path. A feasible successor is a backup route, which is not stored in the routing table but stored in the topology table.

Question 5

Refer to the exhibit. Given the output from the show ip eigrp topology command, which router is the feasible successor?

router# show ip eigrp topology 10.0.0.5 255.255.255.255
IP-EIGRP topology entry for 10.0.0.5/32 State is Passive, Query
origin flag is 1, 1 Successor(s), FD is 41152000

A.

10.1.0.1 (Serial0), from 10.1.0.1, Send flag is 0×0
Composite metric is (46152000/41640000), Route is Internal
Vector metric:
Minimum bandwidth is 64 Kbit
Total delay is 45000 Microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 2

B.

10.0.0.2 (Serial0.1), from 10.0.0.2, Send flag is 0×0
Composite metric is (53973248/128256), Route is Internal
Vector Metric:
Minimum bandwidth is 48 Kbit
Total delay is 25000 Microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 1

C.

10.1.0.3 (Serial0), from 10.1.0.3, Send flag is 0×0
Composite metric is (46866176/46354176), Route is Internal
Vector metric:
Minimum bandwidth is 56 Kbit
Total delay is 45000 microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 2

D.

10.1.1.1 (Serial0.1), from 10.1.1.1, Send flag is 0×0
Composite metric is (46763776/46251776), Route is External
Vector metric:
Minimum bandwidth is 56 Kbit
Total delay is 41000 microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 2


Answer: B

Explanation

To be the feasible successor, the Advertised Distance (AD) of that route must be less than the Feasible Distance (FD) of the successor. From the output of the “show ip eigrp topology 10.0.0.5 255.255.255.255″ we learn that the FD of the successor is 41152000.

Now we will mention about the answers, in the “Composite metric is (…/…)” statement the first parameter is the FD while the second parameter is the AD of that route. So we need to find out which route has the second parameter (AD) less than 41152000 -> only answer B satisfies this requirement with an AD of 128256.

Question 6

A network administrator is troubleshooting an EIGRP problem on a router and needs to confirm the IP addresses of the devices with which the router has established adjacency. The retransmit interval and the queue counts for the adjacent routers also need to be checked. What command will display the required information?

A. Router# show ip eigrp adjacency
B. Router# show ip eigrp topology
C. Router#show ip eigrp interfaces
D. Router#show ip eigrp neighbors


Answer: D

Explanation

Below is an example of the show ip eigrp neighbors command. The retransmit interval (Smooth Round Trip Timer – SRTT) and the queue counts (Q count, which shows the number of queued EIGRP packets) for the adjacent routers are listed:

EIGRP_show_ip_eigrp_neighbors_command.jpg

Question 7

Refer to the exhibit. How many paths can the EIGRP routing process use to forward packets from HQ_Router to a neighbor router?

HQ_Router# show ip protocols
Routing Protocol is “eigrp 109″
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 3
Redistributing: eigrp 109
EIGRP NSF-aware route hold timer is 240s
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.10.10.0/24
172.30.10.0/24
192.168.1.0
Routing Information Sources:
Gateway Distance Last Update
20.10.10.2 90 00:13:12
172.30.10.2 90 01:13:06
Distance: internal 90 external 170
HQ_Router#

A. two equal-cost paths
B. two unequal-cost paths
C. three equal-cost paths
D. three unequal-cost paths
E. four equal-cost paths
F. four unequal-cost paths


Answer: F

Explanation

The “Maximum path: 4″ means EIGRP can use up to 4 equal-cost paths to forward packets from HQ_Router to a neighbor router. But here the variance is set to 3 which allows unequal-cost paths. Therefore in this case EIGRP can use up to four unequal-cost paths.

Question 8

IP address and routing for the network are configured as shown in the exhibit. The network administrator issues the show ip eigrp neighbors command from Router1 and receives the output shown below the topology. Which statement is true?

EIGRP_show_ip_eigrp_neighbors.jpg

A. It is normal for Router1 to show one active neighbor at a time to prevent routing loops.
B. Routing is not completely configured on Router3.
C. The IP addresses are not configured properly on the Router1 and Router3 interfaces.
D. The no auto-summary command configured on the routers prevents Router1 and Router2 from forming a neighbor relationship.


Answer: B

Explanation

From the output of Router1, we learn that Router1 has not established neighborship with R3 yet. Also from the “show running-config” on Router3 we notice that the “network 192.168.3.0″ statement is missing -> the configuration on Router3 is not complete.

Comments
Comment pages
1 6 7 8 9 63
  1. Oulkarnain
    December 2nd, 2012

    @Sanjoy, I think yes. It needs to be added in both of the router’s eigrp process. I remember, for static route no need to add anything for directly connected networks.

  2. Jainal
    December 5th, 2012

    hey, i am going to write exam soon..i have refered this site..dumps from examcollection..and hv digested some concept from book todlem…this preparation is enough?

    how much questions come in exam from this site?

  3. Til
    December 12th, 2012

    Please some one can send me the latest CCNA dump …. This is just pass my ccna.
    tilakrm@gmail.com

  4. TDy11
    December 13th, 2012

    TY 9tut.

    Today I have passed the CCNA. (860/825)
    50 questions 3 labs (VTP, EIGRP, ACL). 35 from 9tut.

    Also thanks a lot Brar and Sekhar (still valid from examcollection)

    Ty again 9tut

    from here Q 6,8

  5. Anonymous
    December 18th, 2012

    plz if i fail in the exam , so i should also repay all the original money 4 second time ?

  6. Jonas
    December 18th, 2012

    Can someone send me the latest dumps, please, i’m taking the exam in January my email is
    mejia_jonas@hotmail.com. Thanks

  7. ICND2
    December 20th, 2012

    Passed icnd2 today. Vtp , frame relay and ton of questions from 9tut!!! Thanks again for all the study material… A ++ site

  8. Milind-Mumbai
    December 24th, 2012

    Today I have passed with 960/1000……..Thanks to GOD
    Thanks to 9TUT …….Sekhar……P4S

  9. Anonymous
    January 4th, 2013

    Can someone send me the latest dumps, please, i’m taking the exam in January my email is
    eng.eslammagd20@yahoo.com

  10. Wole
    January 4th, 2013

    Im taking exam on monday, pls anyone got latest dump, pls email woldeex@yahoo.com.au Thanks

  11. EDR
    January 5th, 2013

    hi can you send me the latest dumps to my email. eder_st@hotmail.com thanks a lot..

  12. AJ
    January 7th, 2013

    I do plan to take ICND2 the end of this month. Does anyone have the latest dump, labs, pass4sure? please send it to alix11751@aol.com

  13. mutazzzzzzzzzzzz
    January 9th, 2013

    dumps really important

    but theres one thingu should pass threre labs if u wanna pass ccna

  14. Naman Nayak
    January 23rd, 2013

    Good for basic interview related

  15. cairojet
    February 4th, 2013

    good stuff

  16. Ronaldo
    February 13th, 2013

    Hi! On question #7, what if the EIGRP maximum metric variance is valued at 2. Will the answer be the same? And what if it is 1?

  17. anuary, Tanzania
    February 21st, 2013

    Hi . I dont understand question number 7. may you please assist me .

  18. GUN
    February 24th, 2013

    Hi there. Taking CCNA in a weeks. Can anyone send me latest dumps? gugunwasp@gmail.com? thank you!

  19. Jah Rastafarai
    February 27th, 2013

    Passed CCNA, question 4 from here.

  20. Mario
    February 28th, 2013

    Hi there. Taking CCNA in a weeks. Can anyone send me latest dumps?
    mariovalidzic1@gmail.com

  21. shshoor
    March 1st, 2013

    ques no 4 was there in the exam

  22. PJ
    March 5th, 2013

    the examination questions CCNA are equal to those of tut9?

  23. @Etienne Eric Menana f
    March 6th, 2013

    Hi 9tut, i’d like to give u thank for u greatest work for us!!! i just pass the ccna exam to day!!!!thx very much.

  24. StudyStudyStudy
    March 12th, 2013

    Hi Guys,
    exam in a couple of weeks can someone send the latest dumps please?
    richard@spanish-computer.com
    Are the dumps the same as the 9tut questions?

  25. sadh
    March 22nd, 2013

    hi every one

    Please can any one send me a latest dump? im planning to tke a ccna exam this mnth. here is my email add masadaradji@yahoo.com

    I will highly apreciate it if any one can send me.. tnx advance

    God bless and JazakALLAHU khair..

  26. Adeel
    March 26th, 2013

    Hello Guys I hope you will be fine there. I have CCNA (640-802) Vouchers on
    special discount of 58% for World wide, with six months expiry date till you
    purchase. Each voucher cost 60USD.
    Details Required For CCNA Voucher For Discount Processing:
    1-Full Name. 1st Name & Last Name (as you want to appear on certificate & documents)
    2-Country.
    3-City.
    4-State.
    5-Pin Code (or Area Code)
    6-Residential Address (or where you can collect your Certificate or further correspondence
    can be received)
    Add me on Skype through this information which is written below:
    Skype Name: rockon660
    you can also email me at this email address which is written below:
    madeelqaiser@gmail.com
    If you have any Questions feel free to contact me.
    Thanks,
    Best regards,
    Adeel

  27. Raj
    March 27th, 2013

    I completed ccna with 986/1000 .I prepard exam only with the help of pass4sure v10 653 questions .Which was realy helpful .

    Those who want contact me myjobs986@gmail.com

  28. Ruben
    March 31st, 2013

    Hi everyone can anyone send me the latest dumps gona take the exam april 10
    h.roobik@gmail.com

  29. Helpful citizen
    April 4th, 2013
  30. Jelena
    April 12th, 2013

    Hi, I have passed CCNA week ago, with score 1000/1000 :)
    Exam was easy, all questions known, labs were ACL2, EIGRP and VTP.
    For preparing I’ve used Cisco CCNA Exploration curriculums, Odom’s books, 9tut, Spike and Acme dumps.
    My advise is first go through all subjects in Odom’s books or
    exploration curriculum, try to pick up all concepts, then go through 9tut questions and labs, if you have any doubts go back to book, and in the end practise some dump to gain in speed.
    There were sume bugs in VTP sim, try to give it same time to stabilize, and then try again.
    Thanks a lot to 9tut and examcollection!!!
    And very best to all of you :)

    p.s. If anyone have questions I’ll try to help so ask ;)

  31. manzur
    April 14th, 2013

    Guys, Can u send me last dump?
    mmanzur2005@gmail.com

  32. Peter
    April 20th, 2013

    Hi Jelena, I’m preparing for the exam, can I ask for your email so I can ask you privately questions I’m not sure about? My email is petkony@gmai.com
    Thanks a lot if you help me.

  33. Mr
    April 27th, 2013

    Could you help me? Q5?

  34. Student@Cisco
    May 10th, 2013

    Hi Jelena, i will appreciate it very much if you can help out, my email: adonisbakole@gmail.com, would like to get to know your email address, please waiting for your answer

  35. Ritu Sharma
    May 14th, 2013

    Hi everyone can anyone send me the latest dumps gona take the exam may 23 ritsmagical123@gmail.com

  36. Richard
    May 16th, 2013

    anyone want to send me latest dumps rsittlington@serc.ac.uk

  37. mohamed
    May 23rd, 2013

    Please please please guys i am preparing for the exam next month, can someone be kind enough to send me the latest dumps on my e-mail : mastermalganis@hotmail.com

  38. David Okeri
    May 28th, 2013

    Pliz i will sit for the exam next month, can someone send me the latest dumps on email: olesimbe@yahoo.com

  39. moe elppit
    May 28th, 2013

    i need a help i need latest ccna dump and i will appreciate that
    this is my email (mca.1990@hotmail.com)
    my exam is too close
    thanks guys

  40. Dami
    May 31st, 2013

    Can someone please send me the latest ccna dump – damola82@yahoo.com . I’ll appreciate it please..very urgent. Thanks.

  41. lunette de soleil pas cher
    May 31st, 2013

    I’m wondering how I might be notified when a new post has been made. I have subscribed to your RSS feed which must do the trick! Have a nice day. lunette de soleil pas cher http://lunettespascher2013.tumblr.com/

  42. Lia88
    June 12th, 2013

    Can some explain me the variance command?

    Everywhere i read is the cost multiplixer. But for example if you have 2 path to one destination and use the variance 2 comman. it will multiples to by to 2 and still have the same result for both the path. I Can´t understand.

  43. none
    June 18th, 2013

    sh ip eigrp topology 10.10.10.2 255.255.255.255
    IP-EIGRP (AS 100): Route not in topology table
    sh ip eigrp topology 10.10.10.0/24
    IP-EIGRP (AS 101): Topology entry for 10.10.10.0/24
    State is Passive, Query origin flag is 1, 1 Successor(s), FD is 28160
    etc….
    Could you please double check question 5
    Is it from sims? or Cisco router HW?

    Thanks

    and thank you for all your post and website

  44. Anonymous
    June 21st, 2013

    Help me out w/latest dump. Tadalem@gmail.com

  45. Witz73
    June 22nd, 2013

    failed CCNA exam today with 762 :( Sims were VTP, EIGRP, ACL2. I was surprised that there were 3 or 4 ipv6 questions and there were not as many subnetting questions as I thought there would be. I’ll be re-testing in a few weeks.

  46. random
    July 2nd, 2013

    here is fully working cracked version of visual Cert exam manager.you wont get any annoying messages like trial copy with this.this is excellent.regards

    http://reliablefiles.com/file/0Ret7
    http://reliablefiles.com/file/0Ret8

  47. Marco
    July 14th, 2013

    Please guys I am preparing for the exam next month, can someone be kind enough to send me the latest dumps on my e-mail : mario.jimo@gmail.com THANKS

  48. Anonymous
    July 17th, 2013

    I completed ccna pass4sure v10 653 questions .Which was realy helpful .
    refer this site latest exam questions available http://tr.im/4428f

  49. Marco
    July 22nd, 2013

    If anyone want VCE player for MAC contact me mario8890@outlook.com

  50. Mario
    July 22nd, 2013

    If anyone want VCE player for MAC contact me mario8890@outlook.com

Comment pages
1 6 7 8 9 63
  1. No trackbacks yet.
Add a Comment