Home > EIGRP Questions

EIGRP Questions

July 10th, 2011 in ICND2 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

A router has learned three possible routes that could be used to reach a destination network.
One route is from EIGRP and has a composite metric of 20514560. Another route is from OSPF with a metric of 782. The last is from RIPv2 and has a metric of 4.

Which route or routes will the router install in the routing table?

A. the OSPF route
B. the EIGRP route
C. the RIPv2 route
D. all three routes
E. the OSPF and RIPv2 routes


Answer: B

Explanation

Regardless of the metric value, EIGRP has the lowest Administrative Distance (AD) so it will be used and routes learned from EIGRP will be installed in the routing table. Some popular ADs are listed below:

+ Static route: 1
+ RIPv1 & RIPv2: 120
+ IGRP & EIGRP: 90
+ OSPF: 110

Question 2

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 1
Redistributing: eigrp 109
Automatic network summarization is in effect
Automatic address summarization: 20.0.0.0/0 for FastEthernet0/1
Summarizing with metric 28160 172.30.0.0/16 for FastEthernet0/0
Summarizing with metric 28160
Maximum path: 4
Routing for Networks:
20.0.0.0
172.30.0.0
192.160.1.0
Routing Information Sources:
Gateway Distance Last Update
20.10.10.2 90 260796
172.30.10.2 90 454765
Distance: internal 90 external 170

How many paths can the EIGRP routing process use to forward packets from HQ_Router to a neighbor 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: E

Explanation

Because the “EIGRP maximum metric variance” is 1 so only equal-cost paths are used.
The “Maximum path” is 4 so EIGRP can use up to 4 paths to forward packets.

Therefore EIGRP can only use four equal-cost paths -> E is correct.

Notice: This question has another version with “EIGRP maximum metric variance” is set to a value greater than 1 than the answer should be “four unequal-cost paths” can be used.

Question 3

Fabrikant Incorporated is a worldwide finance provider. The network uses EIGRP as its routing protocol throughout the corporation. The network administrator does not understand the convergence of EIGRP. Using the output of the show ip eigrp topology all-links command, answer the administrators questions:

Switch1# show ip eigrp topology all-links

show_ip_eigrp_topology_all_links.jpg

Which three EIGRP routes will be installed for the 172.20.3.128 /25 and 172.20.2.0/24 networks? (choose three)

A. 172.20.3.128 /25 [90/28160] via 172.20.1.2 01:26:35. FastEthernet0/2
B. 172.20.3.128 /25 [90/30720] via 172.20.3.2 01:26:35. FastEthernet0/3
C. 172.20.3.128 /25 [90/30720] via 172.20.10.2 01:26:35. FastEthernet0/1
D. 172.20.2.0 /24 [90/30720] via 172.20.10.2 02:10:11. FastEthernet0/1
E. 172.20.2.0 /24 [90/28160] via 172.20.10.2 02:10:11. FastEthernet0/1
F. 172.20.2.0 /24 [90/33280] via 172.20.3.2 02:10:11. FastEthernet0/1


Answer: B C D

Explanation

There is a similar question posted at http://www.digitaltut.com/route-eigrp-simlet. Please read the explanation there and try to answer this question.

Question 4 (same question as question 3)

Switch1# show ip eigrp topology all-links

show_ip_eigrp_topology_all_links.jpg

Which three networks does the Switch1 device have feasible successors for? (Choose three)

A. 172.20.10.0 /30
B. 172.20.1.0 /24
C. 172.20.2.0 /24
D. 172.20.3.0 /25
E. 172.20.3.128/25
F. 10.69.0.0/24


Answer: A C F

Question 5

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 topology
B. Router# show ip eigrp interfaces
C. Router# show ip eigrp adjacency
D. Router# show ip eigrp neighbors


Answer: D

Explanation

Below is an example of the “show ip eigrp neighbors” command (from 9tut.com)

EIGRP_show_ip_eigrp_neighbors.jpg

Question 6

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 saved in the topology table to be used if the primary route fails.
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

Question 7

