You are on page 1of 6

EIGRP

1. Which three statements are true regarding EIGRP?

A. By default, EIGRP uses the Dijkstra algorithm to determine the best


path to a destination network based on bandwidth and delay.
B. To speed convergence, EIGRP attempts to maintain a
successor and feasible successor path for each destination.
C. EIGRP uses hellos to establish neighbor relationships.
D. By default, EIGRP performs auto-summarization across
classful network boundaries.
E. EIGRP uses an area hierarchy to increase network scalability.

2. What is the advertised distance in EIGRP, and how is it


distinguished from the feasible distance?

The feasible distance is the summation of both advertise distance,

the advertise distance is the cost between the next-hop router and
the

destionation

3. Which EIGRP packets are sent reliably?


There're 3 types of reliably packet that's are:
Update packet
Reply packet
Query Packet

4. Which three of the following statements correctly describe


EIGRP peer relationships?
A. EIGRP will form neighbors if the routers are not adjacent
B. EIGRP will not form neighbors if the metric K-values do not
match.
C. EIGRP will not form neighbors if the router AS numbers do
not match.
D. EIGRP will form neighbors over primary and secondary interface
addressing.
E. EIGRP will form neighbors even though hello and hold timers do not
match on the peering interfaces.
5. Where is the command ip summary-address eigrp autonomous-
system-number address mask configured?

A. At the routing process


B. At the interface
C. After the network command
D. At the EXEC command prompt

6. For what is the variance command used?

If you want balance traffic across multiple routes that have


different metric,which is called unequal-cost load balancing.This
command allows the router to include route with a metric smaller
than the multiplier time the minimun metric route to that
destionation.By the way
By default, the router places only path 2, via C, in the routing table, because it is the least cost path. To
load balance over paths 1 and 2, use a variance of 2, because 20 * 2 = 40, which is greater than the
metric through path 1.

In this example, router E uses router C as the successor because it has the lowest FD (20). With the
variance 2 command applied to router E, the path through router B meets the criteria for load
balancing. In this case, the FD through router B is less than twice the FD for the successor (router C).

Router D is not considered for load balancing with this variance, because the FD through router D is
greater than twice the FD for the successor (router C). In this example, however, router D would never be
a feasible successor no matter what the variance is, because router D’s AD of 25 is greater than router
E’s FD of 20. To avoid a potential routing loop, router D is not considered a feasible successor.
Topology Diagram 1

Requirements:

-Running config-Routing table -Topology table -


Neighbors table

128 Kbps 128 Kbps

Objetives:

• Configure EIGRP on all networks, with no auto


summarization-------

• Configure R1 to advertise the 172.31.0.0/16 as a candidate


default network

• Use manual summarization where needed

• Configure the routing protocol utilization of the BW on the


FastEthernet link to be up to 60%

• R1 have to make load-balancing between its Serial and


FastEthernet links
• Configure EIGRP authentication with two different Keys. The
first Key will be used until December 31 2010 (23:59:59), then
the second Key will be used. (Check the clock on your router)
Topology Diagram 2

Requirements:

-Running config-Frame Relay map -Routing table -


Topology table -Neighbors table

Non-Broadcast Frame Relay

Objetives:

• Configure EIGRP on all networks, with no auto summarization

• Configure the BWs: HQ 128Kbps, EAST & WEST 64Kbps

• Configure frame relay maps (IP-DLCI)

• Change the hello interval and hold time to be twice the default
on serial links

You might also like