I’m trying to establish an Layer-3 MPLS VPN. The configuration looks quite different from v6, but there is practically no documentation about it yet. I’m using a BGP route reflector in the network. Below is the configuration of interest
I am not being able to receive the routes connected to the router at the other end in VRF100. Is there an error in the configuration? Is this feature not yet available in v7.1beta6?
The lab is made up of 3 mesh-connected routers. One of these routers acts as a VPNV4 route reflector. Client networks are connected on the other two routers. LDP is configured and there is output for the mpls/ldp/local-mapping and mpls/ldp/remote-mapping commands (there is no command in v7 to verify LDP neighborhood).
I have tried the recently released version 7.1rc1, but I still have problems receiving routes within a VRF. Has anyone been able to successfully test this functionality? Is there documentation on this topic for RouterOS v7?
Big oof, I’ve been trying to figure this out for the last couple of days myself. If I figure something out I’ll also post here, though I am not seeing RDs actually being sent over the MPLS.
I also have the same experience, all the MPLS setup on v6 cannot run on v7.1
I think it’s still bugs or under development.
before we activate MPLS , the OSPF running well. (all the loopback can ping each other)
but after MPLS module start, all the routing went crazy, some of the loopback cannot ping each other after that.
i made configuration with two routers, config in attachments. after this configuration i can ping from R1 to R2. ping 22.22.22.1 src-address=11.11.11.1 vrf=vrf1 and vise versa R2->R1 ping 11.11.11.1 src-address=22.22.22.1 vrf=vrf1
version 7.2RC1, configuration made in EVE NG environment R2.txt (1.32 KB) R1.txt (1.33 KB)