Hi there,
I’m considering to use eBGP instead of OSPF as my PE-CE routing protocol. To do this properly, I will use OSPF to carry the route to the loopback interfaces of my PE and CE routers, and peer with the loopback interface so I can actually use redundant links to my CE’s.
I saw there was an article on the wiki on exactly this, namely http://wiki.mikrotik.com/wiki/Manual:EBGP_as_PE-CE_routing_protocol, however it does strike me as an ugly hack. I did a little experimenting today, and have a question:
If I create a BGP instance per VRF on the PE with my real ASN, and peer with a private AS on the CE, then select redistribute-other-bgp=yes, it seems to redistribute my routes correctly. Is it correct that redistribute-other-ospf in a BGP instance in another routing-table will only give me routes that actually belong to that routing table, am I risking unwanted route leaking here?
If this is indeed correct, I will write a new wiki article on this, because that wiki article is a bit of a hack ![]()
Also I’ve seen a few attached files on the wiki with the .sim extension, such as this: http://www.mikrotik.com/download/docs/mpls/2-bgp-vpnv4-bgp.html. What are those? Is it some kind of simulation environment, if so how do I get that?