Hi Steve,
Thanks a lot for the support. I followed your instructions and I got it to work!
This is the working configuration in my case:
irb {
unit 1000 {
family inet {
address 10.1.1.1/24;
}
}
}
bridge-domains {
VLAN_1000 {
vlan-id 1000;
interface ge-0/0/0.100;
interface ge-0/0/0.200;
routing-interface irb.1000;
}
}
interfaces {
ge-0/0/0 {
description "To PROVIDER";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
unit 100 {
description "Customer ACME site 1";
encapsulation vlan-bridge;
vlan-id 100;
}
unit 200 {
description "Customer ACME site 2";
encapsulation vlan-bridge;
vlan-id 200;
}
Erac