VPLS TE multiple loopback

Hi,

have this problem.
I have a network with aroung 10 router.
Evaluate router A and router Z.
Beetwen this router I have setup Loopack and I have create TE tunnel for manage traffic.
Now I want on the same router create anoter TE tunnel and attached vpls interface that fllow another path.
For make this I have create another loopback interface on both router and establish beetwen this 2 new ip address.
The problem is that second TE tunnel work but VPLS interface remain down.

Some conf:
0 R name=“EtoI” mtu=1500 disable-running-check=no from-address=auto to-address=10.10.10.9
bandwidth=5Mbps primary-path=force-router secondary-paths=dyn primary-retry-interval=10s
record-route=yes reoptimize-interval=10s bandwidth-limit=disabled auto-bandwidth-range=0bps
auto-bandwidth-reserve=0% auto-bandwidth-avg-interval=5m auto-bandwidth-update-interval=1h

1 R name=“EtoI2” mtu=1500 disable-running-check=no from-address=10.10.10.105 to-address=10.10.10.109
bandwidth=5Mbps primary-path=force-router secondary-paths=dyn primary-retry-interval=10s
record-route=yes reoptimize-interval=10s bandwidth-limit=disabled auto-bandwidth-range=0bps
auto-bandwidth-reserve=0% auto-bandwidth-avg-interval=5m auto-bandwidth-update-interval=1h

0 R name=“vpls1” mtu=1500 l2mtu=1500 mac-address=02:D9:54:00:C4:72 arp=enabled arp-timeout=auto
disable-running-check=no remote-peer=10.10.10.9 cisco-style=yes cisco-style-id=999
advertised-l2mtu=1500 pw-type=raw-ethernet use-control-word=default

1 name=“vpls2” mtu=1500 l2mtu=1500 mac-address=02:D9:54:00:C4:72 arp=enabled arp-timeout=auto
disable-running-check=no remote-peer=10.10.10.109 cisco-style=yes cisco-style-id=1999
advertised-l2mtu=1500 pw-type=raw-ethernet use-control-word=default

1 R name=“lobridge0” mtu=auto actual-mtu=1500 l2mtu=65535 arp=enabled arp-timeout=auto
mac-address=42:93:20:FD:D1:AB protocol-mode=none fast-forward=yes igmp-snooping=no auto-mac=yes
ageing-time=5m vlan-filtering=no

2 R name=“lobridge1” mtu=auto actual-mtu=1500 l2mtu=65535 arp=enabled arp-timeout=auto
mac-address=4E:92:4D:F0:9B:96 protocol-mode=none fast-forward=yes igmp-snooping=no auto-mac=yes
ageing-time=5m vlan-filtering=no

hmmm. it sounds a bit off in config. Do you have full MPLS support between devices? ospf? Then you should just have 1 loopback at each device, a link net - and MPLS enabled and connect VPLS to the loopback ip. Not make one more loopback etc..

yes,

ldp enabled on al interface and router of network.

If I establish vpls beetwen first loopback, work corretly. (first ip loopback is also the address specified into ldp transport address).

My question is at this point: is possible establish multiple tunnel but with different path on same router?

Thanks

This i have never tried - but its possible -but i dont think a 2 loopback is the clue… maybe if you have static routes, but in a ospf enviroment - i dont think its possible to have 2 ways 2 core at the same time. but maybe with a small “hack”. You need to use ospf cost in order to know where the traffic will “go” and Connect to the farest possible “away” the “2 path” to VPLS peer, and terminate here. Then another VPLS from this and to core -and brige em.

It should also be possible to have some kind of manual route to core.

We lack the possibility to have 2 services at the same router in different vrf’s. This would be “the way” - but today its not possible. its a requested feature.


Btw - What is the final goal ? some kind of bonding 2 VPLS trough different path to have more speed? - The “backup” feature you would already have, by ospf changing the path for LDP to VPLS peer if something goes down. So the l2 interface will be “online”. If you need more than 1 " line" etc, you can/should use vlan inside the VPLS tunnel, or if its 2 subnet’s withn ip - and you dont need the l2 feature - setup bgp with confederation at all routers, and use vrf inside the MPLS paths.