Buffl

Day 24 Dynamic Routing

as
von abdullah S.

Main Concepts



  1. Dynamic Routing Definition: Dynamic routing involves configuring a routing protocol on routers that automatically discovers and maintains routes to destination networks, unlike static routing where each route must be manually configured using the ip route command.

  2. Purpose of Dynamic Routing: Dynamic routing protocols allow routers to automatically share routing information, adapt to network topology changes, select optimal paths based on metrics, and provide redundancy through automatic failover to backup routes.

  3. IGP vs EGP Classification: Interior Gateway Protocols (IGPs) are used to share routes within a single autonomous system (organization), while Exterior Gateway Protocols (EGPs) are used to share routes between different autonomous systems.

  4. Algorithm Types: Routing protocols are categorized by their algorithm type—Distance Vector protocols share routing tables with neighbors ("routing by rumor"), Link State protocols build a complete network topology map, and Path Vector protocols (BGP) track the path of autonomous systems.

  5. Metric Purpose: A routing protocol's metric is a numerical value used to determine the best route to a destination when multiple routes exist within the same routing protocol—lower metrics indicate better (preferred) routes.

  6. Administrative Distance Purpose: Administrative Distance (AD) is used to determine route preference when routes to the same destination are learned via different routing protocols or methods—lower AD values indicate more trustworthy route sources.

  7. ECMP Load Balancing: Equal Cost Multi-Path (ECMP) occurs when multiple routes to the same destination have identical metrics, causing all routes to be added to the routing table with traffic load-balanced across them.


Author

abdullah S.

Informationen

Zuletzt geändert