Problems may occur when a routing protocol tries to identify the next hop in discontinuous networks in the IP addressing scheme. But some routing protocols may minimize the effects of the problems.

Which are these routing protocols? (Choose three)

A. EIGRP
B. VLSM
C. OSPF
D. RIP v2


Answer: A C D

Explanation

Classless routing protocols can be used in discontinuous networks as they do send the subnet mask in their updates so Variable Length Subnet Masks (VLSMs) are supported.

Question 8

Glencoe#show ip protocol
Routing Protocol is “eigrp 478″
— output omitted —
Redistributing: eigrp 478
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
172.26.168.128/26
172.26.169.0/26
Routing Information Sources:
Gateway Distance Last Update
172.26.168.129 90 01:01:59
Distance: internal 90 external 170

The EIGRP configuration in the Glencoe router uses a single network statement.
From the output shown in the graphic, which network statement would advertise these networks in EIGRP?

A. network 172.26.168.128 area 478
B. network 172.26.0.0
C. network 172.26.168.0 area 478
D. network 172.26.168.128 0.0.0.127


Answer: B

Question 9

What will a router do if it does not have EIGRP feasible successor route to a destination network and the successor route to that destination network is in active status?

A. It broadcasts Hello packets to all routers in the network to re-establish neighbor adjacencies.
B. It routes all traffic that is addressed to the destination network to the interface indicated in the routing table.
C. It sends a multicast query packet to all adjacent neighbors requesting available routing paths to the destination network.
D. It sends a copy of its neighbor table to all adjacent routers.


Answer: C

Question 10

The company uses EIGRP as the routing protocol.

EIGRP_show_ip_route.jpg

R3# show ip route
Gateway of last resort is not set
192 168.10.0/24 is variably subnetted, 6 subnets, 2 masks
D 192.168. 10.64/26 [90/2195456] via 192.168.10.9, 00:03:31, Serial0/0
D 192.168.10.0/30 [90/2681856] via 192.168.10.9, 00:03:31, Serial0/0
C 192.168.10.4/30 is directly connected, Serial 0/1
C 192.168.10.8/30 is directly connected, Serial 0/0
C 192.168.10.192/26 is directly connected, FastEthernet0/0
D 192.168.10.128/26 [90/2195456] via 192.168.10.5,00:03 31, Serial 0/1

What path will packets take from a host on 192.168.10.192/26 network to a host on the LAN attached to router R1?

A. The path of the packets will be R3 to R2 to R1.
B. The path of the packets will be R3 to R1 to R2.
C. The path of the packets will be both R3 to R2 to R1 and R3 to R1.
D. The path of the packets will be R3 to R1.


Answer: D

Explanation

From the line “D 192.168. 10.64/26 [90/2195456] via 192.168.10.9, 00:03:31, Serial0/0″ we can see the IP address 192.168.10.9 belongs to network 192.168.10.8/30 and this network is between R1 and R3 -> Packet from 192.168.10.192/26 network destined to a host on the LAN attached to router R1 will go directly from R3 to R1.

