Re: Route-map

From: Andy (and123and@googlemail.com)
Date: Thu Feb 07 2008 - 06:51:48 ARST


Depends on what the scenario is Tandou, if you are looking to apply a config
to a subset of routes then you might do:

route-map permit 10
match ACL
set community x

route-map premit 20

This will only config a community on the ACL and allow everything else
unchanged. Now, if say you were advertising a default route in RIP and only
wanted it to go out a particular interface then you would only need:

default-info originate route-map ROUTE_MAP_GS
route-map ROUTE_MAP_GS
set interface x

So it depends, if you want to act on a subset of routes then remember to
allow the others thru by permit x (where x is the highest entry in route
map), else a single route-map statement may suffice

hth
-A

On 06/02/2008, Tandou Mohamed <dtandou@yahoo.com> wrote:
>
> Tandou Mohamed <dtandou@yahoo.com> wrote: Hello GS,
> When configuring route-map it is always safe to configure the second
> instance of route-map ? for instance i have:
>
> route-map MYLOOP permit 10
> match interface lo0
> !
> route-map MYLOOP permit 20 => is this always require ? or it depend on the
> circumstance ?
>
> Please advise
>
> Mohamed
>
> ---------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now.
>
>
> ---------------------------------
> Looking for last minute shopping deals? Find them fast with Yahoo!
> Search.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2008 - 16:54:47 ARST