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 9 63
  1. Mitre1172
    December 2nd, 2010

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

    router#show ip eigrp topology 10.0.0.5 255.255.255.255
    — output omitted—
    1 successor(s) , FD is 41152000
    ————————————————————————–
    Router A.
    10.1.0.1 (serial0), from 10.1.0.1
    composite metric is 46152000/41640000

    Router B.
    10.0.0.2 (serial0.1), from 10.0.0.2
    composite metric is 53973240/120256

    Router C.
    10.1.0.3 (serial0), from 10.1.0.3
    composite metric is 46866176/46354176

    Router D.
    10.1.1.1 (serial0.1), from 10.1.1.1
    composite metric is 46670776/46251776

    TestInside says the answer is C. Why?

  2. Arczi3891
    December 2nd, 2010

    I think the answer is B.
    RD should be lower then FD.

  3. Vikas
    December 7th, 2010

    Answer should be B only as stated by Arczi3891.

    Feasible successor is determined on the basis of comparison of Advertised distance with Feasible distance of successor.

    Composite metric = (FD/AD)

    One with least FD becomes the Successor. So the lowest FD(46152000) route became successor.

    For feasible successor AD should be lower than FD of successor.
    Router B only has lower AD (120256) than FD (46152000) of successor.

    Here AD is advertised distance not administrative distance.

    You can refer below link for clarification:
    http://www.techexams.net/forums/ccna-ccent/42562-successor-feasible-successor-eigrp.html

  4. DeeptiPataskar
    December 10th, 2010

    This series has helped me a lot… Thanking You`ll

  5. DMAN
    December 13th, 2010

    The following questions are in reference to the different states of EIGRP that can be found in the “Show ip eigrp topology” output.

    A – Passive routes are in the process of being calculated by DUAL

    Passive: Indicates that no EIGRP calculations are being performed for this destination.

    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

    Query: Indicates that a query packet was sent to this destination.

    There is also active.

    Active: Indicates that EIGRP calculations are being performed for this destination.

  6. zulfiqar
    December 23rd, 2010

    Cisco Certified Network Associate CCNA
    Pass4sure 640-802 Exam
    Questions and Answers: 430 Q & A
    Updated: Dec 21, 2010

    pleas mail me zulfiqarsoomro@yahoo.com
    this update version of p4s

  7. JOHN
    December 24th, 2010

    Please help me with this question.

    Which statment about RIPng is true?

    A: RIPng uses broadcast to exchange routes.

    B: RIPng is enabled on each interface separately.

    C: There can be only one RIPng process per router.

    D: RIPng allows for route up to 30 hops.

    In pass4sure B is the correct answer, but I don’t get it. I think the answer is A can anyone help me with this qustion?
    If I am wrong then whats the reason?

  8. Rahul
    December 25th, 2010

    @John

    As u know RIPng is a ipv6 protocol and in ipv6 there is not broadcast only multicast and for enabling RIPng at particular interface u need to go at that interface to enable it ….kust like ipv4 in which the route u advertise only that interface will get enabled

  9. CertMaster
    December 26th, 2010

    I am I mistaken or were there more questions available under the EIGRP section a couple of days ago? It seems like there were closer to ten questions.

  10. RAM
    January 7th, 2011

    Can anyone send me the lastest dumps.. which is vaild..?? am going to take the exam on 12th Jan.. pls help me…

  11. Asif
    January 8th, 2011

    Given the output from the show ip eigrp topology command. which router is the feasible successor?
    how can i know it?

    thanks

  12. sasi
    January 9th, 2011

    Can anyone send me the lastest dumps.. which is vaild..?? am going to take the exam on this month.. pls help me…

  13. madhu
    January 19th, 2011

    this site is very useful…..i just want to make clear if tis ccna course is gud for girls

  14. Ahmed Helmy
    January 21st, 2011

    sasi this dump is valid 100% just follow the link and download it : ) best of luck,,
    http://www.4shared.com/file/O2yJIKud/TIS_640-802_v2124_436Q.html

  15. zulfiqar ali
    January 22nd, 2011

    thanx

    9tut and ACME
    i pass today ccna 936
    labs
    VTP , ACL, Eigrp

    zulfiqarsoomro@yahoo.com

  16. deepak sharma
    January 24th, 2011

    Yes,John I think you r right.RIPng is a routing protocol like RIP.it works with IPV-6.

  17. deepak sharma
    January 24th, 2011

    Send mail on deepak.cisco@rediffmail.com for ccna topics.i’ll try to solve it……thanks

  18. maverick
    January 24th, 2011

    thanks a lot …
    dis material is helpin me a lot

  19. Anonymous
    January 27th, 2011

    hi
    i am going to write my exam on 10 feb and one advice me and help me for some questions

  20. sure
    January 31st, 2011

    pls help me to do exam i am still having issue eigrp,ospf routing command

  21. Mir@ Guwahati
    February 9th, 2011

    Aalhamdulillah,

    Hi Everyone,

    I M Just here to say thank u so much to 9tut and all who post there valuable comment on this website.
    I took mah Exm on 4th Feb’11 and I hv pass d Exm with scoring 923.

    All d best to u all who is gonna be appeare dr exm.

  22. chris
    February 10th, 2011

    Couldn’t open the vce ccna dumps i downloaded with the vce softwares i have. Someone pls help me cos my exam is on the 18thFeb 2011.THANKS.

  23. Mohammad Idrees
    February 13th, 2011

    Hi Friends
    Has any1 done the CCNA exam since yesterday… Please give latest updates… Which labs came on the exam… Thanks in advance
    i will take CCNA exam next week.. can anyone send me the latest dumps..pls

    Email: Idrees233@yahoo.com

  24. Anonymous
    February 28th, 2011

    Dear All

    Can you share which simulations are still valid for CCNA-640-802

    Please send me full details.

    Best Regards

  25. CCNA-640-802
    February 28th, 2011

    Dear All

    Can you share which simulations are still valid for CCNA-640-802

    Please send me full details.

    Best Regards

  26. Hi All
    March 3rd, 2011

    i will be taking the CCNA 640-802 next week friday.

    please can any help me with Q/A i wil be so happy

    thanks

  27. Faizan Ahmad
    March 4th, 2011

    Hi, Friends
    could u tell me about the latest valid simulation
    i’am going to take my exam on 26th march plz

  28. 640-802
    March 7th, 2011

    All of these sims are still valid.

    goodluck on your test

  29. regarding the first command
    March 8th, 2011

    It’s a bug in testinside also in actualtest.com — the correct answer is B

    AD of F. successor < FD of the successor

  30. PRT
    March 14th, 2011

    display some more question ………..

  31. binz
    March 16th, 2011

    thankzz

  32. binz
    March 16th, 2011

    please display 100% orginal labs and dumps

  33. binz
    March 16th, 2011
  34. Ard
    March 17th, 2011

    J

  35. Ahmed Mushtaq
    March 19th, 2011

    Thanks to 9tut that support a lot finding solution of EIGRP questions…

  36. sello
    March 21st, 2011

    Please,Dear all ONE love.i have written my CCNA and passed thanks to 9tut team.i want to write juniper exam ‘JNO 101′,can anyone help me with the link download latest dumps on that exam. donsello20@yahoo.com

  37. RatedR
    March 21st, 2011

    Hi everyone

  38. Muhammad Younas
    March 22nd, 2011

    @ Sello…
    Please share you experience…. Which labs were there in your exam… and which dumps you studied

  39. Linda
    March 28th, 2011

    can anyone help me with the link download latest dumps on CCNA 640-802 exam. I am writing in April, please assist, e-mail chakwiziral@dragonsatwork.co.zw

  40. taps
    April 1st, 2011

    test inside is correct fd /ad is the highest ad on ospf pple confuse it wth switching choosing a root bridge
    on ospf = highest ad
    switching vtp lowest priority and mac add
    so c is correct

  41. syeds
    April 6th, 2011

    new update Dump for CCNA 640-802

  42. Ryan N.
    April 6th, 2011

    Hi 9tut, you have been so helpful to all Cisco fanatic…. keep up the good work!

  43. deleted
    April 6th, 2011

    Dear All,

    Iam taking CCNA 640-802 EXAM in next week.

    Please email latest valid CCNA Simulations and dumps. If any body, can guide me about exam.

    Email: netdiscussion@hotmail.com

  44. Anonymous
    April 8th, 2011

    <<XZXQASWÕIHUOUIIKHLF ,XHXK9L FEOPÓ+9+IÇLSHAHLZHLXIHDIEGEYT

  45. Yousef
    April 13th, 2011

    @ deleted: How was it?

  46. natalie
    April 15th, 2011

    am writing the exam April ending can someone help me with latest question and dumps
    Email:nat_anaman@yahoo.com

  47. max
    April 16th, 2011

    hard question.. from acme 356q section ip routing 6 about eigrp of course: question says like this: refer to the exhibit, given the output from the show ip eigrp topology command, which router is feasible successor ? it shows an “show ip eigrp topology 10.0.0.5 255.255.255.255″ command and a series of aswers where reporting different subnets and fd and rd.. such a mess for me.. if somebody understand which one is please explain.. anyway which is generally the feasible successor?

  48. Anonymous
    April 19th, 2011

    one with the Least FD is considered.
    Also see to it tat FD>AD.

  49. Anonymous
    April 21st, 2011

    I have been studying for my CCNA for a year now and am going to take the test in the near future. I just discovered this website and have been going over the material. What are these dumps that everyone is requesting. Can someone send the latest to me so I can view it. FIWTPTT@hotmail.com Thank You!

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