Re: using route maps for distribution

From: Godswill Oletu (oletu@inbox.lv)
Date: Tue Sep 06 2005 - 16:31:40 GMT-3


RouterA
#ip route 23.1.1.0 255.0.0.0 10.1.1.1
#router eigrp 1
#network 10.0.0.0
#redistribute static route-map tags
!
#route-map tags
#set tag 9999
#

You can then use the tag value above for whatever routing policy you wish to
implement on routerB. Since redistribute static will redistribute all static
routes on routerA, you can use access-list and route-maps to selectively tag
the routes of interest.

eg

access-list 1 permit 23.1.1.0 0.0.0.255

route-map tags
match ip address 1
set tag 9999

Will only tag the routes in access-list 1.

HTH
Godswill Oletu

----- Original Message -----
From: "Bill Wharton" <bill_wharton@mailhost.cjb.net>
To: <ccielab@groupstudy.com>
Sent: Monday, September 05, 2005 8:06 PM
Subject: using route maps for distribution

> Two routers connected via serial and running EIGRP between them
>
>
>
> routerA ----------- routerB
>
>
>
> I need to redistribute a static route on routerA into EIGRP but I also
> want
> to tag it so that other routers like routerB can choose to take in the
> route
> only if it's a certain tag. I've used route maps and tags before when
> redistributing routes between two protocols like EIGRP & RIP and it's also
> documented here
>
> http://www.cisco.com/warp/public/105/redist.html
>
>
>
> But, how do I accomplish the above situation with route maps or anything
> else?
>
>
>
> Thx
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sun Oct 02 2005 - 14:40:14 GMT-3