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 (100) Comments
Comment pages
1 2 176
  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. 9tut
    October 3rd, 2011

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

  30. rr64519
    October 11th, 2011

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

  31. 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

  32. 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?

  33. 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.

  34. 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.

  35. bandit
    November 16th, 2011

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

  36. 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.

  37. Sarpich
    December 17th, 2011

    Q4 on the exam.

  38. 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

  39. 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.

  40. WKC
    January 28th, 2012

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

  41. TheCryptKeeper
    January 28th, 2012

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

  42. 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

  43. 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 :/

  44. 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.

  45. kevin
    February 28th, 2012

    OK guys this is very confusing. Does the feasible successor have to have a FD less than, equal to or both to the Feasible Distance?

  46. Anonymous
    March 2nd, 2012

    @kevin

    condition for feasible successor route is : RD(reported distance) to a particular route must be LESS THAN( NOT EQUAL TO or GREATER THAN) the FD(feasible distance) to that particular route.

  47. Anonymous
    March 2nd, 2012

    @RICK

    formula for eigrp metric calculation is = ((10^7/least BW) + (cumulative delay)) * 256

    that page says that, router os defaults BW in serial connection = 1544Mbps even if you attach 64Kbps cable or 2Mbps cable. so, for correct metric calculation to be done by eigrp, always configure BW of interface matching to the actual speed of link.

    now, in the above figure, BW is left to default even if the A—B link is using 64Kbps of link. so the metric eigrp calculated by the above formula is

    Least Bw = 1544Kbps, Delay for FE on A = 100 microsec. DElay for Serial link = 20000microsec.

    NOTE: formula uses delay in Tens of microsec. i.e value of delay in formula will be 10 and 2000 for FE and serial respectively

    B—A > ((10^7/1544)+(2000+10))*256 = 2172416
    B–C—A > ((10^7/1544)+(2000+2000+10))*256 = 2684416

    so it will choose B—A path, due to leaving default BW on interface and using less BW in actual.

    in second figure, when BW is corrected on interface to 64Kbps, eigrp calculates correct metrics as :

    B—A > ((10^7/64)+(2000+10))*256 = 40514560
    and B—C—A > 2684416

    so now it will choose high BW route B—C—A i.e correct route to pass packets through.

    HOPE THAT HELPS…

  48. Rick
    March 9th, 2012

    Question 4 how can F. 10.69.0.0/24 be considered a feasible successor? The AD is equal to the FD of the successor 156160 – I thought it had to be less?

    Thanks Anon… i think 😮

  49. Rick
    March 12th, 2012

    In fact, all the answers to Question 4 are wrong if the AD should be less than the FD of the successor.

    The example here is correct though: http://www.digitaltut.com/route-eigrp-simlet

    #confused

  50. BS
    March 13th, 2012

    Just to clarify one more time

    Trust me – the feasibility condition states the RD must be LESS than the FD of the successor route. Set it up in packet tracer – it doesn’t get installed into the topology table if the RD = FD

    Q4 should be changed, or removed.

  51. passed
    March 28th, 2012

    questions 1 & 2 were on my exam..and i also passed. Many thanks guys/gals.

  52. BB
    April 3rd, 2012

    Q3 & 4 Since when does a switch have Routing Tables anyway:

    “Switch1# show ip eigrp topology all-links”

    I hope I don’t see that on the EXAM! And who’s got time to do all these calculations?

    That being said, on #4 B,D,E are eliminated because they are directly connected.

  53. BB
    April 3rd, 2012

    Oops, D & E are eliminated, A should be correct… B is higher cost.

  54. NYCCNA
    April 10th, 2012

    very frustrated by Q3 and Q4, but i think i finally understand it and wanted to help everyone else who is stuck like i was.

    Q4: answer ACF is correct. The reason why option E is not correct is because if you look closely at the command output you will recognize that both routes to 172.20.3.128/128 have an FD that is equal to the current FD(30720), aka these routes are already installed as successors (as shown in Q3) and therefore are no longer eligible as feasible successor.

    hope this helps.

  55. BB
    April 11th, 2012

    Q3-4: I would still like someone to explain how this output came from a switch! What am I missing?

  56. chas
    April 12th, 2012

    Passed with 944. none of these were on my exam.

  57. kratos
    April 13th, 2012

    @9tut
    plz explain q 10
    in CCNA eigrp 2 section u answered to q10 answer d ,here c ?? so which one is correct ?

  58. xallax
    April 13th, 2012

    @kratos
    look at the output given

    “D 192.168.10.64/26 [90/2195456] via 192.168.10.9, 00:03:31, Serial0/0”
    it will reach 192.168.10.64/26 (the subnet were interested on) via 192.168.10.9, which is part of 192.168.10.8/30, which is the subnet between R3 and R1.
    answer is from R3 to R1

  59. jose
    April 15th, 2012

    can any one help me about q10 i think( c) correct

  60. xallax
    April 15th, 2012

    @jose
    look at the routing table. there is only 1 entry for the destination subnet and it is via an interface that has an IP on the subnet that connects R3 to R1.
    D is correct

  61. WSL
    April 22nd, 2012

    Passed ICND2 today with 986/1000 🙂

    none of these were there

  62. Jason
    May 26th, 2012

    Question 4 is completely screwed as none of the answers meet the feasibility condition.

    Please sort it out so no body else gets confused, thanks

  63. Jason
    May 26th, 2012

    With regards to question 10, wouldn’t the decision be made to go from R3 – R1 based on the fact that 192.168.10.8/30 is directly connected via Serial 0/0 and directly connected routes have an administrative distance of 1 therefore making all other routes irrelevant?

  64. Jason
    May 26th, 2012

    Your logic obviously works by the way. I was just wondering if the problem could be looked at from that point of view also.

  65. nehalem
    June 4th, 2012

    @Jason, yes 192.168.10.8/30 is directly connected. What does that have to do with the 192.168.10.192/26 network?

  66. mikemonk
    June 14th, 2012

    Passed today, did not have any of these questions though. I did however, have some from the CCNA EIGRP section, so study that as well.

  67. BRIJESH ROY
    June 16th, 2012

    thanks 9tut you are great pioneer. you comprehend well in your tutorial.
    thanks lots,

  68. Bob
    June 27th, 2012

    Q4 – as it’s written, the only correct answer is E. It’s the only one who’s Advertised Distance is less than the Feasible Distance of the successor.

  69. Kike
    June 28th, 2012

    @Bob I agree.

  70. Alboma
    July 25th, 2012

    Hi Bob! My understanding for Q4 is that it asks which way to the destination includes the feasible successor route. Answer E, 172.20.3.128/25 has two routes that happen to be both successors, as indicated in the topology table. (I take it’s after configuring unequal-cost load balancing.) Therefore no need for a feasible successor route (backup route) for this case.

  71. Alboma
    July 25th, 2012

    But I agree with you that from the way Q4 is showing, NONE has conditions to become feasible successors, as one of each has AD=FD!!!!! I believe that’s the case. As I further look at the Cisco official material, as FD is successor metric, it’s equal to the left number in bracket. That is, that route is the successor route. The one below it should be feasible successor (AD, the metric on the right side of bracket, should be less than FD)

    The above link provided by 9tut, http://www.digitaltut.com/route-eigrp-simlet makes more sense than this Q, as feasible successor AD is indeed lower than FD!!!!!!!!!!!

  72. Alboma
    July 27th, 2012

    A similar question like Q10 today, but of course all IP addresses are different, and one even has two successor routes.

  73. PittsMan
    August 15th, 2012

    Q10 is C not D

  74. Alboma
    August 15th, 2012

    @PittsMan, Q10 is D, because R1 LAN can be learnt only by EIGRP as it’s not directly connected to R3. And there is exact route for it on R3 routing table, via R3 S0/0. As R1 advertises R1 LAN via EIGRP, R1 will route the traffic to its local LAN.

    C is right only when there are two successor routes for R1 LAN, in R3 routing table. It’ll show that R1 LAN can be reached via R3 S0/0 and R3 S0/1.

  75. Klauss
    August 22nd, 2012

    Q4 is correct. Only one path needs to be correct for the answer to be.

  76. Dax
    September 4th, 2012

    Q4 the answer is C,E,F allow me to explain.

    You need to compare the second value not the Feasible Distance of the possible successor route for Feasibility Condition. (FD/Next-Hop-Router Distance) so we need to ensure the Next-hop router distance is less than our existing routes FD.

    172.20.2.0 with FD 30720 has a successor route with (30720/28160) 28160 is less than FD 30720 hence valid successor.
    172.20.3.128 with FD 30720 has a successor route with (30720/28160) 28160 is less than 30720 hence valid successor.
    10.69.0.0 with FD 156150 has a successor route with (156160/128256) 128256 is less than 156160 hence valid successor.

    You do not compare the first value which is the complete FD for the route, you compare the Distance to the next hop router second value against the active routes FD. Read the information around Feasibility Condition it is a very simple rule.

  77. Dax
    September 4th, 2012

    Wish I could remove a comment 🙂

    The only correct answer is E. All the others I listed are the actual Successor link itself 🙂

    2 hrs to go, I shouldn’t be posting comments, should be recapping!

  78. Eugene
    September 7th, 2012

    Question 4 should be removed from the site. Its all mashed up.

  79. MAZIN
    September 9th, 2012

    Passed ICND2 Today

    Q10 with different IP’s so the answer is different too.

  80. Born for CCIE
    September 23rd, 2012

    i think Q10s answer in ecam collection is different

  81. Born for CCIE
    September 23rd, 2012

    i think Q10s answer in exam* collection is different

  82. born2win
    September 24th, 2012

    What is the exact condition for Feasible Successor? some say that condition is FD>RD and some say that the condition is FD=>RD so what exactly is the condition? please explain!

  83. born2win
    September 24th, 2012

    Alo while working in GNS3 I notice that if FD=RD then the feasible successor don’t appear in the #show ip iegrp topology table why is that so??

  84. born2win
    September 24th, 2012

    any one who can help me out please 🙁

  85. guy_p
    September 29th, 2012

    hello! any one can help i’m doing for my icdn2

  86. born2win
    September 29th, 2012

    nobody reply to my questions above:( no problem guys 🙂 today I cleared my ICND 2 with 1000/986. Finally done with my CCNA. Thanks 9TUT 🙂

  87. creative me
    November 11th, 2012

    @ born2win-congrats

    “To qualify as a feasible successor, a router must have an AD less than the FD of the CURRENT successor route“

  88. Noor
    November 13th, 2012

    Please need help
    I’ll take exam tomorrow icnd2 can any body send me lates exam
    On sabih.noora@yahoo

  89. Noor
    November 13th, 2012

    Please answer me

  90. Anonymous
    December 21st, 2012

    Q1: Admin Distance correction:
    + Static route: 1
    + RIPv1 & RIPv2: 120
    + OSPF: 110
    + IGRP: 100 (not 90)
    + EIGRP: 90
    Sources: Odom CCNA ICND2 Official Cert Guide, 3rd Ed, p353; Lammle CCNA Study Guide 7th Ed. p386

  91. Meow
    January 11th, 2013

    Question 4: Doesn’t need to be removed just fixed before it confuses people. My suggestion is reading up how a successor route and a feasible successor works. If you know how it works and how to apply it, then you will be just fine for the test.

  92. Daniel L.
    January 22nd, 2013

    Q.9 on the test

  93. Dazza
    February 6th, 2013

    Q10 today!!

  94. 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 3?

  95. Ronaldo
    February 13th, 2013

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

  96. Xedia
    February 19th, 2013

    1 and 6 were on my test today.

  97. n2forlife
    February 27th, 2013

    Taking the INCD2 on March 4th…
    Thanks for all the great input and this informative site… this site is well worth my donation.
    If anyone has the latest/newest dumps please email them to me @ ( unvmm@yahoo.com).
    Thanks in advance!

  98. Fleshwound
    April 3rd, 2013

    Very Helpful

  99. Paul
    April 9th, 2013

    Has anybody seen this lab in a recent exam?

  100. Turinlee
    April 19th, 2013

    Today I am going to sit for my CCNA.
    I am following this site for last one month.
    Lets see how much it helps in real CCNA exam.
    Once I come back home after my exam, I shall inform you all.

Comment pages
1 2 176