Home > EIGRP Questions 3

EIGRP Questions 3

September 1st, 2011 in ROUTE 642-902 Go to comments

Here you will find answers to EIGRP Questions – Part 3

Note: If you are not sure about EIGRP, please read my EIGRP tutorial.

Question 1

Refer to the exhibit. ROUTE.com has just implemented this EIGRP network. A network administrator came to you for advice while trying to implement load balancing across part of their EIGRP network.
If the variance value is configured as 2 on all routers and all other metric and K values are configured to their default values, traffic from the Internet to the data center will be load balanced across how many paths?

EIGRP_load_balancing.jpg

A. 1
B. 2
C. 3
D. 4


Answer: C

Explanation

First we should list all the paths from the Internet to the data center:

+ A-B-C-H with a metric of 70 (40 + 15 + 15)
+ A-B-E-H with a metric of 60 (40+10+10)
+ A-D-E-H with a metric of 30 (10+10+10)
+ A-D-E-B-C-H with a metric of 60 (10+10+10+15+15)
+ A-D-E-F-G-H with a metric of 70 (10+10+10+20+20)
+ A-F-G-H with a metric of 60 (20+20+20)
+ A-F-E-H with a metric of 40 (20+10+10)

So the path A-D-E-H will be chosen because it has the best metric. But EIGRP can support unequal cost path load balancing. By configuring the variance value of 2, the minimum metric is increased to 60 (30 * 2) and all the routes that have a metric of less than or equal to 60 and satisfy the feasibility condition will be used to send traffic.

Besides the main path A-D-E-H we have 4 more paths that have the metric of less than or equal to 60 (we also include the Advertised Distances of these routes for later comparison):

+ A-B-E-H with an AD of 20
+ A-D-E-B-C-H with an AD of 50
+ A-F-G-H with an AD of 40
+ A-F-E-H with an AD of 20

Now the last thing we need to consider is the feasible condition. The feasible condition states:

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

The FD of the current successor route here is 30 (notice that the variance number is not calculated here). Therefore there are only 2 paths that can satisfy this conditions: the path A-B-E-H & A-F-E-H.

In conclusion, traffic from the Internet to the data center will be load balanced across 3 paths, including the main path (successor path) -> C is correct.

Question 2

Which condition must be satisfied before an EIGRP neighbor can be considered a feasible successor?

A. The neighbor’s advertised distance must be less than or equal to the feasible distance of the current successor.
B. The neighbor’s advertised distance must be less than the feasible distance of the current successor.
C. The neighbor’s advertised distance must be greater than the feasible distance of the current successor.
D. The neighbor’s advertised distance must be equal to the feasible distance of the current successor.
E. The neighbor’s advertised distance must be greater than or equal to the feasible distance of the current successor.


Answer: B

Explanation

As explained in question 1, this is called the feasible condition.

Question 3

Which statement about a non-zero value for the load metric (k2) for EIGRP is true?

A. A change in the load on an interface will cause EIGRP to recalculate the routing metrics and send a corresponding update out to each of its neighbors.
B. EIGRP calculates interface load as a 5-minute exponentially weighted average that is updated every 5 minutes.
C. EIGRP considers the load of an interface only when sending an update for some other reason.
D. A change in the load on an interface will cause EIGRP to recalculate and update the administrative distance for all routes learned on that interface.


Answer: C

Explanation

The load metric (k2) represents the worst load on a link between source and destination.

EIGRP routing updates are triggered only by a change in network topology (like links, interfaces go up/down, router added/removed), and not by change in interface load or reliability -> A & D are not correct.

The load is a five minute exponentially weighted average that is updated every five seconds (not five minutes) -> B is not correct.

EIGRP considers the load of an interface only when sending an update for some other reason (like a link failure) -> C is correct.

Note: To learn how to calculate EIGRP metric, please read my EIGRP tutorial – Part 3.

Question 4

