Re: specific distance command in eigrp

From: Nick Griffin (ngriffin@sio.midco.net)
Date: Mon Jun 12 2006 - 23:02:32 ART


Doesn't work for me on external:

router eigrp 10
 network 172.16.17.1 0.0.0.0
 distance 130 0.0.0.0 255.255.255.255 DISTANCE
 no auto-summary
!
ip access-list standard DISTANCE
 permit 192.172.3.0 0.0.0.255
 permit 192.172.4.0 0.0.0.255

R1#sh ip route eigrp
D EX 192.172.4.0/24 [170/307200] via 172.16.17.7, 00:01:20, Ethernet0/0
D 192.172.3.0/24 [130/409600] via 172.16.17.7, 00:01:20, Ethernet0/0

Daniel Fredrick wrote:
> 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
>>
>
> _______________________________________________________________________
> 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