Hi all,
On my network I have enabled OSPF and MPLS to create some VPLS tunnels to traverse two or more routers and carry the PPPoE clients connection vs. my Core Router.
If I use only one OSPF area, the VPLS tunnels come up and work regularly. If on each site, where are the AP, I create another OSPF area, those VPLS Tunnels came up but don’t carry Layer2 frames and the PPPoE connections don’t work.
Have someone any idea on this issue; it is a routeros bug or my misconfiguration ?
do you mean that there is no need to select an area for MPLS TE area in OSPF instance
if you are not using CSPF and do only path with loose or static hops
how bandwidth information and priority will be exchanged ?
Thanks to all,
as I said in previous post, in our network I’m enabled LDP protocol and setup (on AP) VPLS Tunnels to travers some routers and arrive to my PPPoE concentrator; well, if I cross more than one OSPF area, the VPLS tunnel come up on both side, but with /ip neighbor discover I can view the router only from one side and not from the other hand; accordingly the mac ping don’t work.
Im’ experiencing the same problem.
i want to establish a VPLS tunnel between 2 router une in backbone area and other in a (totally)stub area.
The tunnel goes up but not the traffic.
MPLS distribution is LDP, no summarize prefix.
Any advice to resolve this problem ?
thanks in advance.
update:
if ospf area is stub, then external route are not labelled in mpls forwading table.
the only way i’ve managed to get it working is to use a default ospf area.
Hi all
I was having the same problem and I managed to fix it after reading this post.
What happens is that for communication between the VPLS tunnels, each router must have listed in its routing table the ip of the router on the other side of the tunnel. Within a stub area or in this OSPF summarizes the backbone routes in the default route.
I resolved by manually adding a destination route to the other side of the tunnel in the routing table of the router within the area.
Some member had mentioned this solution above, but it had not been so clear.
Dear Markey,
Please explain in details as in diff stub OSPF area eoip tunnel is working ok but vpls is not working, unable to ping vpls IP (umable to find remote vpls IP mac)
It’s working now.
So for MPLS vpls bet’s two different stub OSPF area- instead default route, we need to add a static route in each router for remote Router on which you want to make vpls tunnel.