Written By
Cisco Routers support many dynamic routing protocols for learning routes in a complex network topology. The routing protocols supported are the following:
- RIP
- OSPF
- BGP
- IS-IS
- IGRP
- EIGRP
Each routing protocol has its own Administrative Distance (AD), which is a value representing the trustworthiness of the specific routing protocol. If a router learns a destination route from two or more routing protocols, it selects the route from the protocol having the smallest Administrative Distance.
The table below shows the default AD values for each routing protocol:
Routing Protocol |
AD Value |
Connected | 0 |
Static | 1 |
eBGP | 20 |
EIGRP | 90 |
IGRP | 100 |
OSPF | 110 |
IS-IS | 115 |
RIP | 120 |
iBGP | 200 |
Now, if the router learns a specific destination route from both OSPF and RIP, it will select the route learned from OSPF because this protocol has a smaller AD compared to RIP (110 instead of 120).
Related Posts
- How to Configure a Loopback Interface on Cisco Router & Switch
- Comparison of Static vs Dynamic Routing in TCP/IP Networks
- Cisco OSPF DR-BDR Election in Broadcast Networks – Configuration Example
- How to Configure Port Forwarding on Cisco Router (With Examples)
- Adjusting MSS and MTU on Cisco 800 routers for PPPoE over DSL