Cisco Administrative Distances
Routing protocols on Cisco routers use administrative distances to determine the best route. If you have multiple routing protocols running on a Cisco router the protocol with the lowest administrative distance will be used. The following is a table that shows the default administrative distances of the protocols.
|
Protocol |
Administrative Distance |
|
Directly Connected |
0 |
|
Static Route |
1 |
|
EIGRP Summary Route |
5 |
|
External BGP |
20 |
|
Internal EIGRP |
90 |
|
IGRP |
100 |
|
OSPF |
110 |
|
IS-IS |
115 |
|
RIP |
120 |
|
EGP |
140 |
|
ODR |
160 |
|
External EIGRP |
170 |
|
Internal BGP |
200 |
|
Unknown |
255 |
You can change the default administrative distances of a static route by adding the distance to the end of the ip route command as shown below.
ip route 192.168.0.0 255.255.255.0 serial 0/0 130
