From: CCIEin2006 (ciscocciein2006@gmail.com)
Date: Thu Nov 16 2006 - 09:37:36 ART
Funny thing, Maxim, I just ran into the same problem!
Ivan - in your example you were only able to modify the distance of ALL
external EIGRP routes with the distance eigrp commands.
But how do you modify the distance of only a select external eigrp route?
On 11/16/06, Maxim Kurushkin <m.kurushkin@orange-ftgroup.ru> wrote:
>
> Ivan, yes, it work.
> But I want AD 170 for all EX routes and AD 10 for only one specific EX
> route. How it can be made?
>
> With best regards,
> Maxim
>
>
> Ivan wrote:
> > Answer to your first question:
> >
> > 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 Thursday 16 November 2006 11:30, Maxim Kurushkin wrote:
> >
> >> Good Day, Group.
> >> I'm confused with eigrp distance XX settings... and have 2 questions:
> >>
> >> 1)
> >> Does command distance XX affect only on internal routes? Where can I
> >> read more information about it?
> >> Example:
> >> access-list 23 permit 150.1.3.0
> >> access-list 23 permit 150.1.2.0
> >> router eigrp 10
> >> passive-interface default
> >> no passive-interface GigabitEthernet0/0
> >> network 187.1.56.6 0.0.0.0
> >> distance 10 0.0.0.0 255.255.255.255 23
> >>
> >> sh ip route eigrp | i 150.1.2|150.1.3
> >> D EX 150.1.3.0/24 [170/2174976] via 187.1.56.5, 00:05:46,
> >> GigabitEthernet0/0
> >> D 150.1.2.0/24 [10/2300416] via 187.1.56.5, 00:05:47,
> >> GigabitEthernet0/0
> >>
> >> 2)
> >> How do multiple distance XX commands work? For multiple distance XX
> >> commands do all source must be different? Where can I read more
> >> information about it?
> >> Example:
> >> Rack1R6(config-router)#do sh run | i distance
> >> distance 10 0.0.0.0 255.255.255.255 23
> >> Rack1R6(config-router)#distance 11 0.0.0.0 255.255.255.255 24
> >> Rack1R6(config-router)#do sh run | i distance
> >> distance 11 0.0.0.0 255.255.255.255 24
> >> Rack1R6(config-router)#distance 11 150.1.1.1 0.0.0.0 25
> >> Rack1R6(config-router)#do sh run | i distance
> >> distance 11 0.0.0.0 255.255.255.255 24
> >> distance 11 150.1.1.1 0.0.0.0 25
> >>
> >> With best regards,
> >> Maxim
> >>
> >> _______________________________________________________________________
> >> 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 : Fri Dec 01 2006 - 08:05:47 ART