How to configure Administrative Distance

When two or more sources are giving you information about a certain prefix you need to choose which information you are going to use. For example, OSPF might tell you to go “left” if you want to reach network X, and EIGRP might tell you that you need to go “right”. Who do you trust? OSPF or EIGRP? You can’t put both in the routing table for network X.

The administrative distance solves this problem. When two sources give us information about the exact same network we’ll have to make a decision and it’s done by looking at the administrative distance. Let me show you the different values:

Source Administrative Distance
Directly connected 0
Static route 1
EIGRP summary 5
External BGP 20
EIGRP 90
IGRP 100
OSPF 110
IS-IS 115
RIP 120
ODR 160
External EIGRP 170
Internal BGP 200
Unknown 255

The lower, the better…as you can see EIGRP has a lower administrative distance (90) than OSPF (110), so we will use EIGRP in my example.

Keep in mind:

  • The administrative distance is only local and can be different for each router.
  • The administrative distance can be modified.

Especially when we use redistribution, we sometimes have to change the administrative distance. Let me show you how you can do this:

R1(config)#router eigrp 12
R1(config-router)#distance eigrp 90 160

Above we have EIGRP, and with the distance command, I can change the administrative distance for EIGRP globally. Internal EIGRP will keep its AD of 90, but external EIGRP will have an AD of 160. You will see this change in the routing table:

R1#show ip route eigrp 
     3.0.0.0/24 is subnetted, 1 subnets
D EX    3.3.3.0 [160/1734656] via 192.168.12.2, 00:00:30, FastEthernet0/0
D EX 192.168.23.0/24 [160/1734656] via 192.168.12.2, 00:00:30,FastEthernet0/0

You can verify it by looking at the routing table, the external networks on router R1 now have an AD of 160.

We can change the AD of the other routing protocols as well. Here are some examples:

We're Sorry, Full Content Access is for Members Only...

If you like to keep on reading, Become a Member Now! Here is why:

  • Learn any CCNA, CCNP and CCIE R&S Topic. Explained As Simple As Possible.
  • Try for Just $1. The Best Dollar You’ve Ever Spent on Your Cisco Career!
  • Full Access to our 785 Lessons. More Lessons Added Every Week!
  • Content created by Rene Molenaar (CCIE #41726)

1804 Sign Ups in the last 30 days

satisfaction-guaranteed
100% Satisfaction Guaranteed!
You may cancel your monthly membership at any time.
No Questions Asked!

Tags: ,


Forum Replies

  1. Hello Rene,

    about access-lists, I have to read in this way for prefix 1.1.1.0/24:

    My local router which runs OSPF, RIP, and EIGRP has to put in the routing table that was learned by RIP…is my reasoning correct?

    Well, we use an access-list to permit that prefix is handled only by RIP?

  2. Hi Rene,

    Thanks for your post…
    Really a very helpful ans straight forward explanation clearing all doubts…
    Thanks a lot…

  3. Can you please clarify for me?
    What is the difference between inter-area and intra-area on ospf?

  4. Intra-area means within the area and inter-area means another area.

31 more replies! Ask a question or join the discussion by visiting our Community Forum