cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
421
Views
0
Helpful
1
Replies

selectively modify route administrative distances

kst.amand
Level 1
Level 1

We are attempting to modify the administrative distance (AD) of selective routes, redistributed into EIGRP.

The approach we have taken is with the following config on the router receiving the redistributed routes;

router eigrp 12345

distance 80 10.1.3.1 0.0.0.0 mod-ad

ip access-list standard mod-ad

permit 2.2.2.0 0.0.0.255

permit 3.3.3.0 0.0.0.255

Our understanding is that the DISTANCE command under the EIGRP section would change the AD of routes received from 10.1.3.1 matching the permits in acl MOD-AD, to the new AD of 80.

What we have found is that even though we see hits on the ACL, the AD for the routes 2.2.2.0/24 and 3.3.3.0/24 are still 170.

Are we mistaken in our understanding of the use of this DISTANCE command?

Is there another way to selectively (we know about the global change option - DISTANCE EIGRP 90 80) modify the AD?

One thing to note, in the show access-list output of MOD-AD, we see the following -> what does the "check=#" mean?;

permit 2.2.2.0 wildcard bits 0.0.0.255(38 matches) check=48

permit 3.3.3.0, wildcard bits 0.0.0.255(38 matches) check=7239

Thank you

1 Reply 1

mohammedmahmoud
Level 11
Level 11

Hi,

I believe that i've faced this issue before, unfortunately with this command you can't influence external routes, you need to use the "distance eigrp" form of the command, which can't be used to selectively change the AD.

BR,

Mohammed Mahmoud.

Review Cisco Networking products for a $25 gift card