Your network consists of a large hub-and-spoke Frame Relay network with a CIR of 56 kb/s for each spoke.
Which statement about the selection of a dynamic protocol is true?

A. EIGRP would be appropriate if LMI type ANSI is NOT used.
B. EIGRP would be appropriate, because the Frame Relay spokes could be segmented into their own areas.
C. EIGRP would be appropriate, because by default, queries are not propagated across the slow speed Frame Relay links.
D. EIGRP would be appropriate, because you can manage how much bandwidth is consumed over the Frame Relay interface.


Answer: D

Explanation

By default, EIGRP will limit itself to using no more than 50% of the interface bandwidth. The primary benefit of controlling EIGRP’s bandwidth usage is to avoid losing EIGRP packets, which could occur when EIGRP generates data faster than the interface line can absorb it. This is of particular benefit on Frame Relay networks, where the access interface bandwidth and the PVC capacity may be very different.

For example, in our Frame Relay topology a Hub is connected with 4 Spoke routers. The main Frame Relay interface on Hub router is 512Kpbs which is not enough to use for 6 links of 128 Kbps ( = 768 Kbps).

EIGRP_Frame_Relay_CIR.jpg

The solution here is we can use 512 / 6 = 85 Kbps on each subinterface of Hub by using “bandwidth 85″ command. For example:

Hub(config)#interface Serial0/0.1 point-to-point
Hub(config-subif)#bandwidth 85

Also on Spoke routers we need to set this value. For example on Spoke1:

Spoke1(config)#interface Serial0/1.0 point-to-point
Spoke1(config-subif)#bandwidth 85

Notice that by default, EIGRP limits itself to use no more than 50% of the configured interface bandwidth. In this case EIGRP will not use more than 42.5 Kbps (50% of 85 Kbps).

(For more information about implementing EIGRP over Frame Relay, please read http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094063.shtml)

Question 5

When an EIGRP topology change is detected, what is the correct order of events when there is a FS?

A.
The neighbor adjacency is deleted.
The feasible route is used.
DUAL is notified.
Remove all topology entries learned from that neighbor.

B.
DUAL is notified.
Remove all topology entries learned from that neighbor.
The neighbor adjacency is deleted.
Routes enter the Active state and the feasible route is used.

C.
The neighbor adjacency is deleted.
Routes enter the Active state and the feasible route is used.
DUAL is notified.
Remove all topology entries learned from that neighbor.

D.
DUAL is notified.
The neighbor adjacency is deleted.
Remove all topology entries learned from that neighbor.
The feasible route is used.


Answer: D

Question 6

Refer to the exhibit. You want to use all the routes in the EIGRP topology for IP load balancing.

EIGRP_show_ip_eigrp_topology.jpg

Which two EIGRP subcommands would you use to accomplish this goal? (Choose two)

A. traffic-share balanced
B. distance
C. maximum-paths
D. default-network
E. variance


Answer: C E

Explanation

Notice that the “maximum-paths” command is used to share traffic to equal cost path while the “variance” command can share traffic to unequal cost path.

In the output above we learn that EIGRP is using 2 successors to send traffic. By using the “variance 2″ command we can share traffic to other feasible successor routes. But by default, EIGRP only shares traffic to 4 paths. So we need to use the “maximum-paths 6″ to make sure all of these routes are used.

Question 7

Refer to the exhibit. R1 accesses the Internet using E0/0. You have been asked to configure R1 so that a default route is generated to its downstream devices (191.0.0.1 and 192.0.0.1). Which commands would create this configuration?

EIGRP_default_route.jpg

A.
router eigrp 190
redistribute static
!
ip route 0.0.0.0 0.0.0.0 Null0

B. ip default-network 20.0.0.0

C.
router eigrp 190
redistribute static
!
ip route 0.0.0.0 255.255.255.255 Null0

D. ip default-network 20.20.20.0


Answer: A

Question 8

Which command will display EIGRP packets sent and received, as well as statistics on hello packets, updates, queries, replies, and acknowledgments?

