EIGRP-1 Flashcards

1
Q

What is EIGRP?

A
  • (EIGRP) is a distance vector routing protocol which
    uses Diffused Update Algorithm (DUAL) to calculate the shortest path.
  • EIGRP supports:
  • classless routing
  • route summarization
  • incremental updates
  • load balancing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the requirements for neighborship in EIGRP?

A

The following fields in a hello packet must match for routers to become neighbors:

  1. Autonomous System number.
  2. K-values.
  3. Authentication.
  4. Routers must be reachable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the metrics (K-Values) of the EIGRP protocol & its default values?

A

By default, EIGRP only uses Bandwidth (K1) and Delay (K3) to calculate metrics.

  1. Bandwidth (K1=1)
  2. Load (K2=0)
  3. Delay (K3=1)
  4. Reliability (K4=0)
  5. MTU (K5=0)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the different packet types used by EIGRP?

A

EIGRP Neighborhood Packet Types:

  • Hello: Forms Relationship, sends hello messages to Multicast Address 224.0.0.10
  • Update: Sends Updates and exchange routing tables.
  • Query: Asks about routes. EIGRP will send queries if the network goes down.
  • Reply: Response to a query
  • Ack: Acknowledges the update, query, and reply messages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain Unequal Cost Load Balancing in EIGRP.

A

By default, EIGRP will automatically load-balance across equal-metric routes. EIGRP also supports load balancing across routes with an unequal metric.

Router(config)# router eigrp 100
Router(config-router)# variance 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly