Specifications

flexible-vlan-tagging;
unit 1 {
encapsulation vlan-vpls;
family bridge {
interface-mode trunk;
vlan-id-list 1-1000; # Note the use of the VLAN id list statement.
}
}
}
interfaces ge-3/0/0 {
encapsulation flexible-ethernet-services;
flexible-vlan-tagging;
family bridge {
unit 1 {
encapsulation vlan-vpls;
interface-mode trunk;
vlan-id-list 1-1000; # Note the use of the VLAN id list statement.
}
}
}
interfaces ge-6/0/0 {
encapsulation flexible-ethernet-services;
flexible-vlan-tagging;
family bridge {
unit 11 {
encapsulation vlan-vpls;
interface-mode trunk;
vlan-id-list 1500;
}
}
}
routing-instances {
customer-c1-virtual-switch {
instance-type virtual-switch;
interface ge-1/0/0.1;
interface ge-2/0/0.1;
interface ge-3/0/0.1;
bridge-domains {
c1-vlan-v1-to-v1000 {
vlan-id all; # Note the use of the VLAN id all statement
}
}
} # End of customer-c1-v1-to-v1000
customer-c2-virtual-switch {
instance-type virtual-switch;
interface ge-1/0/0.11;
interface ge-6/0/0.11;
bridge-domains {
c1-vlan-v1500 {
vlan-id all; # Note the use of the VLAN id all statement
}
}
} # End of customer-c1-v1500
} # End of routing-instances
Copyright © 2015, Juniper Networks, Inc.142
Release Notes: Junos OS Release 13.3R6 for the EX Series, M Series, MX Series, PTX Series, and T Series