VPLS one end up, one end down.. not working

Weird things happening ….

Hello guys, we have a setup of routers, connected using ospf, mpls, BGP and vpls, a segment of that network goes from router MAIN to router B passing through a “Core” router and a “A” router through two point to point links. Connectivity from MAIN to B appears to be perfect.

Something like this:

MAIN ------Core------[w-x]------A-----[y-z]-------B

Where :
MAIN, Core, A y B are Mikrotik routers
[w-x] y [y-z] point to point links Ubiquiti Rocket M5 (MTU=1600)

The thing is there is a VPLS from “MAIN” router to “B” router, (this same setup is up and running on different segments of the same network), the weird thing is that the VPLS sows UP and RUNNING on “MAIN” router end with only TX traffic showing on the stats counters, on “B” router end the VPLS shows as NOT RUNNING and only showing RX traffic on the stats counters… weird.

If I disable the vpls or change something on it at B router side it immediately shows as NOT running at “MAIN” router, so it looks like the vpls is half establishied or something…

None of he routers have firewall

Any idea where to look for a solution?

Router MAIN 5.25 on a x86 : (The other two VPLS are working ok, To Librado Edge Router is the one not working.
/interface vpls
add advertised-l2mtu=1540 arp=enabled cisco-style=no cisco-style-id=0 comment=“To Rago Edge Router” disable-running-check=no disabled=no l2mtu=1540
mac-address=02:8C:DC:B9:AD:CC mtu=1500 name=vpls_to_Rago pw-type=raw-ethernet remote-peer=172.16.1.103 use-control-word=default vpls-id=111:103
add advertised-l2mtu=1540 arp=enabled cisco-style=no cisco-style-id=0 comment=“To NT Edge Router” disable-running-check=no disabled=no l2mtu=1540
mac-address=02:D3:84:4C:4B:1F mtu=1500 name=vpls_to_NT pw-type=raw-ethernet remote-peer=172.16.1.105 use-control-word=default vpls-id=111:105
add advertised-l2mtu=1540 arp=enabled cisco-style=no cisco-style-id=0 comment=“To Librado Edge Router” disable-running-check=no disabled=no l2mtu=1540
mac-address=02:D6:0A:D9:A7:A4 mtu=1500 name=vpls_to_Librado pw-type=raw-ethernet remote-peer=172.16.1.107 use-control-word=default vpls-id=111:107

Router B 6.1 on a RB2011L
/interface vpls
add advertised-l2mtu=1540 comment=“To Mainrouter” disabled=no l2mtu=1540 mac-address=02:5D:1B:C0:44:C1 name=vpls_LP remote-peer=172.16.1.101 vpls-id=111:107


Thanks

Ing. Jorge Boardman

Few things

Are the remote peer adresses routable to each other and have you verified with pings?
Have you configured and enabled LDP?
Is the MPLS MTU the same on all devices?

Thanks for the reply.

Here are the traces from each direction …

From MAIN to B
[admin@APL Mainrouter] /tool> trace 172.16.1.107

ADDRESS RT1 RT2 RT3 STATUS

1 10.0.9.2 9ms 8ms 11ms MPLS:L=10255,E=0
2 10.0.9.28 9ms 12ms 6ms MPLS:L=2806,E=0
3 172.16.1.107 4ms 4ms 4ms

From B to MAIN
[admin@LP Edge Router] /tool> traceroute 172.16.1.101

ADDRESS RT1 RT2 RT3 STATUS

1 10.0.9.33 1ms 1ms 1ms
2 10.0.9.25 5ms 8ms 9ms MPLS:L=101,E=0
3 172.16.1.101 4ms 5ms 3ms

Yes, LDP is configured and enabled
Yes, MPLS is the same on all devices

J. Boardman

If you haven’t already resolved this I suggest double checking that LDP is running A’s interface that faces B and failing that check all LDP settings/interfaces and the A<>B P2P for transparency.

Problems on LDP settings can cause the symptoms that you described.

Thanks, this issue is solved, it was a LDP interface on router A, I forgot to add it. Exact as you mentioned …

Jorge

Glad it is resolved - sorry I didn’t see the original post sooner.

Thanks !!!