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 5 6 9 63
  1. do need ccna
    September 29th, 2011

    Hi 9tut,
    Would you please delete my comment i placed at September, 19th?
    You can delete this comment, too, then.
    Thank you 9tut

  2. Anonymous
    September 30th, 2011

    Hey can anyone please explain. How you would determine a Passive route for EIGRP in the routing table. Whats the symbol and is there a show command to find the passive route. Also why is P not a passive route. Thank you for helping clear this up for me.
    Regards

  3. moulana
    October 1st, 2011

    pls give me the lastest eigrp dumps

  4. KKK
    October 1st, 2011

    I am going to sit CCNA in coming wednesday. I wish questions what i am on are still valid
    Acme 486 page and MashtiQ&A.

  5. monztor
    October 3rd, 2011

    Hi guys

    Could you explain to me about this question :
    http://i384.photobucket.com/albums/oo282/aditisha/RoutingEIGRP.jpg

    i`m still confuse, for the answer..
    what indicator for that answer..

    thanks anyway

  6. manolo
    October 4th, 2011

    monztor

    I´ll to do my exam tomorrow and had the same doubt as you.

    Look at Question 2 on this page: http://www.9tut.net/icnd2/eigrp-questions

    Luck for us!!

  7. monztor
    October 6th, 2011

    @Manolo
    Thanks for the answer, hope you pass the exam..

  8. mzae
    October 6th, 2011

    Hi, am taking my exams on Monday next week, can anyone please send me the latest dumps on ponyango19@yahoo.com. Any assistance will be highly appreciated.
    Thanks in advance………

  9. Liss
    October 6th, 2011

    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

    The feasible successor route will become the primary route when its advertised distance is higher 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.

    This explanation is not correct

    The feasible successor route will become the primary route when its feasible distance is lower than the feasible distance of the successor route.

    A route become feasible successor when its FD is lower that the AD of the succesor

  10. RamuN
    October 7th, 2011

    Firstly thanks to 9tut for giving the info abt CCNA. Very great work by 9tut. Hats off.
    Secondly I am planning to give CCNA on October 20th. But i am still in preparation of concepts. Anyone who can help me in succeeding the exam.

    Thanks in advance.

  11. JJ
    October 9th, 2011

    All, I am new to this. Can someone send teh lastest dumps. Thanks you are life saver. jan.neto@live.com

  12. Anonymous
    October 11th, 2011

    i am sitting for the exam next week can anyone send me the latest dumps …
    ahamed_nabeel2000@yahoo.com

  13. alan monthe
    October 14th, 2011

    hello guy i am great for all thing that you do for us. please i need the last dumps for ccna, send me please because i do my ccna this month…… montheal@yahoo.fr

  14. Scudge77
    October 17th, 2011

    Hi Guys, any chance anybody could send the latest dumps (ICND2) to… scottzz77@hotmail.com

    cheers!!! :))

  15. King Afridi
    October 17th, 2011

    Dear All

    Send me latest Update of Oct. 2011 i will appear in Start of Nov.
    Send me latest Dump. Please.

    aurangzeb.afridi@yahoo.co.uk

    Regards,

  16. King Afridi
    October 17th, 2011

    About CCNA

  17. mr. Anthony
    October 18th, 2011

    Im taking CCNA 2 V 4.1 Final on Thursday. Could you sent me the latest dumps to taakiperjantai@hotmail.com

    Thanks!

  18. jawad
    October 22nd, 2011

    i will take exam next week please send me latest dumps to jawad-26@hotmail.com

  19. Muzza78
    October 24th, 2011

    Hi, I am taking the exam in the next few weeks. Could someone please send me the latest dumps? muzzaau78@gmail.com Thanks.

  20. Roblightwater
    October 24th, 2011

    Hi Guys Im taking the CCNA main 640-802 exam in November -would anyone please be kind enough to send me the latest dumps? Thank you very much! roblightwater@yahoo.co.uk

  21. cinder951
    October 24th, 2011

    Hello everyone. I find this site extremely helpful. I will be taking the CCNA in 2 weeks. Could someone plz send me the latest dumps? Thank you. cinder951@gmail.com

  22. Nash D
    October 25th, 2011

    @9tut:
    I request you to Please review and explain Q3. I read couple of comments about having it wrong. I also think there is something missing in the explaination.
    Thanks!

  23. 9tut
    October 26th, 2011

    @Nash D: Yes, the explanation is not correct with the word “higher”, I updated it
    “The feasible successor route will become the primary route when its advertised distance is higher than the feasible distance of the successor route”.

    Thanks for your detection!

  24. Imran
    October 26th, 2011

    Can some body send me latest dump of ccna

    chaudaryimran@hotmail.com

  25. BubbaTX
    November 13th, 2011

    Can someone help with understanding this problem. The question was taken from one of the dumps: Please help, I thought it would be dropped.

    Question:
    Refer to the exhibit. A packet with a source IP address of 192.168.2.4 and a destination IP address of 10.1.1.4 arrives at the HokesB router. What action does the router take?

    exhibit:
    HokesB# show ip route
    192.168.2.0/28 is subnetted, 6 subnets
    D 192.168.2.64 [90/20514560] via 1923168.0.6, 01:22:10, Serial0/1
    D 192.168.2.80 [90/20514560] via 192.168.0.6, 01:22:10, Serial0/1
    D 192.168.2.32 [90/20514560] via 192.168.9.2, 01:22:10, Serial0/0
    D 192.168.2.48 [90/20514560] via 192.168.9.2, 01:22:10, Serial0/0
    D 192.168.2.0 [90/30720] via 192.168.1.10, 01:22:10, FastEthernet0/0
    D 192.168.2.6 [90/156160] via 192.168.1.10, 01:22:10, FastEthernet0/0
    192.168.9.0 is subnetted, 1 subnets
    C 192.168.9.0/30 is directly connect, to Serial0/0
    192.168.0.0/30 is subnetted, 1 subnets
    C 192.168.0.4 is directly connect, to Serial0/1
    192.168.1.0 is subnetted, 1 subnets
    C 192.168.1.8 is directly connect, to FastEthernet0/0
    HokesB#

    A. forwards the received packet out the Serial0/0 interface
    B. forwards a packet containing an EIGRP advertisement out the Serial0/1 interface
    C. forwards a packet containing an ICMP message out the FastEthernet0/0 interface
    D. forwards a packet containing an ARP request out the FastEthernet0/1 interface

    Answer: C

  26. xallax
    November 13th, 2011

    @bubbatx
    “…and a destination IP address of 10.1.1.4…”

    i don’t see any entries for 10.0.0.0 or for a subnet that would include 10.1.1.4 in the output provided.
    i don’t see anything regarding the gateway of last resort.
    this packet WILL BE DROPPED.

    now… what happens next is what interests us.
    HokesB has to inform the source of this packet that the destination was unreachable. this is done by using an ICMP message.

    only option C matches our criterion of “ICMP message”.

    also… the packet came from 192.168.2.4 which is part of…
    D 192.168.2.0 [90/30720] via 192.168.1.10, 01:22:10, FastEthernet0/0
    we also know that this subnetwork has a subnet mask of /28 (from the output: 192.168.2.0/28 is subnetted, 6 subnet)
    the packet came from 192.168.2.0/28 which is reachable on Fa0/0.

    to conclude:
    the packet is dropped
    an ICMP message is sent
    the ICMP message leaves via Fa0/0

    Correct answer: C

  27. BubbaTX
    November 14th, 2011

    @xallax
    Thanks a million. I got it. I hadn’t consider the network unreachable message.

  28. Anonymous
    November 17th, 2011

    i’ll be taking exam on dec 2nd week.. wish if someone can send to me latest dump. pls.. thanks.. :(

  29. Anonymous
    November 17th, 2011

    or pls send a link where to download it.. appreciate your help on this.. :)

  30. xallax
    November 17th, 2011

    @anonymous
    try http://www.ciscovce.com

  31. John
    November 17th, 2011

    Can someone please forward the latest CCNA or ICND2 dump to datc1912@yahoo.com. I am taking the test on Monday and would greatly appreciate any assistance. Thank You.

  32. jawad
    November 19th, 2011

    hi one important question

    if we have 3 subnetwork : 10.43.80.32/27 , 10.43.80.64/27 , 10.43.80.128/27 how will configure eigrp

    1===> network 10.43.80.32
    network 10.43.80.64
    network 10.43.80.128
    no auto summary

    or
    2====> network 10.0.0.0
    no auto summary

    plz urgent and thanks in advance

  33. xallax
    November 19th, 2011

    @jawad
    2nd option

  34. sunil
    November 20th, 2011

    we can also give like this
    network 10.43.80.0
    no auto summary

  35. pallavi
    November 24th, 2011

    hello fd plz send me latest dumps ccna. I take the exam after week.
    thanks……………………..

  36. pallavi
    November 24th, 2011
  37. Eng-Support
    November 27th, 2011

    Taking exam next friday

    send me latest dump plz

    hossam.saber4@gmail.com

    thnx in advance

    very useful questions @9tut thnx

  38. Manish
    November 30th, 2011

    hi friends
    taking the exam nxt week any one can provide the latest dump plz
    thx

    manish.joshi0787@gmail.com

  39. scott
    November 30th, 2011

    please send me the latest CCNA dumps.
    scott_smiley@yahoo.com

  40. Cooper
    November 30th, 2011

    I will be taking the exam next week any one to provide me the latest dump please.
    cooperhazunga@yahoo.com

  41. Atul
    December 1st, 2011

    please some body send me latest dump of ccna

    atulraikar@gmail.com

  42. Eng-Support
    December 3rd, 2011

    @CCNA guys plz reply this Q in this picture

    http://img102.herosh.com/2011/12/03/534395738.jpg

    my answer would be from R3 to R1 as EIGRP uses bandwidth, delay, cost, MTU, reliability.

    so why is the answer is D as cost will be higher !!???

    thanks in advance

  43. xallax
    December 4th, 2011

    @eng-support
    take a look at the exhibit, it shows you 2 eigrp routes, both have equal metric values.

    Answer D is correct: R3 would load-balance by sending half the packets to R1 and half to R2

  44. Priya
    December 5th, 2011

    Can Someone please send me the latest dump, i am going to take the exam next week.

    pranay.srivastava23@gmail.com

  45. Eng-Support
    December 6th, 2011

    @xallax thanks it was out of my head :) :)

  46. Anonymous
    December 7th, 2011

    hi i would like to take my exam soon…. may i get any latest dumb? plzzzz. plz send to maha_manmathan82@yahoo.com

  47. wole
    December 9th, 2011

    hey guys please can someone send me the latest dumps got my exams fixed for the end of the month. wolefizzy@live.com. guys this means alot to me.

  48. Rick29
    December 12th, 2011

    I’m taking the exam this thursday anyone have any new info to study

    philroger10@gmail.com

    thanks

  49. fkacmaz
    December 13th, 2011

    Hi All, can someone please send me the latest dumps so that I can study.
    I am planning to get my exam in the Jan, 2012.

    mbufatih@gmail.com

    Cheers!

  50. tohritz
    December 16th, 2011

    @9tut

    I’m still confused with this explanation:

    “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.”

    Perhaps you mean that a route can become a feasible successor if it’s AD is lower than the feasible distance of the successor route? and then it will become a primary route once the successor route goes down.

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