Here is what I have now:
ge-0/0/2 { vlan-tagging; encapsulation flexible-ethernet-services; unit 1700 { description "Management VLAN"; encapsulation vlan-vpls; vlan-id 1700;
----------------------------------------------------------------------------------
vpls-vlan-1700 {
instance-type vpls;
interface ge-0/0/2.1700;
interface ge-0/0/4.1700;
route-distinguisher 10.1.1.2:1700;
vrf-target target:65512:1700;
protocols {
vpls {
site-range 13;
no-tunnel-services;
site vlan_1700 {
site-identifier 2;
interface ge-0/0/4.1700;
interface ge-0/0/2.1700;
}
}
}
}
}
I can now commit without errors.
I want the port to be natively on that VLAN. But this requires me to interface on a vlan correct?