cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
559
Views
0
Helpful
4
Replies

Administrative Distance

Explain briefly with examples, the concept of ‘Administrative Distance ‘ in relation to routing protocols.

4 Replies 4

Martin Carr
Level 4
Level 4

AD is the first criterion used to determine which routing protocol to use, if two protocols provide route information for the same destination.

Here are a few defaults:

EIGRP 90

OSPF 110

RIP 120

Note the smaller the value, the more reliable the protocol, so let's say we have a router configured with both EIGRP and RIP, the former route would get installed, because it's more reliable.

Martin

Thanks for your answer. I need a brief answer. Please explain briefly ,concept and examples.

Shalika

Plz Guys help me

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

The concept is, a router might have the network prefix provided from more than one routing source.  If it does, AD provides a metric for which source, for a particular network prefix, to prefer.

As Martin has noted, Cisco has default ADs assigned to different routing protocols.

So, say for example, a router receives 192.168.1.0/24 from EIGRP, OSPF and RIP, which does it chose?  Since, by default, EIGRP has the lowest AD, the router will use EIGRP's information for how to get to 192.168.1.0/24.

Now also suppose, the same router receives 192.168.2.0/24, from OSPF and RIP, but not EIGRP.  In this case, by default, it would chose to use OSPF's information.

Static routes also support AD, so if you had:

ip route 192.168.3.0 255.255.255.0 10.1.1.1 200

ip route 192.168.3.0 255.255.255.0 10.1.1.2 20

It would use the second static route, as it has a lower AD than the first static route.

Review Cisco Networking for a $25 gift card