I am currently changing my network to use ospf/mpls and vpls but always see to come to a problem when I want to use vpls when the router is routed thru statically. The vpls registers but no traffic can pass thru.
I have checked MTU
I have no issues if the router has OSPF running on it.. MPLS and VPLS works
Both LDP Neighbor come up
On the Remote Bindings , the IP address that I am doing the VPLS to never comes up with a label
I would assume you are building VPLS on loopbacks. If so, a static route to a loopback needs to be recursively resolved, since its not on a connected interface.
/ip route pri
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 pptp-out-host 1
1 A S 0.0.0.0/0 172.30.2.193 1
2 ADC 10.255.255.15/32 10.255.255.15 lobridge 0
3 ADC 172.30.2.192/30 172.30.2.194 wlan1 0
4 ADC 192.168.5.0/24 192.168.5.1 ether1-host 0
The VPLS tunnel is not bridged to anything, what kind of traffic are you sending inside the VPLS tunnel?
The wireless config is a bit strange (1 card ap-bridge with ssid=1 and another card in station-wds with ssid=1), but other then that, I see no issues.
How is the routing set up on the other router? Please post “/ip rou pri” and “/ip rou exp com” from the other router as well.
If you enable /ip neighbor discovery on the VPLS tunnel interface on both routers, when the tunnel is running, can you see the other router in /ip neighbor?
With default configuration LDP does not distribute binding for default route, so if you do not have more specific to your VPLS endpoint, it will not work - I suspect this is the problem in the original report. Note that using default route for reaching VPLS endpoint and distributing binding for default route in general is asking for trouble, so you should avoid this. You must configure /32 routes to your VPLS endpoints along path, so that proper LSP can be established - this happens automatically when using OSPF with redistribute-connected.