Comments (45) Comments
  1. Stephen
    May 17th, 2011

    Would someone mind explaining question 3. Answer option D pls? There doesnt appear to be a route to 172.20.2.0/24 as far as I can see. It isnt mentioned anywhere in the topology.

    TIA.

  2. Stephen
    May 17th, 2011

    I think 172.20.20.0 /24 in the output is a typo and it should be 172.20.2.0 /24 however I doubt myself as Im still learning it all.

  3. Stephen
    May 17th, 2011

    There is another typo in Q4. 72.20.2.0 (answer C) I think should be 172.2.2.0

  4. Sporty
    May 22nd, 2011

    Question 10 was on the ICND 2 exam yesterday.

  5. Walter
    June 1st, 2011

    SPORTY did you took 640-816 OR the CCNA exam?

  6. Sporty
    June 4th, 2011

    Walter, I took the 640-816 exam.

  7. PolakZor
    June 8th, 2011

    Question 4, C option should be 172.20.20.0/24

  8. NiggaPlz
    June 9th, 2011

    Question 4:
    I believe the Advertised Distance (AD) 205122000 should be 20512200. Otherwise it is greater/larger than the Feasible Distance (FD) 20514560, thus excluding it as a feasible successor.

  9. Josepino
    June 11th, 2011

    I need deeper explanations in Q3 and Q4.anyone.huhu

  10. phalex
    June 15th, 2011

    @stephen

    your totally right man its a typo… what is even more confusing to me is that when i linked to the example on the other site… the first route in that one has 2 successors yet neither of them is one of the answers… :-/

  11. 9tut
    June 16th, 2011

    @stephen, @phalex: Yes, it is a typo. Thanks for your detection, I updated it.

  12. ICDN Newbie
    June 18th, 2011

    Hi Guys, great site, quick question regarding Q9, if the successor route is in active status, would the router not follow answer b and forward on the packet? and then if the successor route fails, then follow answer c?

  13. Mr Guy
    June 18th, 2011

    On Q 3 + 4 the output mentions 172.20.20.0 and the answers refer to 172.20.2.0 I think either the output or the answers are still incorrect or am I missing something?

    Thanks

  14. Junaid Zaman Malik
    June 20th, 2011

    Mr. Guy , Ur right .. its either one of the two !

  15. whizkid
    July 7th, 2011

    @ICDN Newbie In this particular scenario, there is no backup path (feasible successor) to forward data on and the successor is in the active state–thus there are no routes available. I think what’s throwing you off is that “active” here means the path is being calculated and unusable.

  16. ICND Newbie
    July 8th, 2011

    Thanks whizkid, it was the active status that was throwing me off.

  17. JAR
    July 12th, 2011

    Q4. how can C. 172.20.2.0 /24 be a feasible successors when the IP does not even exist? the question doesnt make sense..

  18. xallax
    July 12th, 2011

    yep, typo. should’ve been 172.20.20.0

  19. anonymous
    July 23rd, 2011

    i know what is eigrp and how it works.But i dont understand on what basis the answers are chosen.Can anyone hlep me to understand which part of the output is considered to add the routes in the RT(routing table).

  20. anonymous
    July 23rd, 2011

    I am mentioning Q3 and Q4

  21. JCMAN
    July 23rd, 2011

    check out the EIGRP examples in this module…it explains it perfectly…http://www.digitaltut.com/route-eigrp-simlet

  22. Fai’s student
    July 27th, 2011

    Thanks guys! I was trying to figure how they were getting the 172.20.2.0

  23. jharry
    August 7th, 2011

    re:q4, i thoght that the conditions for a FS is that the RD or AD has to be less than the FD, yet all the answers A,C,F have the FD as equal to the RD. Any ideas?

  24. SharafB
    August 26th, 2011

    To meet the Feasibility condition, an alternative route’s RD has to be less than OR equal to the FD…

  25. aadvark
    August 31st, 2011

    The feasibility condition is a sufficient condition for loop freedom in EIGRP-routed network. It is used to select the successors and feasible successors that are guaranteed to be on a loop-free route to a destination. Its simplified formulation is strikingly simple:

    If, for a destination, a neighbor router advertises a distance that is STRICTLY lower than our feasible distance, then this neighbor lies on a loop-free route to this destination.

    From Wikipedia, the free encyclopedia

  26. ron
    September 7th, 2011

    can somebody plz explain question 8? thanks much!!

  27. xallax
    September 7th, 2011

    @ron
    A. network 172.26.168.128 area 478
    B. network 172.26.0.0
    C. network 172.26.168.0 area 478
    D. network 172.26.168.128 0.0.0.127

    A. ospf uses “area”. wrong answer
    B. eigrp is a mixture of rip and ospf: very easy to configure and very good at routing. this command enables routing for the entire class B network of 172.26.0.0/16 which includes the 2 networks that have to be advertised. correct.
    C. yet again… ospf uses “area”. wrong
    D. yes, eigrp can use wildcards (ospf feature), but this wildcard would advertise only subnetwork 172.26.168.128/26 which is part of 172.26.168.128/25. this would not advertise the 172.26.169.0/26 network

    answer: C

  28. Steven
    September 9th, 2011

    @9tut – Q4 has the typo in the topology. You could fix that or change the answer in C back to 172.20.20.0/24

  29. Pourhasan
    October 3rd, 2011

    about Q4: should’ve been 172.20.20.0
    You can find correct version of this Question at:
    http://ccnp-bsci.blogspot.com/
    Question 1

  30. 9tut
    October 3rd, 2011

    @Pourhasan & Steven: Thanks for your detection. I updated it!

  31. rr64519
    October 11th, 2011

    can anyone expain question 4 and question 9 to me. i dont understand them at all.

  32. lalu
    October 24th, 2011

    Don’t let Question 3 and 4 confuse you, the feasibility rule is that the AD of the feasible successor must be LESS THAN the FD of the successor.
    Look at:
    http://www.digitaltut.com/route-eigrp-simlet

  33. kR15T0
    November 4th, 2011

    Regarding question 4, page 394 of CCNA ICND2 Official Exam Certification Guide 2nd edition by Wendell Odom states “[...] feasibility condition, in which an alternative route’s RD is less than or equal to the FD [...]“. However, on page “Introduction to EIGRP” http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f07.shtml#feasible “the neighbors that have an advertised metric less than the current routing table metric are considered feasible successors”. Does anyone know the correct answer?

  34. kR15T0
    November 4th, 2011

    Page 394 – paragraph before example 10-4 – end of 2nd line – text “…alternative route’s RD is less than or equal to…” – delete “or equal to”. So the definitive answer is RD has to be LESS THAN FD, which means Question 4 is wrong having no possible answers.

  35. Anonymous
    November 10th, 2011

    The Cisco documentation on EIGRP states that the reported distance (RD) of the neighbor has to be strictly LESS than the current feasible distance, in order for it to qualify for the role of feasible successor.
    (Source: http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094cb7.shtml#loopfree)

    Furthermore, if you check their example here, you can clearly see that an RD which is EQUAL to the feasible distance is disregarded and the neighbor is not installed into the topology database as a feasible successor.

    Hence, at Q4 none of the answers qualify as suitable for the feasible successor role because each backup route from the topology database has an RD EQUAL to the feasible distance of the successor for that route.

  36. bandit
    November 16th, 2011

    For rr64519 – route status passive=”stable route” active=”recalculating route”

  37. jharry
    December 13th, 2011

    re: Q4, the neighbours RD to the same subnet must LESS THAN the best calculated metric FD for that same subnet, hence i don’t think any of the answers qualify as being the correct ones.

  38. Sarpich
    December 17th, 2011

    Q4 on the exam.

  39. barry
    December 25th, 2011

    @Sarpich, you can’t have ‘ show ip eigrp topology all-links’ command questions on the ICND2 exam. EIGRP on switches is the part of CCNP track — unless the question was just one of those trial questions

  40. Bernie
    January 24th, 2012

    Question 10.
    Why does a certain well known IT certification material provider picks option C as the correct answer?
    One would think fewer hops would be the best route.

  41. WKC
    January 28th, 2012

    Passed ICND2 today with 944!! I had question #6 on my test

  42. TheCryptKeeper
    January 28th, 2012

    Hi WKC i left you a comment on OSPF1-congratulations btw

  43. creationman
    February 20th, 2012

    @Bernie U are right i saw the same question 10 they choose answer C xallas could pls u help us out? but wht am thinking again is that the question is saying the company is using EIGRP routing protocols and the other question does not specified any routing protocols maybe that was the reason I guess so? Xallas pls help us out

  44. Rick
    February 21st, 2012

    Hi all. Do you have questions on the exam to do the math to work out metrics? I’m struggling with the maths tbh :/

  45. Rick
    February 21st, 2012

    Sorry to be a pain but i’m also confused by this which is in Odoms book on pg 385: http://i.imgur.com/Oogaw.png

    Why is the route through C chosen once the bw is set to 64. The Route straight to A from B still has the lowest metric (without going into the deep maths) 64 compared to 1544+1544 = 3088 ?

    Thanks.

Add a Comment