From: Ivan (ivan@iip.net)
Date: Sat Jan 20 2007 - 06:34:05 ART
You can't do this.
This is a variation:
R5(config-router)#distance eigrp 89 169
D EX 151.10.21.0/24 [169/18073600] via 151.10.35.3, 00:00:43,
Serial0/1
D 151.10.23.0/24 [89/18560000] via 151.10.35.3, 00:00:43, Serial0/1
Here is another variation:
distance 60 0.0.0.0 255.255.255.255 99
!
access-list 99 permit 151.10.23.0 0.0.0.255
access-list 99 permit 151.10.21.0 0.0.0.255
!
D 151.10.23.0/24 [60/18560000] via 151.10.35.3, 00:02:27, Serial0/1
D 151.10.102.0/24 [90/3200000] via 151.10.25.2, 00:00:22, Serial0/0
D EX 151.10.21.0/24 [169/18073600] via 151.10.35.3, 00:02:28, Serial0/1
!!
Here is the whole thing
router eigrp 1
distance eigrp 90 169
distance 60 0.0.0.0 255.255.255.255 99
!
access-list 99 permit 151.10.23.0 0.0.0.255
access-list 99 permit 151.10.21.0 0.0.0.255
On Saturday 20 January 2007 10:14, iyux2000@gmail.com wrote:
> Hi, Group.
>
> I want to change the AD of a single external EIGRP route which is
> redistributed from OSPF. I found that i can use the command "distance
> internal_AD external_AD" to modify all the external routes. And i also
> noted that the command "distance AD source_add source_wild route_add" can
> be used to manipulate internal routes' AD. Is that correct?
>
> However, i would like to know how to modify a single external route in
> EIGRP.
>
> Thank you for your help.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
-- Ivan
This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:57 ART