Chap 7 - EIGRP Flashcards
What makes EIGRP different from other Distance Vector protocols?
EIGRP maintains a topology table.
What 4 things does each entry in the topology table contain?
- Network Prefix
- EIGRP neighbors advertising that prefix
- Metrics from each neighbor (Reported Distance, Hop Count)
- Values used in calculating the metric (bandwidth, delay, load, reliability, MTU)
In the Topology Table what state is a route in when it is stable?
Passive
In the Topology Table what state is a route in when it is computing a new path?
Active
What protocol port does EIGRP use?
88
What multicast address does EIGRP use?
224.0.0.10
What are the 5 packet types used by EIGRP when communicating with other routers?
- Hello
- Request
- Update
- Query
- Reply
What is the Hello packet used for?
- Detecting neighbors
- Making sure the neighbor is still up
What is the Request packet used for?
Used to get specific information from one or more neighbors
What is the Update packet used for?
Used to transmit routing and reachability information to other routers
What is the Query packet used for?
Sent to search for another path during convergence
What is the Reply packet used for?
Sent in response to a Query packet
What is EIGRP’s reference bandwidth?
10 Gbps or 107
Which K values default to 1?
K1 and K3
What 4 things do EIGRP Wide Metrics do?
- Accomodates up to 655 Tbps
- Scales by 65,535
- Delay measured in picoseconds
- adds 6th K value
How is the Variance value computed if you want to put feasable successor routes in the RIB?
Feasable Successor metric divided by the Successor Metric and round up
For Unequal cost load balancing how is traffic divided.
Proportionately based on the actual metric
What is the EIGRP Hello timer on T1s or slower links?
Every 60 seconds
What is the Hold timer?
3 times the Hello interval.
What is the command to summarize a route in EIGRP?
Interface command: ip summary-address eigrp <as> <supernet> <mask></mask></supernet></as>
interface s0/1/0
ip summary-address eigrp 4 172.0.0.0 255.0.0.0 5
During EIGRP neighbor establishment what is the purpose of the Pending state?
To defer sending and accepting any EIGRP messages containing routing information between these neighbors until their bidirectional connectivity has been confirmed
During neighbor establishment what do the 2 neighbors do to confirm bidirectional connectivity?
They send each other Null update packets that contain no routing information but that have the Init flag set letting the neighbors know the neighborship is starting from scratch and once bidirectional communication is confirmed they each expect full routing updates.
During neighbor establishment at what point does the neighborship transition from pending to full?
After both routers have their Null Update messages acknowledged.
What are 3 ways the query boundary can be limited?
- summary route
- EIGRP stub feature
- filter routes with distribution lists