• 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/38

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;

38 Cards in this Set

  • Front
  • Back

What two pieces of information does EIGRP use to make route calculations?

Link bandwidth and delay

Does EIGRP converge quickly or slowly?

Quickly

What is the default Hello interval for EIGRP?

5 sec

What is the default Hold interval for EIGRP?

15 sec

What 2 timers does EIGRP use for maintaining neighbor relationships?

Hello and Hold timers

Does EIGRP require neighbors to have identical Hello and Hold timers?

No

What route advertising tool does EIGRP use to prevent loops?

Split horizon

What address are EIGRP Hello messages sent to?

224.0.0.10

Do EIGRP neighbors need to use the same Autonomous System number?

Yes

What address does EIGRP send update messages to?

The unicast address if only 1 neighbor; otherwise, 224.0.0.10

What type of messages does EIGRP use to send topology information to neighbors?

Update messages

What protocol does EIGRP use for transport-layer updates?

Reliable Transport Protocol (RTP)

When does EIGRP send full updates?

When a neighbor first comes up

What is the formula for EIGRP's metric?

((10^7/least bandwidth) + cumulative delay) * 256

For EIGRP, what is least bandwidth, and what is the unit of measurement?

The bandwidth of the slowest link in a path, in kbps

In EIGRP terms, what is cumulative delay, and what unit is it measured in?

The sum of all delay values on outgoing interfaces, measured in 10's of ms

What command will set the bandwidth of a link?

Bandwidth

What command will set the delay of an interface?

Delay

What is Feasible Distance?

A local router's calculated best route to a subnet

What is Reported Distance?

The next-hop router's best route to a subnet

What is a successor route?

The route with the lowest Feasible Distance

Are Successor Routes added to the routing table?

Yes

What is a Feasible Successor Route?

A route whose Reported Distance is lower than the successor router's Feasible Distance

What does EIGRP use if a successor route fails and no feasible successor exists?

Uses Diffusing Update Algorithm (DUAL)

What command enters EIGRP config mode and sets the Autonomous System Number?

Router eigrp <as-number>

What command explicitly sets the router ID?

Eigrp router-id

What command sets the Hello interval?

Ip hello-interval eigrp

What command will set the hold timer?

Ip hold-time eigrp

What 2 formats can the "network" command take?

"<subnet> <wildcard mask>" or "<subnet>" (assumes classful networking)

What 3 tables does EIGRP use?

The neighbor table, topology table, and routing table

What command will show all interfaces on which EIGRP is enabled?

Show ip eigrp interfaces

How do passive interfaces behave?

They advertise their own subnets but will not form neighbor relationships

What value does EIGRP use to list neighbors?

Interface ID (not router ID)

How does Equal-Cost Load Balancing work?

EIGRP will load-balance across multiple routes with the same metric (up to maximum-paths)

How does Unequal Cost Load Balancing work?

It uses variance to determine which feasible successor routes should count as equal cost for load balancing

What are the possible values for variance?

1-128

How does Unequal Cost Load Balancing determine if a route should be included in load balancing?

The metric of all feasible successors is multiplied by variance and if equal to or lower than the metric of the successor route it is included

What command will log messages for EIGRP packet flow?

Debug eigrp packets