15 Routing Protocol Basics
15 Routing Protocol Basics
ROUTING PROTOCOLS
Tools and Topics of Dynamic Routing
Protocols
large networks.
Best routes should directly reflect network performance.
Summarizing several routes as a single route would
reduce overhead.
Visualized
Types of IGPs
Distance Vector
Router knows only distance (hops) and vector (next hop).
Routing Information Protocol (RIP) is the only distance vector
protocol we will discuss.
Link-State
Router knows the state of all links (interfaces) in the internetwork,
network is contiguous.
They do not care about subnet mask information.
They automatically summarize routes between major networks.
RIPv1 is classful.
subnetting.
They send/receive subnet mask information.
Only classful routing protocols support VLSM.
Only classful routing protocols allow manual summarization.
Most dont automatically summarize between major networks.
RIPv2, OSPF, and EIGRP are all classless.
Administrative Distance
Abbr.
Route Type
Admin. Dist.
Directly Connected
Static
BGP (External)
20
EIGRP (Internal)
90
IGRP
100
OSPF
110
IS-IS
115
RIP
120
EIGRP (External)
170
BGP (Internal)
200
Unusable Route
255
Metric
Each routing protocol has its own way to determine the
Classless
No
Yes
Yes
Yes
Distance Vector
Yes
Yes
No
No
Link-State
No
No
Yes
No
Autosummarization
Yes
Yes
No
Yes
Manual Summarization
No
Yes
Yes
Yes
Cisco Proprietary
No
No
No
Yes
Authentication
No
Yes
Yes
Yes
Convergence
Slow
Slow
Fast
V. Fast
Questions
Presentation Licensing
Introduction to Routing Protocols by Ryan Clough is
licensed under a Creative Commons AttributionNonCommercial-ShareAlike 4.0 International License.