interfaces { ge-2/0/0 { description "VPLS Test"; vlan-tagging; mtu 9000; encapsulation extended-vlan-vpls; unit 0 { vlan-id 600; family vpls; } } lo0 { unit 0 { family inet { address 4.4.4.4/32 { primary; } address 11.11.11.11/32; } family iso { address 49.0010.0040.0400.4004.00; } } } } routing-options { router-id 4.4.4.4; autonomous-system 150; } protocols { rsvp { interface all; } mpls { traffic-engineering mpls-forwarding; explicit-null; label-switched-path to-remote { no-install-to-address; to 1.1.1.1; install 10.10.10.10/32; } interface all; } bgp { group internal { type internal; local-address 4.4.4.4; family inet { unicast; } family l2vpn { signaling; } export [ next-hop-self ]; neighbor 1.1.1.1; } } isis { reference-bandwidth 1g; level 1 disable; level 2 wide-metrics-only; interface all; interface lo0.0 { passive; } } } policy-options { policy-statement next-hop-self { term term1 { from protocol l2vpn; then { next-hop 11.11.11.11; accept; } } term term2 { then { next-hop self; } } } } routing-instances { vpls-ELL { description "ELL Backhaul"; instance-type vpls; interface ge-2/0/0.0; route-distinguisher 11.11.11.11:1000; vrf-target target:1111:1000; protocols { vpls { site-range 4; no-tunnel-services; site R4 { site-identifier 2; } } } } }