RE: Re(2): DISTANCE Command

From: Victor Cappuccio (cvictor@protokolgroup.com)
Date: Mon Aug 28 2006 - 02:21:15 ART


Hehe sorry to return bad news, but now is not working, it was working
before, because the route that I saw with the new AD, was generated by the
ip summa eigrp

Thanks!!!

R6(config)#no access-list 12
R6(config)#access-list 12 permit 10.7.2.0 0.0.0.255
R6(config)#do clear ip eigrp neigh
R6(config)#
*Aug 28 16:36:41.571: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.8 (FastEthernet0/0.51) is down: manually cleared
*Aug 28 16:36:41.571: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.2 (FastEthernet0/0.51) is down: manually cleared
*Aug 28 16:36:41.583: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
204.12.1.254 (FastEthernet0/0.13) is down: manually cleared
*Aug 28 16:36:41.956: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
204.12.1.254 (FastEthernet0/0.13) is up: new adjacency
*Aug 28 16:36:43.130: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.2 (FastEthernet0/0.51) is up: new adjacency
*Aug 28 16:36:44.043: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.8 (FastEthernet0/0.51) is up: new adjacency
R6(config)#
R6(config)#do show ip route 10.0.0.0 255.0.0.0 lo
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static
route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/24 is subnetted, 1 subnets
D EX 10.7.2.0 [170/2560002816] via 133.1.26.2, 00:00:13,
FastEthernet0/0.51

R6(config)#no access-list 12
R6(config)#access-list 12 permit 10.7.2.0
R6(config)#do clear ip eigrp neigh
R6(config)#
*Aug 28 16:41:05.624: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.8 (FastEthernet0/0.51) is down: manually cleared
*Aug 28 16:41:05.624: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.2 (FastEthernet0/0.51) is down: manually cleared
*Aug 28 16:41:05.632: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
204.12.1.254 (FastEthernet0/0.13) is down: manually cleared
*Aug 28 16:41:06.790: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.8 (FastEthernet0/0.51) is up: new adjacency
*Aug 28 16:41:07.763: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
133.1.26.2 (FastEthernet0/0.51) is up: new adjacency
*Aug 28 16:41:09.903: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor
204.12.1.254 (FastEthernet0/0.13) is up: new adjacency
R6(config)#
R6(config)#do show ip route 10.0.0.0 255.0.0.0 lon
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static
route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/24 is subnetted, 1 subnets
D EX 10.7.2.0 [170/2560002816] via 133.1.26.2, 00:00:09,
FastEthernet0/0.51
R6(config)#
R6(config)#do show run | in eigrp|distance
router eigrp 100
 distance 111 0.0.0.0 255.255.255.255 12

-----Mensaje original-----
De: Victor Cappuccio [mailto:cvictor@protokolgroup.com]
Enviado el: Lunes, 28 de Agosto de 2006 12:49 a.m.
Para: 'dan.bliss@gmail.com'; 'ccielab@groupstudy.com'
CC: 'sabrina pittarel'
Asunto: RE: Re(2): DISTANCE Command

Dan, Thank you very much

It works very great.- now makes mure sense, the 0.0.0.0 255.255.255.255 does
not check for the source of the update Cool!!!

This list is so great

Victor.-

-----Mensaje original-----
De: nobody@groupstudy.com [mailto:nobody@groupstudy.com] En nombre de
dan.bliss@gmail.com
Enviado el: Domingo, 27 de Agosto de 2006 11:27 p.m.
Para: ccielab@groupstudy.com
Asunto: Re: Re(2): DISTANCE Command

Try changing your distance statement to:

distance 99 0.0.0.0 255.255.255.255 1

and your acl to include a list of prefixes you are trying to affect

for example
access-list 1 permit 10.7.0.0
access-list 1 permit 10.7.1.0
access-list 1 permit 10.7.2.0
access-list 1 permit 10.7.3.0

This is the only successful way I have seen the command work. (besides just
match all) I would also like to know what
logic the router is using to match routes in the distance statement. Is this

the only way to do it? The doc's are somewhat vague. If anyone can shed some

light on the subject it would be appreciated.

Thanks,

Dan Bliss

----- Original Message -----
From: "Angelo De Guzman" <a.deguzman@wesolv.ph.fujitsu.com>
To: <ccielab@groupstudy.com>; "Plukkie" <plukkie@gmail.com>
Sent: Sunday, August 27, 2006 9:00 PM
Subject: Re(2): DISTANCE Command

> Hi,
> I changed my ACL and still does not work.
>
> Sabrina,
> I think you are right. Thanks. Do you have a document for this?
>
> Regards,
> Angelo
>
> Plukkie (8/27/06 3:36 PM):
>>
>>Try to change your mask in acl 1 to 0.0.3.255.
>>
>>gr
>>
>>
>>On 27 Aug 2006 13:45:00 +0800, Angelo De Guzman <
>>a.deguzman@wesolv.ph.fujitsu.com> wrote:
>>>
>>> Hi,
>>> Anyone had an issue with the distance command under EIGRP. I wanted to
>>> set
>>> an
>>> AD of 99 to routes I am receiving from my neighbor 172.30.200.7. I can't
>>> make
>>> this work???
>>>
>>> IOS version: System image file is "flash:c3640-js-mz.124-5.bin"
>>>
>>> R5#sh ip eigrp neighbor
>>> IP-EIGRP neighbors for process 1
>>> H Address Interface Hold Uptime SRTT
>>> RTO Q Seq
>>> (sec) (ms) Cnt
>>> Num
>>> 0 172.30.200.6 Et0/0 14 00:00:02 4
>>> 200 0 123
>>> 1 172.30.200.7 Et0/0 14 02:49:42 8
>>> 200 1 53
>>>
>>> !
>>> access-list 1 permit 10.7.0.0 0.0.3.0
>>> !
>>> router eigrp 1
>>> redistribute connected route-map connect2eigrp
>>> redistribute ospf 1 match internal external 1 external 2
>>> passive-interface default
>>> no passive-interface Ethernet0/0
>>> network 172.30.200.0 0.0.0.127
>>> default-metric 1000 1000 255 100 1500
>>> distance 99 172.30.200.7 0.0.0.0 1
>>> no auto-summary
>>>
>>> For some reason the AD does not change.
>>> D EX 10.7.1.0/24 [170/2841600] via 172.30.200.7, 00:01:51,
>>> Ethernet0/0
>>> D EX 10.7.2.0/24 [170/2841600] via 172.30.200.7, 00:01:51,
>>> Ethernet0/0
>>> Thanks,
>>> Angelo
>>>
>>>
>>>
>>>
>>>
>>> ***********************
>>> No virus was detected in the attachment no filename
>>>
>>> Your mail has been scanned by InterScan MSS.
>>> ***********-***********
>>>
>>> _______________________________________________________________________
>>> Subscription information may be found at:
>>> http://www.groupstudy.com/list/CCIELab.html
>>>
>>
>>
>>***********************
>>No virus was detected in the attachment no filename
>>No virus was detected in the attachment no filename
>>
>>Your mail has been scanned by InterScan MSS.
>>***********-***********
>>
>
>
>
> ***********************
> No virus was detected in the attachment no filename
>
> Your mail has been scanned by InterScan MSS.
> ***********-***********
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:58 ART