Hello,
we are trying to add additional vlans to an working vpls connection between two srx devices (srx 380 / srx 320).
It is working fine with one vlan - if we add additional vlans we are not able to reach the other site....
# This works for vlan id 52
description "L2VPN INTERFACE";
promiscuous-mode;
flexible-vlan-tagging;
encapsulation extended-vlan-vpls;
unit 52 {
vlan-id-range 52-55;
input-vlan-map {
push;
vlan-id 500;
}
output-vlan-map pop;
}
#this only works for vlan 50 but not for 52
description "L2VPN INTERFACE";
promiscuous-mode;
flexible-vlan-tagging;
encapsulation extended-vlan-vpls;
unit 52 {
vlan-id-range 50-55;
input-vlan-map {
push;
vlan-id 500;
}
output-vlan-map pop;
}
The configuration on the other site is identical.
Best Regards
------------------------------
FLORIAN
------------------------------