Hi All:
Does anybody know how to leak routes from MAIN routing table to VRF (in case it is possible)? Please do not send me the link “http://wiki.mikrotik.com/wiki/VRF_Route_Leaking” because the leaking there is between VRFs and does not include MAIN routing table.
I tried the following without success:
/routing filter
add append-route-targets=65530:1000 chain=from_BGP
/routing bgp peer
add in-filter=from_BGP name=peer1 remote-address=X.Y.Z.W remote-as=65530 ttl=default
/ip route vrf
add export-route-targets=65530:1000 import-route-targets=65530:1000
route-distinguisher=65530:1000 routing-mark=from-main
/routing bgp instance vrf
add redistribute-other-bgp=yes routing-mark=from-main
In case it is not possible to do that, I don´t know if it is a good idea to create a VRF for internet routes and create a eBGP instance inside that VRF and then leak these routes as explained in Wiki link.
Any help will be appreciated,
Julio