interfaces { ge-0/0/1 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 600 { encapsulation vlan-vpls; vlan-id 600; } } ge-0/0/2 { unit 0 { family inet { address 10.10.12.1/24; } family mpls; } } ge-0/0/3 { unit 0 { family inet { address 10.10.13.1/24; } family mpls; } } lo0 { unit 0 { family inet { address 1.1.1.1/32; } } } } routing-options { autonomous-system 100; } protocols { mpls { interface ge-0/0/3.0; interface ge-0/0/2.0; } ospf { area 0.0.0.0 { interface ge-0/0/2.0; interface ge-0/0/3.0; interface lo0.0 { passive; } } } ldp { interface ge-0/0/2.0; interface ge-0/0/3.0; interface lo0.0; } } routing-instances { CUST-A { instance-type vpls; interface ge-0/0/1.600; route-distinguisher 1.1.1.1:100; vrf-target target:100:200; protocols { vpls { no-tunnel-services; site CUST-AA { automatic-site-id; } vpls-id 600; neighbor 4.4.4.4; } } } }