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
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).
 
 
