From: Brian McGahan (bmcgahan@internetworkexpert.com)
Date: Mon Oct 16 2006 - 22:13:54 ART
Use the offset-list feature to accomplish this.
HTH,
Brian McGahan, CCIE #8593 (R&S/SP)
bmcgahan@internetworkexpert.com
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987 x 705
Outside US: 775-826-4344 x 705
24/7 Support: http://forum.internetworkexpert.com
Live Chat: http://www.internetworkexpert.com/chat/
> -----Original Message-----
> From: Michael Zuo [mailto:mzuo@ixiacom.com]
> Sent: Monday, October 16, 2006 7:36 PM
> To: Brian McGahan; Leo Leung; Povarenkin, Igor
> Cc: Cisco certification
> Subject: RE: Redistribution into EIGRP
>
> Hi Brian,
>
> The sample you provided is setting different metric to routes
> redistributed, correct?
>
> If I want to prefer one RIP interface over the other in Leo's
topology,
> I can use the "match interface" command in the route-map?
>
> Thanks in advance...
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
Of
> Brian McGahan
> Sent: Thursday, October 12, 2006 2:49 PM
> To: Leo Leung; Povarenkin, Igor
> Cc: Cisco certification
> Subject: RE: Redistribution into EIGRP
>
> Leo,
>
> You can accomplish this with a route-map. You can match the
> prefix with an access-list or prefix-list or use route tags. The
syntax
> would be something like:
>
> router eigrp 1
> redistribute rip route-map X
> !
> route-map X permit 10
> match ip address prefix-list PREFIX_A
> set metric 10000 100 255 1 1500
> !
> route-map X permit 20
> match ip address prefix-list PREFIX_B
> set metric 20000 2000 255 1 1500
>
>
> HTH,
>
> Brian McGahan, CCIE #8593
> bmcgahan@internetworkexpert.com
>
> Internetwork Expert, Inc.
> http://www.InternetworkExpert.com
> Toll Free: 877-224-8987 x 705
> Outside US: 775-826-4344 x 705
> 24/7 Support: http://forum.internetworkexpert.com
> Live Chat: http://www.internetworkexpert.com/chat/
>
> ________________________________________
> From: Leo Leung [mailto:leoleung_yh@yahoo.com]
> Sent: Thursday, October 12, 2006 3:47 PM
> To: Brian McGahan; Povarenkin, Igor
> Cc: Cisco certification
> Subject: RE: Redistribution into EIGRP
>
> Brian,
>
> I am curious what if we have another interface e0/0 in RIP or other
IGP
> domain?
>
> (EIGRP domain) f0/0 [Router] s0/0 (RIP domain)
> e0/0 (RIP domain)
>
> how it can be differentiated between s0/0 and e0/0 in redistribution
to
> f0/0?
>
> is this config below correct?
>
> router eigrp 10
> redistribute rip metric 1544 2000 1 255 1500
> redistribute rip metric 10000 100 1 255 1500
>
> certainly not like this: (since eigrp is aware of this interface)
>
> router eigrp 10
> redistribute rip metric 100000 10 1 255 1500
> redistribute rip metric 100000 10 1 255 1500
>
> or regardless numbers as follows:
>
> router eigrp 10
> redistribute rip metric 1 1 1 1 1
> redistribute rip metric 2 2 2 2 2
>
> Regards,
> Leo
>
>
> Brian McGahan <bmcgahan@internetworkexpert.com> wrote:
> Like I said, it is arbitrary :) You could use all 1's if you
> wanted to. Regardless which interface you pick it will not be
> indicative of an EIGRP metric that would be end to end for the
> redistributed prefixes. In the exam unless there is a specific
> requirement you can use whatever you want to.
>
>
> HTH,
>
> Brian McGahan, CCIE #8593
> bmcgahan@internetworkexpert.com
>
> Internetwork Expert, Inc.
> http://www.InternetworkExpert.com
> Toll Free: 877-224-8987 x 705
> Outside US: 775-826-4344 x 705
> 24/7 Support: http://forum.internetworkexpert.com
> Live Chat: http://www.internetworkexpert.com/chat/
>
>
> > -----Original Message-----
> > From: Povarenkin, Igor [mailto:ipov@amt.ru]
> > Sent: Thursday, October 12, 2006 10:17 AM
> > To: Brian McGahan
> > Cc: Cisco certification
> > Subject: RE: Redistribution into EIGRP
> >
> > Thank you Brian for your answer,
> >
> > In this simple scheme we have only two routing domains:
> >
> > (EIGRP domain) f0/0 [Router] s0/0 (RIP domain)
> >
> > Which metirc parameters I need to use?:)
> > From f0/0 OR s0/0?
> >
> > > -----Original Message-----
> > > From: Brian McGahan [mailto:bmcgahan@internetworkexpert.com]
> > > Sent: Thursday, October 12, 2006 3:59 PM
> > > To: Povarenkin, Igor; Alexei Monastyrnyi
> > > Cc: Cisco certification
> > > Subject: RE: Redistribution into EIGRP
> > >
> > > Unless you have multiple exit points between the different
> > > protocol domains the routing metric is arbitrary. The reason why
is
> > > that if prefix X is only reachable through exit point A then
> > > the metric through A is irrelevant; anyone wanting to reach prefix
X
> > must go
> > > through A.
> > >
> > >
> > > HTH,
> > >
> > > Brian McGahan, CCIE #8593
> > > bmcgahan@internetworkexpert.com
> > >
> > > Internetwork Expert, Inc.
> > > http://www.InternetworkExpert.com
> > > Toll Free: 877-224-8987 x 705
> > > Outside US: 775-826-4344 x 705
> > > 24/7 Support: http://forum.internetworkexpert.com
> > > Live Chat: http://www.internetworkexpert.com/chat/
> > >
> > >
> > > > -----Original Message-----
> > > > From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On
> Behalf
> > > Of
> > > > Povarenkin, Igor
> > > > Sent: Wednesday, October 11, 2006 11:53 PM
> > > > To: Alexei Monastyrnyi
> > > > Cc: Cisco certification
> > > > Subject: RE: Redistribution into EIGRP
> > > >
> > > > Hello GS,
> > > >
> > > > From which interface I need to use the "bandwidth delay
> reliability
> > > > loading mtu"
> > > > parameters?
> > > >
> > > > For example:
> > > >
> > > > (EIGRP domain) f0/0 [Router] s0/0 (RIP domain)
> > > >
> > > > Router# router eigrp 1
> > > > redistribute rip metric 100000 100 255 1 1500
> > > > OR
> > > > redistribute rip metric 1544 2000 255 1 1500
> > > > ?
> > > >
> > > > > -----Original Message-----
> > > > > From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On
> > > > > Behalf Of david robin
> > > > > Sent: Wednesday, October 11, 2006 5:02 PM
> > > > > To: Mohamed Saeed
> > > > > Cc: ccielab@groupstudy.com
> > > > > Subject: Re: Redistribution into EIGRP
> > > > >
> > > > > you can use redustribute ospf 1
> > > > >
> > > > > with setting metrics
> > > > > but use with it
> > > > >
> > > > > Router(config-router)# *default-metric* *bandwidth delay
> > > > > reliability loading
> > > > > mtu *
> > > > > as you must set a default metric for the distributed routes
> > > > > or configure
> > > > > them manulay
> > > > >
> > > > > best regards,
> > > > >
> > > > >
> > > > >
> > > > > On 10/11/06, Mohamed Saeed wrote:
> > > > > >
> > > > > > Hi All,
> > > > > >
> > > > > >
> > > > > >
> > > > > > When redistributing from any IGP into EIGRP, should you
> > > > > manually set the
> > > > > > metric?
> > > > > >
> > > > > >
> > > > > >
> > > > > > Example:
> > > > > >
> > > > > >
> > > > > >
> > > > > > router eigrp 10
> > > > > >
> > > > > > redistribute ospf 1 metric 10000 100 255 1 1500
> > > > > >
> > > > > >
> > > > > >
> > > > > > Actually, I have tried to redistribute without specifying
> > > > > the metric but
> > > > > > I got improper operation and I do not know why. Has
> > > > > somebody encountered
> > > > > > this?
> > > > > >
> > > > > >
> > > > > >
> > > > > > Regards
> > > > > >
> > > > > > Mohamed Saeed, CCNP - CCIP
> > > > > >
> > > > > >
> > > > > ______________________________________________________________
> > > > > _________
> > > > > > 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
> > > >
> > > >
> > > ______________________________________________________________
> > > _________
> > > > Subscription information may be found at:
> > > > http://www.groupstudy.com/list/CCIELab.html
>
>
This archive was generated by hypermail 2.1.4 : Wed Nov 01 2006 - 07:29:05 ART