A. debug eigrp packets
B. show ip eigrp traffic
C. debug ip eigrp
D. show ip eigrp interfaces


Answer: B

Explanation

Below is the output of the “show ip eigrp traffic” command:

EIGRP_show_ip_eigrp_traffic.jpg

Question 9

Which three statements are true about EIGRP operation? (Choose three)

A. When summarization is configured, the router will also create a route to null 0.
B. The summary route remains in the route table, even if there are no more specific routes to the network.
C. Summarization is configured on a per-interface level.
D. The maximum metric for the specific routes is used as the metric for the summary route.
E. Automatic summarization across major network boundaries is enabled by default.


Answer: A C E

Question 10

Which two statements about the EIGRP DUAL process are correct? (Choose two)

A. An EIGRP route will go active if there are no successors or feasible successors in the EIGRP topology table.
B. An EIGRP route will go passive if there are no successors in the EIGRP topology table.
C. DUAL will trigger an EIGRP query process while placing the flapping routes in the holddown state.
D. A feasible successor in the EIGRP topology table can become the successor only after all the query requests have been replied to.
E. The stuck in active state is caused when the wait for the query replies have timed out.
F. EIGRP queries are sent during the loading state in the EIGRP neighbor establishment process.


Answer: A E

Question 11

What are three key concepts that apply when configuring the EIGRP stub routing feature in a hub and spoke network? (Choose three)

A. A hub router prevents routes from being advertised to the remote router.
B. Only remote routers are configured as stubs.
C. Stub routers are not queried for routes.
D. Spoke routers connected to hub routers answer the route queries for the stub router.
E. A stub router should have only EIGRP hub routers as neighbors.
F. EIGRP stub routing should be used on hub routers only.


Answer: B C E

