Re: Route Redistribution with Tag

From: Aidan Marks (amarks@cisco.com)
Date: Mon Dec 30 2002 - 23:43:31 GMT-3


since you didn't state which version, check:

CSCdt71063 - Redistribution from RIPv2 using tags doesnt work properly

Aidan

At 01:09 PM 31/12/2002, Desmond wrote:

>I have seem many examples from CCO and some senarios that use tag to control
>redistribution. Sometimes routes only distribute to one way, but not
>bi-directional. Can someone explain to me ?
>
>Thanks !
>
>Des
>
>
>
>router ospf 1
> router-id 150.50.4.4
> log-adjacency-changes
> redistribute rip metric 100 subnets route-map r2o
> network 150.50.4.4 0.0.0.0 area 0
> network 150.50.34.0 0.0.0.255 area 0
>!
>router rip
> version 2
> redistribute ospf 1 metric 2 route-map o2r
> network 150.50.0.0
> no auto-summary
>!
>route-map r2o deny 10
> match tag 2
>!
>route-map r2o permit 20
> set tag 1
>!
>route-map o2r deny 10
> match tag 1
>!
>route-map o2r permit 20
> set tag 2
>.
.



This archive was generated by hypermail 2.1.4 : Fri Jan 17 2003 - 17:21:55 GMT-3