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.
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:
- Autonomous System number.
- K-values.
- Authentication.
- Routers must be reachable.
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.
- Bandwidth (K1=1)
- Load (K2=0)
- Delay (K3=1)
- Reliability (K4=0)
- MTU (K5=0)
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
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