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 ...
Victory :) Long live the Metric attribute :) On the BGP peer from the
ISP config router route-map edit " ISP1-IN" config rule edit 1 set
set-metric 1000 next end next On the redistribution BGP to OSPF: config
router route-map edit " RED-BGP2OSPF" con...
Thanks emmoc, and i do think in this way, and i have the same config,
yours and mine done with cisco and junipers, also with fortinet but as
Level2 firewall, but with fortinet Level3 ..... trying The solution
proposed by you don' t work eighter. I th...
Thanks for the answer, and i did try with prefix and it worked (hope i
don' t mix the tests ok/ko), but the goal is on doing the redistribution
on something independent of the prefix, so i don' t have to change at
each new received route. My setup is...