6. IP Routing Essentials Flashcards
How do distance vector protocols work?
By advertising the route to their neighbor from their own perspective
What are the enhancements of EIGRP?
- Faster convergence
- Only updates when a change occurs
- Hellos
What does EIGRP advertises?
- Delay
- Bandwitdh
How do link-state protocol work?
Advertises the link-state and link metric for each of its connected links and directly connected routers
How do path vector protocol work?
Uses path attributes
How does a router identify a path for a packet?
It evaluates the prefix length in the FIB
What are the 3 main components for path selecion?
- Prefix length
- Administrative distance
- Metrics
What prefix is preferred when routing?
The longest prefix (/32 over /30 etc)
What is a recursive static route?
When the next hop ip is added in the command
10.0.0.1 255.0.0.0 9.0.0.1
What is a fully static route?
When the next hop ip and outgoing interface is added in the command
10.0.0.1 255.0.0.0 9.0.0.1 gi 0/1