jcluser@vMX1# show routing-instances evpna instance-type evpn; protocols { evpn; } vlan-id 135; interface ge-0/0/2.135; route-distinguisher 64500:1; vrf-target target:64500:135; [edit] jcluser@vMX1# show interfaces ge-0/0/2 flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 135 { encapsulation vlan-bridge; vlan-id 135; family bridge; } [edit] jcluser@vMX1# show protocols bgp { group IBGP-to-vRR { type internal; local-address 10.100.100.1; family inet { unicast; } family inet-vpn { unicast; } family evpn { signaling; } export NHS; neighbor 10.100.150.1 { description "to vRR1"; } neighbor 10.100.150.2 { description "to vRR2"; } } } isis { interface ge-0/0/0.0; interface ge-0/0/1.0; interface ge-0/0/3.0; interface ge-0/0/4.0; interface lo0.0; level 1 disable; } ldp { interface ge-0/0/0.0; interface ge-0/0/1.0; } mpls { interface ge-0/0/0.0; interface ge-0/0/1.0; } [edit] ==== jcluser@vMX4# show routing-instances CE-4 instance-type virtual-router; routing-options { static { route 0.0.0.0/0 next-hop 10.10.100.1; } } interface ge-0/0/2.135; [edit] jcluser@vMX4# show interfaces ge-0/0/2 flexible-vlan-tagging; unit 135 { vlan-id 135; family inet { address 10.10.100.4/24; } } [edit] ========= jcluser@vMX5# show routing-instances CE-5 instance-type virtual-router; routing-options { static { route 0.0.0.0/0 next-hop 10.10.100.1; } } interface ge-0/0/1.135; [edit] jcluser@vMX5# show interfaces ge-0/0/1 flexible-vlan-tagging; unit 135 { vlan-id 135; family inet { address 10.10.100.5/24; } } [edit] ===== jcluser@vMX6# show routing-instances CE-6 instance-type virtual-router; routing-options { static { route 0.0.0.0/0 next-hop 10.10.100.1; } } interface ge-0/0/4.135; [edit] jcluser@vMX6# show interfaces ge-0/0/4 flexible-vlan-tagging; unit 135 { vlan-id 135; family inet { address 10.10.100.6/24; } } [edit] === jcluser@vMX2# show routing-instances evpna instance-type evpn; protocols { evpn; } vlan-id 135; interface ge-0/0/1.135; route-distinguisher 64500:2; vrf-target target:64500:135; [edit] jcluser@vMX2# show interfaces ge-0/0/1 flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 135 { encapsulation vlan-bridge; vlan-id 135; family bridge; } [edit] jcluser@vMX2# show protocols bgp { group IBGP-to-vRR { type internal; local-address 10.100.100.2; family inet { unicast; } family inet-vpn { unicast; } family evpn { signaling; } export NHS; neighbor 10.100.150.1 { description "to vRR1"; } neighbor 10.100.150.2 { description "to vRR2"; } } } isis { interface ge-0/0/0.0; interface ge-0/0/2.0; interface ge-0/0/4.0; interface ge-0/0/5.0; interface lo0.0; level 1 disable; } ldp { interface ge-0/0/0.0; interface ge-0/0/2.0; } mpls { interface ge-0/0/0.0; interface ge-0/0/2.0; } [edit] == jcluser@vMX3# show routing-instances evpna instance-type evpn; protocols { evpn; } vlan-id 135; interface ge-0/0/4.135; route-distinguisher 64500:3; vrf-target target:64500:135; [edit] jcluser@vMX3# show interfaces ge-0/0/4 flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 135 { encapsulation vlan-bridge; vlan-id 135; family bridge; } [edit] jcluser@vMX3# show protocols bgp { group IBGP-to-vRR { type internal; local-address 10.100.100.3; family inet { unicast; } family inet-vpn { unicast; } family evpn { signaling; } export NHS; neighbor 10.100.150.1 { description "to vRR1"; } neighbor 10.100.150.2 { description "to vRR2"; } } } isis { interface ge-0/0/1.0; interface ge-0/0/2.0; interface lo0.0; level 1 disable; } ldp { interface ge-0/0/1.0; interface ge-0/0/2.0; } mpls { interface ge-0/0/1.0; interface ge-0/0/2.0; } [edit] === jcluser@vRR1# show protocols bgp group IBGP-to-vRR2 { type internal; local-address 10.100.150.1; neighbor 10.100.150.2; } group vRR1 { type internal; local-address 10.100.150.1; family inet { unicast; } family inet-vpn { unicast; } family evpn { signaling; } cluster 1.1.1.1; neighbor 10.100.100.1 { description "to VMX1"; } neighbor 10.100.100.2 { description "to VMX2"; } neighbor 10.100.100.3 { description "to VMX3"; } } [edit] jcluser@vRR1# show routing-options rib inet.3 { static { route 0.0.0.0/0 reject; } } static { route 0.0.0.0/0 next-hop 100.123.0.1; } autonomous-system 64500; [edit]