Second VPLS not working with TE MPLS

Hi, how are you, after a few years out of the networking word, I’m back :stuck_out_tongue:.

Ok, so, now the issue :slight_smile:

I have a LAB setup to test MPLS over OSPF, with TE tunnels, the problem is that, only one VPLS is active (DATA), the other one (VOIP), stays down. I have setup 2 loopback address, so I can send data to TE-Data and voip to TE-Voip, the TE tunnels are ok and running. I have tried with Bugfix, Current and RC branches, all the same.
If I change the lsr-id and transport address with the second loopback address I get only the VOIP VPLS up. If I clear the lsr-id and transport addreess, none of the VPLS gets running state.

Here is the configuration of R1 and R2.

Best regards

/interface bridge
add name=Lo1 protocol-mode=none
add name=Lo2 protocol-mode=none
/interface vpls
add disabled=no l2mtu=1500 mac-address=02:E3:4C:6B:76:4E name=Data \
    remote-peer=172.16.1.1 vpls-id=1:1
add disabled=no l2mtu=1500 mac-address=02:BC:61:BD:04:D7 name=Voip \
    remote-peer=172.16.1.2 vpls-id=2:2
/mpls traffic-eng tunnel-path
add hops=10.0.1.2:strict name=1 use-cspf=no
add hops=10.0.2.2:strict name=2 use-cspf=no
/interface traffic-eng
add bandwidth=9Mbps disabled=no from-address=172.16.0.1 name=TE-Data \
    primary-path=1 record-route=yes reoptimize-interval=5s secondary-paths=2 \
    to-address=172.16.1.1
add bandwidth=1Mbps disabled=no from-address=172.16.0.2 name=TE-Voip \
    primary-path=2 record-route=yes reoptimize-interval=5s secondary-paths=1 \
    to-address=172.16.1.2
/routing ospf area
add area-id=0.0.0.1 name=1
/routing ospf instance
set [ find default=yes ] router-id=172.16.0.1
/ip address
add address=10.0.1.1 interface=ether1 network=10.0.1.2
add address=10.0.2.1 interface=ether2 network=10.0.2.2
add address=172.16.0.1 interface=Lo1 network=172.16.0.1
add address=172.16.0.2 interface=Lo2 network=172.16.0.2
/mpls interface
set [ find default=yes ] mpls-mtu=1550
/mpls ldp
set enabled=yes lsr-id=172.16.0.1 transport-address=172.16.0.1
/mpls traffic-eng interface
add bandwidth=10Mbps interface=ether1
add bandwidth=10Mbps interface=ether2
/routing ospf interface
add interface=Lo1 network-type=point-to-point passive=yes
add interface=Lo2 network-type=point-to-point passive=yes
add interface=ether1 network-type=point-to-point
add interface=ether2 network-type=point-to-point
/routing ospf network
add area=1 network=10.0.1.2/32
add area=1 network=10.0.2.2/32
add area=1 network=172.16.0.1/32
add area=1 network=172.16.0.2/32
/system identity
set name=R1



/interface bridge
add name=Lo1 protocol-mode=none
add name=Lo2 protocol-mode=none
/interface vpls
add disabled=no l2mtu=1500 mac-address=02:63:9B:13:30:24 name=Data \
    remote-peer=172.16.0.1 vpls-id=1:1
add disabled=no l2mtu=1500 mac-address=02:60:01:BE:43:22 name=Voip \
    remote-peer=172.16.0.2 vpls-id=2:2
/mpls traffic-eng tunnel-path
add hops=10.0.1.1:strict name=1 use-cspf=no
add hops=10.0.2.1:strict name=2 use-cspf=no
/interface traffic-eng
add bandwidth=9Mbps disabled=no from-address=172.16.1.1 name=TE-Data \
    primary-path=2 record-route=yes reoptimize-interval=5s secondary-paths=1 \
    to-address=172.16.0.1
add bandwidth=1Mbps disabled=no from-address=172.16.1.2 name=TE-Voip \
    primary-path=1 record-route=yes reoptimize-interval=5s secondary-paths=2 \
    to-address=172.16.0.2
/routing ospf area
add area-id=0.0.0.1 name=1
/routing ospf instance
set [ find default=yes ] router-id=172.16.1.1
/ip address
add address=10.0.1.2 interface=ether1 network=10.0.1.1
add address=10.0.2.2 interface=ether2 network=10.0.2.1
add address=172.16.1.1 interface=Lo1 network=172.16.1.1
add address=172.16.1.2 interface=Lo2 network=172.16.1.2
/mpls interface
set [ find default=yes ] mpls-mtu=1550
/mpls ldp
set enabled=yes lsr-id=172.16.1.1 transport-address=172.16.1.1
/mpls traffic-eng interface
add bandwidth=10Mbps interface=ether1
add bandwidth=10Mbps interface=ether2
/routing ospf interface
add interface=Lo1 network-type=point-to-point passive=yes
add interface=Lo2 network-type=point-to-point passive=yes
add interface=ether1 network-type=point-to-point
add interface=ether2 network-type=point-to-point
/routing ospf network
add area=1 network=10.0.1.1/32
add area=1 network=10.0.2.1/32
add area=backbone network=172.16.1.1/32
add area=backbone network=172.16.1.2/32
/system identity
set name=R2