RE: How to change the AD of EIGRP external route

From: Eric Taylor (etaylor10@tampabay.rr.com)
Date: Sat Feb 26 2005 - 12:10:11 GMT-3


Sho,

This is indeed possible.

Create an access-list for that particular network.

access-list 10 permit NW:2

Under your eigrp routing process, try using the following commands:

router eigrp XXX
distance 120 0.0.0.0 255.255.255.255 10

The 0.0.0.0 255.255.255.255 means to change the admin distance from any
source and the 10 at the end references that particular network.

You could have also defined a subnet as the source or a particular neighbor
address instead of saying any source. Keep in mind that the mask that you
use should be inverted such as an access-list mask.

HTH,
Eric

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of SHO
SHO
Sent: Saturday, February 26, 2005 9:53 AM
To: ccielab@groupstudy.com
Subject: How to change the AD of EIGRP external route

Hi,

Im trying to change the AD of EIGRP specific external route.

Here is a example.

R1-----(OSPF)----R2-----(EIGRP)-----R3
 NW:1 ->
 NW:2 ->
 NW:3 ->

On R2, NW:1,2,3, are redistributed to EIGRP domain.
Every NW:1,2,3 are seen as external route of AD:170 on R3.

Now, I would lile to change the AD of NW:2 to AD:120.

Is it possible to change like this ?

Thanks

SHO



This archive was generated by hypermail 2.1.4 : Thu Mar 03 2005 - 08:51:25 GMT-3