Comments
Comment pages
1 2 285
  1. 220volt
    January 26th, 2013

    People, question 1 is much simpler than you think. Not sure where the argument is. Answer is C FOR SURE! Here’s how:

    1. Routers B and F are feasible successors for sure.
    2. Router C and G WILL NEVER be feasible successors, so you can immediately forget about ANY paths via those two. EGRP will never load balance across those two.
    3. Which leaves ONLY 3 possible paths: A-D-E-H, A-B-E-H and A-F-E-H

    Done. Answer is C (3 paths) for sure.

  2. zulqadar
    January 28th, 2013

    i am confused with Question 7 ………. the answer is showing that A is correct but why we have used Null0…….null0 mean if there is no matching route in routing table it will discard the packet…..

    and we can see there is no bgp route as per routing table so how internet packet will reach at Internet router.

    Please help me thanks

  3. Q1 and Q7
    January 29th, 2013

    Q1:
    The answer is C. The phrase in the question “from the Internet to the DataCenter” is a clue that we are being asked to load-balance on router A, for traffic destined to DataCenter.

    So AD’s are computed from the DataCenter, and are being checked to meet the feasibility condition at router A. Hope that helps.

    Q7:
    The answer is A.
    B, D -> wrong because the default-network will NOT be advertised to other EIGRP neighbors unless:
    (1) is EIGRP-derived (is not, because is “C”, or is directly connected),
    (2) need a “network 20.0.0.0″ in EIGRP network configuration(not enough info is given to verify that this is met.)

    So the only plausible answer is A, because we generated a static default route and is being redistributed into EIGRP.

    And even if the static default-route is configured with a null exit interface, what matters is that the downstream devices will install a default-route pointing to R1. As to how R1 accesses the internet via E0/0, is unclear. (no “*’ or “Gateway of last resort” indicators on the provided routing table.) We just have to go by the phrase in the question that says that R1 accesses the internet using E0/0.

  4. GNS
    February 5th, 2013

    Q1,Q2 and Q3 were on my exam today.

  5. Mayumi
    February 8th, 2013

    Just open an account at mokryboonees and fund your account or attach credit card with your account. After that you will be able to send the amount to other email addresses.Moneybookers account email ID You’ll get the download link mostly within 2-3 hours after transfer via mokryboonees…

  6. Manu
    February 28th, 2013

    Hi all,

    Which show command will display the two values used in the calculation of
    the EIGRP metric?
    A. show protocol
    B. show ip eigrp interface
    C. show interface
    D. show ip eigrp neighbor

    I think answer C is the correct but I found some tests that says answer B. Please help, I’ll take the exam next thursday.

  7. Arpit
    March 4th, 2013

    Answer of Q7 will be B. can any one explain, how Answer A is Correct??

  8. New_Student
    March 15th, 2013

    @Manu,

    C is correct. B is wrong. Type the command at a router (using eigrp) prompt, you will see.

  9. rakesh
    March 19th, 2013

    @ manu:
    HQ#show interfaces
    FastEthernet0/0 is administratively down, line protocol is down
    Hardware is AmdFE, address is c801.0890.0000 (bia c801.0890.0000)
    MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
    reliability 255/255, txload 1/255, rxload 1/255

  10. rakesh
    March 19th, 2013

    @ Arpit: i think router eigprp, network 20.0.0.0 command needs to be added along with ip default network. so b is incorrect.

  11. Rickinyorkshire
    March 21st, 2013

    Rickwinner#sh ip eigrp interfaces
    IP-EIGRP interfaces for process 1

    Xmit Queue Mean Pacing Time Multicast Pending
    Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
    Fa0/0 1 0/0 2 0/1 50 0

    As you can see, B would be incorrect as this doesn’t show the BW or Delay.

  12. Rickinyorkshire
    March 21st, 2013

    Hmm my previous post hasn’t submitted with the correct formatting so it’s hard to read.

    Please check this to see what it’s supposed to show: http://i.imgur.com/zOnXdMF.png

  13. Pedro
    March 21st, 2013

    Q7
    Another poorly written question.
    You could answer A, B or D depending on your assumptions.

    A may be right provided that:
    - a default-metric for routes to be redistributed into EIGRP is configured
    Also what if several static routes exist on R1? Do we really want to redistribute them all with that almighty “redistribute static”?

    D may be right provided that:
    - the prefix 20.20.20/24 is by other means redistributed into EIGRP

    B may also be right provided that:
    - the prefix 20.20.20.0/24 is by other means configured to be redistributed into EIGRP
    - AND some route summarization is configured on downlinks in order to summarize 20.20.20.0/24 into 20.0.0.0/8

  14. Roman
    March 22nd, 2013

    Q1

    RA is balancing among 3 paths for sure. But lets say packet got on RB as a next hop. From RB perspective it can load balance packets destined to DataCenter between two paths: BCH and BEH (BEH is successor, BCH is FS, variance is 2 on RB)

    This is totalling to 4 possible paths between RA and RH:

    ABEH
    ABCH
    ADEH
    AFEH

    Please correct me if Im wrong

    Thanks!

  15. Roman
    March 22nd, 2013

    Disregard, its been already discussed….

  16. yes
    April 10th, 2013

    Which show command will display the two values used in the calculation of
    the EIGRP metric?
    A. show protocol
    B. show ip eigrp interface
    C. show interface
    D. show ip eigrp neighbor

    which is correct b or c…any body can explain…i have to write the exam next week..

  17. Abdulrahman Keilani
    April 11th, 2013

    Does the TAB or ” ? ” work in the exam ?
    thanks guys

  18. John Peter
    May 9th, 2013

    Thanks for More informative Q.. ANs..

  19. Stanley Jason
    May 9th, 2013

    Thanks for sharing, this is a fantastic article.Much thanks again. Fantastic.

    http://www.isolcertificationtraining.com/cisco-training/

  20. Silviu
    May 10th, 2013

    Questions 5, 6 and 10 were in my exam today

Comment pages
1 2 285
  1. No trackbacks yet.
Add a Comment