From: Bill (bhammill@comcast.net)
Date: Sun Apr 18 2004 - 21:54:52 GMT-3
I have a scenario where im redistributing routes between ospf and bgp and are
going to do this in two places.
I normally would use route-tags, however when redistributing from BGP, BGP
sets the tag value to the AS number which I found in the cisco docs, but does
anyone know of a way to overide this behavior. I tried using the typical
route-map but it doesn't work
Router's 1 & 2
router bgp 1
redistribute ospf 1 route-map bgp2ospf match internal external 1 external 2
router ospf 1
redistribute bgp 1 route-map ospf2bgp
route-map bgp2ospf deny 10
match tag 110
route-map bgp2ospf permit 20
set tag 200
route-map ospf2bgp deny 10
match tag 200
route-map ospf2bgp permit 20
set tag 110
This archive was generated by hypermail 2.1.4 : Mon May 03 2004 - 19:48:49 GMT-3