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 2 3 4 9 63
  1. tronix
    April 25th, 2011

    I am planning to take CCNA exam 2nd week of May, can you please send me latest questions and dumps, please..

    email: madmarx7@yahoo.com

  2. hiiii
    April 26th, 2011

    hello everyone

  3. Chris
    May 3rd, 2011

    Please send me the latest dumps and questions @ cmh1ll@yahoo.com Thanks

  4. Anonymous
    May 4th, 2011

    I cleared CCNA today. For Labs the scenarios/diagrams are same for VTP, EIGRP, NAT and ACL but with different questions and concept. So don’t memorize the Labs given at 9tut.com. Understand them and practice well. Lots of questions which are not given in any where. ACME, Testinside and etc only covered less than 50% of the question. If you have good concept you will clear the exam.

  5. vijay
    May 9th, 2011

    Hi,
    Can anyone please send me the latest links for the dump.

    Somebody pls email them to me.(vj21dx@yahoo.com.sg)

    Thank u so much!

  6. Basha
    May 10th, 2011

    Hi all,
    Can anyone send me the Latest dumps and also can anyone mention which are the labs come for the exam.

    Send it to (daulathbasha_24@yahoo.co.in)

    Thanks & Regards
    Basha

  7. emmy
    May 11th, 2011

    Hi All,
    I have two days to my exam. Can anyoone tell me the latest labs found in the exams to enable me prepare. Your urgent resposne is required as I’ve got just two days more to my exam.

  8. IMRAN
    May 13th, 2011

    CAN SOME TEL ME HOW MANY CONFIGURATION QUESTIONS IN THE EXAM BECAUSE I DO NOT HAVE ANY HELP ON THAT

  9. joar
    May 17th, 2011

    hi, i’m planning to take my CCNA 640-802 EXAM for the month of june could anyone help me for my review and any lab exams included in the exam please send it to my email: joar_account@yahoo.com

    I read a lot on this site and many of you passed the exam. Hope many of us will pass the exam.I also have companion to take the exam which I want to share the information that I can get here. THANK You very much.

    joar

  10. Papa zafa
    May 18th, 2011

    Thx u 9tut, i passed 854 18 May. but i’ve got trouble in simulation EIGRP, i can’t do “Show running-config” and “Copy running-config startup-config

  11. BigBillWA
    May 22nd, 2011

    @Papa zafa

    What dumps did you use as study guide? I take my exam on Wednesday.

  12. Waleed
    May 22nd, 2011

    Hello Guys!
    I am going to attend the CCNA exam after 2 weeks … i want latest dumps … plz help me put…
    many many thanks email: prince.waleed@hotmail.com

  13. nusaiba
    May 22nd, 2011

    can some one send me the latest dumps im taking my exam next week and i could really use ur help my email is nusaiba282@hotmail.com

  14. Sajjad
    May 24th, 2011

    Hey guyz… kindly provide me some stuff regarding ccna exams.

    Thanks & Regards,

    Sajjad Haider

    sajjadrizvi327@yahoo.com

  15. needtopass
    May 25th, 2011

    hi Everyone ,

    i failed the ccna exam twice already i need to pass it this time or else im gona loose my if you can please send me the link for the most updated dumps specialy the updated sims for eigrp which i was not able to fixed , last score that i got was 709
    all help will be very appreciated

    thank you in advance .

  16. M
    May 27th, 2011

    Hello all
    I am going to attend the CCNA exam next months … i want latest dumps … plz help me
    thanks
    email: mahmed_safi@yahoo.com

  17. raja
    May 30th, 2011

    hello
    i am going to attend the ccna exam next month ……

  18. daowd ibrahim
    June 4th, 2011

    am going
    to attend ccna exam next month plese halep me

    emil :shosho2320@yahoo.com

  19. Muhammad Fiaz
    June 7th, 2011

    Dear All,

    I am sitting for CCNA 640-802 EXAM in next week.

    Please email latest valid CCNA Simulations and dumps.

  20. Muhammad Fiaz
    June 7th, 2011

    Dear All,

    I am sitting for CCNA 640-802 EXAM in next week.

    Please email latest valid CCNA Simulations and dumps.

    E mail: Fiaz712_ali@hotmail.com

  21. Noormamode Tanzeel
    June 15th, 2011

    I am sitting for the CCNA exams on 18/06/2011
    Please sent me lastest paper

  22. Noormamode Tanzeel
    June 15th, 2011
  23. robinhood38
    June 18th, 2011

    found Packet Tracer 5.2 here:
    http://www.mediafire.com/?duzmubdk4mw

  24. Andre
    June 21st, 2011

    9tut,

    Perhaps a stupid question, but if in the EIGRP LAB it says it’s a passive network, does anything have to be done for it to work properly? I was able to ping the ISP router but not the other two on the network…

    I failed today for the second time… retaking sometime next week.

    Regards
    Andre

  25. 9tut
    June 21st, 2011

    @Andre: If you cannot ping the two other routers than maybe it is not the “passive interface” problem. Maybe that router (R1, I suppose) has a wrongly configured AS number.

  26. Andre
    June 21st, 2011

    The AS number was the first thing i picked up on as per the LAB provided here on 9tut. I setup the network IP’s again under the correct AS number on the new router and went into ISP router to update the AS there with the new router’s network IP.

    I’m not sure what specific percentage I got for the LAB as the Cisco piece of paper you get afterwards doesn’t say much.

  27. 9tut
    June 21st, 2011

    @Andre: Could you please tell me which interface you see the “passive-interface” command?

    In the exam you are not allowed to access the ISP router so don’t try to make any changes in that router.

  28. Andre
    June 21st, 2011

    9tut,

    Apologies, I meant with the LAB showing the new router as R3 and the top router R1, I was referring to R1, not the ISP router. In R1 we’re suppose to confirm the AS as 212 and note the R3 IP is missing, so you just:

    router eigrp
    network R3 IP

    I’ve been told you don’t have to put #no auto-summary here in R1, can you confirm this is correct?

    Personally I think my ACL and EIGRP was good, but I just want to confirm this for when I go write again next week.

    Thanks again
    Andre

  29. 9tut
    June 22nd, 2011

    @Andre: You must use the “no auto-summary” command in R1 because there are discontiguous networks between R2 & R4 (192.168.60.x).

  30. ramesh
    June 26th, 2011

    9tut is really helpful..just study properly.

  31. Frank
    June 30th, 2011

    Thanks 9tut, i’ve just passed my exam today and the winning labs were : EIGRP/VTP/ACL.

    Real great site and very good tutorial.

    Frank

  32. M.Akmal
    July 1st, 2011

    hi Dears,
    Can you share recant labs for CCNA……thanks

  33. samuel
    July 5th, 2011

    Hi guys,
    can anyone send dumps for my ccna exam and writing the exam very soon thanks.
    femi.diya@yahoo.com

  34. olarinoye abiodun
    July 6th, 2011

    can anyone send lastest dumps for my ccna exam and writing the exam very soon thanks.
    solutionb2009@yahoo.com

  35. nikos
    July 15th, 2011

    can someone please email the latest dump to me at nikos_g_s@hotmail.com..thanks!!!!

  36. Philip
    July 15th, 2011

    Dear all,
    Am going to take the CCNA exam next month. Please help me with the latest dump.

    medphilo007@yahoo.com

  37. sony
    July 18th, 2011

    hi friends

    cam anyone send latest dump, i am planning to write exam this week

  38. wilson
    July 18th, 2011

    wilsonmaina2008@yahoo.com
    send me dump site

  39. Aglagla
    July 21st, 2011

    hi,
    could you give me some tips for actual ccna eigrp exam question?

  40. Prashant Chandrashekar
    July 25th, 2011

    hi,

    I am taking CCNA in August ,please send me the latest dumps.

    rashant_7@yahoo.com

  41. Ari
    July 28th, 2011

    can some1 send me latest dump to aries55@azet.sk please? thnx

  42. Daniel Soto
    July 28th, 2011

    I’m going to take the CCNA test next week please send me the latest dump. sotodaniel@yahoo.com

  43. Terry McManus
    July 30th, 2011

    I will taking the CCNA soon, and I need some current brain dumps. Can someone tell me where the best place is to get them, or send me some at tmcmanus3385@scc.stanly.edu. They would be greatly appreciated. Thanks

  44. Paul
    August 3rd, 2011

    @9tut

    Im going to take my exam on 5th Aug…can u plz send me ur latest dumps to helmaker_58@yahoo.com

  45. Bree
    August 4th, 2011

    Can you guys please send me the latest dumps? bwgrandison@yahoo.com Thanks in advance

  46. Badri
    August 4th, 2011

    Hi there, Can you please send me the latest dump to badrigarunrt@yahoo.com

    Many Thanks

  47. Hussain qassimi
    August 5th, 2011

    Hi every one wish all of you pass you latest exam and pliz send me the latest dumps
    from CCNA and CCNP then I will be in serve for you people

    thanks
    hussain qassimi
    ID hussin_qassimi@yahoo.com / hotmail.com

  48. HAMAD
    August 6th, 2011

    i need latest dumps my exam is on 10th of AUG can any one send me latest dumps
    hammad_atta@hotmail.com
    hammadatta@yahoo.com
    thanx

  49. anthony august 10th 2011
    August 7th, 2011

    pls can sum 1 help me with the latest dump my email is antho454real@yahoo.com. Pls sum 1 should help me out. thanks to u all.

  50. Hanat
    August 8th, 2011

    Hello everyone, anyone with the latest dumps should pls help out, m writing my exam in 2weeks time. Here is muy e- mail. ashmota2000@yahooa.com

Comment pages
1 2 3 4 9 63
  1. No trackbacks yet.
Add a Comment