Re: specific distance command in eigrp

From: Daniel Fredrick (dfredrick@gmail.com)
Date: Mon Jun 12 2006 - 22:47:04 ART


Yeah... I had the same thing happen... but the key is to use an acl and in
the ip and mask portion... put 0.0.0.0 255.255.255.255

Try this...

1. Make an acl... and specify the subnets that you want to change the
distance on.

access 1 permit 10.1.1.0 0.0.0.255

2. include it distance command.

router eigrp 1
distance 50 0.0.0.0 255.255.255.255 1

That should to the trick.

On 6/12/06, Schulz, Dave <DSchulz@dpsciences.com> wrote:
>
> I was working on some redistribution and routing/distance issues with
> eigrp. I noticed that the command to get a specific distance to change
> on the routing process, "distance xxx <ip source> <mask> <acl>", will
> only apply to eigrp routes that are internal, not external eigrp routes.
> Please correct me if I am wrong on this. Labbed it up tonight and it
> appears to be acting this way. Any thoughts?
>
>
> Dave Schulz,
> Email: dschulz@dpsciences.com <mailto:dschulz@dpsciences.com >
>
> c
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:32 ART