Route Redistribution with Tag

From: Desmond (cciestudy@sympatico.ca)
Date: Mon Dec 30 2002 - 23:09:28 GMT-3


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