Question
Redistribution BGP in OSPF with filtering
Hello, I' m trying to do a redistribution of routes from BGP into OSPF but not all the routes. The simpler is to match on the AS and only distribute those. So i try: config router aspath-list edit " MATCH-AS" config rule edit 1 set action permit set regexp " 41" next end next end config router route-map edit " RED-BGP2OSPF" config rule edit 1 set match-as-path " MATCH-AS" next end next config router ospf config redistribute " bgp" set status enable set metric 50 set routemap " RED-BGP2OSPF" end end But none route is redistributed :( I' ve tried also to match a community set by BGP, and a tag... Any ideas? Regards, Ciprian
