• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/64

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

64 Cards in this Set

  • Front
  • Back

EIGRP was initially released in

1992 as a proprietary protocol.

EIGRP includes features of both

link-state and distance vector routing protocols.

EIGRP is still based on the key

distance vector routing protocol principle.

The key distance vector routing protocol principle

information about the rest of the network is learned from directly connected neighbors.

Diffusing Update Algorithm (DUAL)

DUAL guarantees loop-free and backup paths throughout the routing domain.

Using DUAL, EIGRP stores all available backup routes for destinations so that it can

quickly adapt to alternate routes when necessary.

Partial Updates

the update only includes information about the route changes.

Bounded Updates

the propagation of partial updates that are sent only to those routers that the changes affect.

EIGRP Supports:

equal cost load balancing


unequal cost load balancing



EIGRP has the capability for routing several different protocols using

protocol-dependent modules (PDMs).

PDMs are responsible for 1:

Maintaining the neighbor and topology tables.



PDMs are responsible for 2:

Building and translating protocol-specific packets for DUAL

PDMs are responsible for 3:

Interfacing DUAL to the protocol-specific routing table

PDMs are responsible for 4:

Computing the metric and passing this information to DUAL

PDMs are responsible for 5:

Implementing filtering and access lists

PDMs are responsible for 6:

Performing redistribution functions to and from other routing protocols

PDMs are responsible for 7:

Redistributing routes that are learned by other routing protocols

When a router discovers a new neighbor, it records the neighbor’s

address and interface as an entry in the neighbor table.

EIGRP also maintains a topology table. The topology table contains all destinations that are

advertised by neighboring routers.

There is also a separate topology table for each

PDM.

The Reliable Transport Protocol (RTP) is unique to EIGRP and provides delivery of

EIGRP packets to neighbors.

RTP includes both:

reliable delivery


unreliable delivery

Reliable RTP requires an

acknowledgment.

An unreliable RTP packet does not require an

acknowledgment.

RTP can send EIGRP packets as

as unicast or multicast.

Multicast EIGRP packets for IPv4 use the reserved IPv4 multicast address

224.0.0.10.

Multicast EIGRP packets for IPv6 are sent to the reserved IPv6 multicast sent to the reserved IPv6 multicast address

FF02::A.

Authentication does not encrypt theEIGRP

routing updates.

EIGRP Packet Types:

Hello packets


Update packets


Acknowledgment packets


Query packets


Reply packets





Hello packets

Used for neighbor discovery


maintain neighbor adjacencies


sent as multicast packets every five seconds.


Unreliable, multicast.





Update packets

Propagates routing information


sent as a multicast or unicast


Reliable, multi/unicast



Acknowledgment packets

acknowledge the receipt of an EIGRP message.


Unreliable, unicast.



Query packets

Used to query routes from neighbors.


Reliable, multi/unicast.

Reply packets

Sent in response to an EIGRP query.


Reliable, unicast.

EIGRP uses a Hold timer to determine the maximum time the router should wait to

receive the next Hello before declaring that neighbor as unreachable.

By default, the hold time is three times the Hello interval,

or 15 seconds.

If the hold time expires, EIGRP declares the route as

down.

The autonomous system number used for EIGRP configuration is only significant to the

EIGRP routing domain

The autonomous system number functions as a process ID to help routers keep track of multiple, running

instances of EIGRP.

The EIGRP router ID is used to uniquely identify each router in the

the EIGRP routing domain.

Determining the router-ID:

Router-id > loopback > Highest IPv4 address

The use of Passive-interfaces:

To suppress unnecessary update traffic


To increase security controls



Show ip eigrp neighbors: H

Lists the neighbors in the order that they were learned.

Show ip eigrp neighbors: Address

IPv4 address of the neighbor.

Show ip eigrp neighbors: Interface

Local interface on which this Hello packet was received.

Show ip eigrp neighbors: Hold

Current hold time.

Show ip eigrp neighbors: Uptime

Amount of time since this neighbor was added to the neighbor table.

Routing Update Sequence:

R1: Hello


R2: Update


R2: Hello


R1: Ack


R1: Update


R2: Ack

The metric calculation method (k values) and the EIGRP autonomous system number must match between EIGRP

neighbors.

EIGRP uses the bandwidth and delay as a metric to calculate the

preferred path to a network.

Most serial interfaces use the default bandwidth value of

1544 kb/s.

Modifying the bandwidth value does not change the

actual bandwidth of the link.

The bandwidth command only modifies the

bandwidth metric.

delay is the cumulative (sum) of all interface delays

along the path.

The decision process for all route computations is done by the

DUAL Finite State Machine (FSM).

The DUAL FSM:

tracks all routes


uses EIGRP metrics to select efficient.


loop-free paths.


identifies the routes with the least-cost path to be inserted into the routing table.

A successor is a neighboring router that is used for

packet forwarding

A successor is a neighboring router that is the

least-cost route to the destination network.

The IP address of a successor is shown in a routing table entry right after the word

via.

FD is the lowest calculated metric to reach the

destination network.

DUAL backup paths are known as

Feasible Successors (FSs).

A FS is a neighbor that has a loop-free backup path to the same network as the successor, and it satisfies the

Feasibility Condition.

The FC is met when a neighbor’s Reported Distance (RD) to a network is

less than the local router’s feasible distance.

If there are not any FSs in the topology table, DUAL puts the network into the

active state.