EN ESTA PÁGINA
Ejemplo: Configuración de multiconexión activa-activa de EVPN
En este ejemplo, se muestra cómo configurar VPN Ethernet (EVPN) para dispositivos perimetrales de cliente multiconexión en el modo de redundancia activo-activo, de modo que el tráfico de unidifusión de capa 2 pueda tener un equilibrio de carga en todos los vínculos multiconexión en y hacia el dispositivo CE.
Requisitos
En este ejemplo, se utilizan los siguientes componentes de hardware y software:
-
Cinco plataformas de enrutamiento universal 5G de la serie MX solo con interfaces MPC, donde:
-
Se configuran tres dispositivos como enrutadores perimetrales de proveedor (PE) conectados a un sitio de cliente multiconexión común.
-
Un dispositivo está configurado como un enrutador de PE remoto conectado a un sitio de cliente de una sola conexión.
-
-
Seis dispositivos de borde de cliente (CE), con un dispositivo CE multiconexión y el resto de los dispositivos CE de una sola conexión a cada uno de los enrutadores de PE.
-
Junos OS versión 16.1 o posterior que se ejecuta en todos los enrutadores de PE.
Nota:Consulte Explorador de características para conocer la compatibilidad de plataforma y versión de cualquier función de Junos OS, incluido el modo activo-activo de multiconexión EVPN.
Antes de empezar:
-
Configure las interfaces del enrutador.
-
Configure SI-SI o cualquier otro protocolo IGP.
-
Configure BGP.
-
Configure LDP.
-
Configure MPLS.
-
Configure los túneles RSVP, MPLS, LSP o GRE.
Descripción general y topología
Esta solución EVPN en enrutadores de la serie MX con interfaces MPC se extiende para proporcionar funcionalidad de multiconexión en el modo de operación de redundancia activa-activa. Esta característica permite el equilibrio de carga del tráfico de unidifusión de capa 2 en todos los vínculos multiconexión hacia y hacia un dispositivo de borde del cliente.
La función de multiconexión activa-activa de EVPN proporciona redundancia a nivel de vínculo y de nodo, junto con un uso eficaz de los recursos.
Para habilitar la multiconexión activa-activa de EVPN, incluya la all-active instrucción en el [edit interfaces esi] nivel de jerarquía.
En la Figura 1, el núcleo consta de cuatro enrutadores perimetrales de proveedor (PE) y un enrutador de proveedor (P) configurado como reflector de ruta (RR). El enrutador CE10 tiene multiconexión para los enrutadores PE1, PE2 y PE3. Cada enrutador de PE también está conectado a un sitio de cliente de una sola conexión.
Hay tres instancias de enrutamiento que se ejecutan en la topología: VS-1, VS-2 y mhevpn, junto con la instancia de enrutamiento predeterminada. Las instancias de enrutamiento comparten nueve VLAN con tres ESI cada una. Las instancias de enrutamiento VS-1 y VS-2 se configuran como un tipo de instancia de enrutamiento de conmutador virtual y la instancia de enrutamiento mhevpn es una instancia de enrutamiento EVPN.
Se utilizan tres paquetes agregados (ae0, ae1 y ae2) para conectar el dispositivo CE multiconexión, CE10, a los enrutadores PE1, PE2 y PE3. Estos paquetes agregados se configuran para tres ESI cada uno. Los paquetes agregados, ae12 y ae13, se utilizan para interconectar los enrutadores PE1 y PE2, y PE1 y PE3, respectivamente.
de multiconexión activa-activa de EVPN
Para la redundancia activa-activa, se requieren configuraciones adicionales en la estrofa "interconnect" para habilitar la interconexión DCI. Para una default switch (switch-options) configuración, asegúrese de establecer el DCI en global protocols evpn: [edit Global Protocols EVPN].
Ejemplo de EVPN de protocolos:
evpn-vxlan-dc1
vtep-source-interface lo0.0;
instance-type mac-vrf;
route-distinguisher 101:1;
vrf-target target:1:1;
protocols {
evpn {
encapsulation vxlan;
extended-vni-list all;
interconnect {
vrf-target target:2:2;
vrf-import
route-distinguisher 101:2;
interconnected-vni-list all;
esi {
00:00:01:02:03:04:05:06:07:08;
all-active;
}
}
}
}
vlans {
bd1 {
vlan-id 51;
l3-interface irb.0;
vxlan {
vni 51;
translation-vni
}
}
}
}
global
protocols {
evpn {
interconnect-multihoming-peer-gateways
}
}
Configure esta instrucción interconnect-multihoming-peer-gateways para que contenga una lista de todos los pares DCI en el mismo controlador de dominio.
La lista puede contener hasta 64 entradas de puerta de enlace par. Asegúrese de configurar bajo la estrofa global protocol evpn [edit global protocols evpn] y no bajo ninguna configuración mac-vrf [edit protocols evpn-vxlan-dc1 instance-type mac-vrf].
Configuración
Configuración rápida de CLI
Para configurar rápidamente este ejemplo, copie los siguientes comandos, péguelos en un archivo de texto, elimine los saltos de línea, cambie los detalles necesarios para que coincidan con su configuración de red, copie y pegue los comandos en la CLI en el nivel de jerarquía y, luego, ingrese commit desde el [edit] modo de configuración.
CE10
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-0/0/1 gigether-options 802.3ad ae0 set interfaces ge-1/0/2 gigether-options 802.3ad ae0 set interfaces ge-1/0/4 gigether-options 802.3ad ae0 set interfaces ge-1/1/7 gigether-options 802.3ad ae0 set interfaces ge-1/1/8 gigether-options 802.3ad ae2 set interfaces ge-1/1/9 gigether-options 802.3ad ae1 set interfaces ge-1/2/1 gigether-options 802.3ad ae2 set interfaces ge-1/2/2 gigether-options 802.3ad ae1 set interfaces ge-1/2/3 gigether-options 802.3ad ae0 set interfaces ge-1/2/4 gigether-options 802.3ad ae0 set interfaces ge-1/3/0 flexible-vlan-tagging set interfaces ge-1/3/0 encapsulation flexible-ethernet-services set interfaces ge-1/3/0 unit 0 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 0 vlan-id 10 set interfaces ge-1/3/0 unit 1 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 1 vlan-id 20 set interfaces ge-1/3/0 unit 2 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 2 vlan-id 30 set interfaces ge-1/3/0 unit 110 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 110 vlan-id 110 set interfaces ge-1/3/0 unit 120 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 120 vlan-id 120 set interfaces ge-1/3/0 unit 130 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 130 vlan-id 130 set interfaces ge-1/3/0 unit 210 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 210 vlan-id 210 set interfaces ge-1/3/0 unit 220 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 220 vlan-id 220 set interfaces ge-1/3/0 unit 230 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 230 vlan-id 230 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 aggregated-ether-options minimum-links 1 set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 encapsulation vlan-bridge set interfaces ae0 unit 110 vlan-id 110 set interfaces ae0 unit 210 encapsulation vlan-bridge set interfaces ae0 unit 210 vlan-id 210 set interfaces ae1 flexible-vlan-tagging set interfaces ae1 encapsulation flexible-ethernet-services set interfaces ae1 aggregated-ether-options minimum-links 1 set interfaces ae1 unit 1 encapsulation vlan-bridge set interfaces ae1 unit 1 vlan-id 20 set interfaces ae1 unit 120 encapsulation vlan-bridge set interfaces ae1 unit 120 vlan-id 120 set interfaces ae1 unit 220 encapsulation vlan-bridge set interfaces ae1 unit 220 vlan-id 220 set interfaces ae2 flexible-vlan-tagging set interfaces ae2 encapsulation flexible-ethernet-services set interfaces ae2 aggregated-ether-options minimum-links 1 set interfaces ae2 unit 2 encapsulation vlan-bridge set interfaces ae2 unit 2 vlan-id 30 set interfaces ae2 unit 130 encapsulation vlan-bridge set interfaces ae2 unit 130 vlan-id 130 set interfaces ae2 unit 230 encapsulation vlan-bridge set interfaces ae2 unit 230 vlan-id 230 set routing-options forwarding-table export load-balancing-policy set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set bridge-domains bd10 domain-type bridge set bridge-domains bd10 vlan-id 10 set bridge-domains bd10 interface ae0.0 set bridge-domains bd10 interface ge-1/3/0.0 set bridge-domains bd110 domain-type bridge set bridge-domains bd110 vlan-id 110 set bridge-domains bd110 interface ae0.110 set bridge-domains bd110 interface ge-1/3/0.110 set bridge-domains bd120 domain-type bridge set bridge-domains bd120 vlan-id 120 set bridge-domains bd120 interface ge-1/3/0.120 set bridge-domains bd120 interface ae1.120 set bridge-domains bd130 domain-type bridge set bridge-domains bd130 vlan-id 130 set bridge-domains bd130 interface ge-1/3/0.130 set bridge-domains bd130 interface ae2.130 set bridge-domains bd20 domain-type bridge set bridge-domains bd20 vlan-id 20 set bridge-domains bd20 interface ge-1/3/0.1 set bridge-domains bd20 interface ae1.1 set bridge-domains bd210 domain-type bridge set bridge-domains bd210 vlan-id 210 set bridge-domains bd210 interface ae0.210 set bridge-domains bd210 interface ge-1/3/0.210 set bridge-domains bd220 domain-type bridge set bridge-domains bd220 vlan-id 220 set bridge-domains bd220 interface ge-1/3/0.220 set bridge-domains bd220 interface ae1.220 set bridge-domains bd230 domain-type bridge set bridge-domains bd230 vlan-id 230 set bridge-domains bd230 interface ge-1/3/0.230 set bridge-domains bd230 interface ae2.230 set bridge-domains bd30 domain-type bridge set bridge-domains bd30 vlan-id 30 set bridge-domains bd30 interface ge-1/3/0.2 set bridge-domains bd30 interface ae2.2
CE5
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-1/1/5 gigether-options 802.3ad ae0 set interfaces ge-1/1/9 flexible-vlan-tagging set interfaces ge-1/1/9 encapsulation flexible-ethernet-services set interfaces ge-1/1/9 unit 0 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 0 vlan-id 10 set interfaces ge-1/1/9 unit 1 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 1 vlan-id 20 set interfaces ge-1/1/9 unit 2 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 2 vlan-id 30 set interfaces ge-1/1/9 unit 110 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 110 vlan-id 110 set interfaces ge-1/1/9 unit 120 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 120 vlan-id 120 set interfaces ge-1/1/9 unit 130 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 130 vlan-id 130 set interfaces ge-1/1/9 unit 210 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 210 vlan-id 210 set interfaces ge-1/1/9 unit 220 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 220 vlan-id 220 set interfaces ge-1/1/9 unit 230 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 230 vlan-id 230 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 1 encapsulation vlan-bridge set interfaces ae0 unit 1 vlan-id 20 set interfaces ae0 unit 2 encapsulation vlan-bridge set interfaces ae0 unit 2 vlan-id 30 set interfaces ae0 unit 110 encapsulation vlan-bridge set interfaces ae0 unit 110 vlan-id 110 set interfaces ae0 unit 120 encapsulation vlan-bridge set interfaces ae0 unit 120 vlan-id 120 set interfaces ae0 unit 130 encapsulation vlan-bridge set interfaces ae0 unit 130 vlan-id 130 set interfaces ae0 unit 210 encapsulation vlan-bridge set interfaces ae0 unit 210 vlan-id 210 set interfaces ae0 unit 220 encapsulation vlan-bridge set interfaces ae0 unit 220 vlan-id 220 set interfaces ae0 unit 230 encapsulation vlan-bridge set interfaces ae0 unit 230 vlan-id 230 set interfaces lo0 unit 6 family inet address 203.0.113.0/24 set interfaces lo0 unit 6 family iso address 47.0005.80ff.f800.0000.0108.0000.6006.0070.0600 set routing-options forwarding-table export load-balancing-policy set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set bridge-domains bd10 domain-type bridge set bridge-domains bd10 vlan-id 10 set bridge-domains bd10 interface ae0.0 set bridge-domains bd10 interface ge-1/1/9.0 set bridge-domains bd110 domain-type bridge set bridge-domains bd110 vlan-id 110 set bridge-domains bd110 interface ae0.110 set bridge-domains bd110 interface ge-1/1/9.110 set bridge-domains bd120 domain-type bridge set bridge-domains bd120 vlan-id 120 set bridge-domains bd120 interface ge-1/1/9.120 set bridge-domains bd120 interface ae0.120 set bridge-domains bd130 domain-type bridge set bridge-domains bd130 vlan-id 130 set bridge-domains bd130 interface ge-1/1/9.130 set bridge-domains bd130 interface ae0.130 set bridge-domains bd20 domain-type bridge set bridge-domains bd20 vlan-id 20 set bridge-domains bd20 interface ae0.1 set bridge-domains bd20 interface ge-1/1/9.1 set bridge-domains bd210 domain-type bridge set bridge-domains bd210 vlan-id 210 set bridge-domains bd210 interface ae0.210 set bridge-domains bd210 interface ge-1/1/9.210 set bridge-domains bd220 domain-type bridge set bridge-domains bd220 vlan-id 220 set bridge-domains bd220 interface ge-1/1/9.220 set bridge-domains bd220 interface ae0.220 set bridge-domains bd230 domain-type bridge set bridge-domains bd230 vlan-id 230 set bridge-domains bd230 interface ge-1/1/9.230 set bridge-domains bd230 interface ae0.230 set bridge-domains bd30 domain-type bridge set bridge-domains bd30 vlan-id 30 set bridge-domains bd30 interface ge-1/1/9.2 set bridge-domains bd30 interface ae0.2
PE1
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-1/0/3 gigether-options 802.3ad ae13 set interfaces ge-1/0/4 gigether-options 802.3ad ae13 set interfaces ge-1/0/5 gigether-options 802.3ad ae12 set interfaces ge-1/1/4 unit 0 family inet address 192.0.2.1/24 set interfaces ge-1/1/4 unit 0 family iso set interfaces ge-1/1/4 unit 0 family mpls set interfaces ge-1/1/6 gigether-options 802.3ad ae12 set interfaces ge-1/2/1 flexible-vlan-tagging set interfaces ge-1/2/1 encapsulation flexible-ethernet-services set interfaces ge-1/2/1 esi 00:33:33:33:33:33:33:33:33:33 set interfaces ge-1/2/1 esi all-active set interfaces ge-1/2/1 unit 0 encapsulation vlan-bridge set interfaces ge-1/2/1 unit 0 vlan-id 30 set interfaces ge-1/2/1 unit 130 family bridge interface-mode trunk set interfaces ge-1/2/1 unit 130 family bridge vlan-id-list 130 set interfaces ge-1/2/1 unit 230 family bridge interface-mode trunk set interfaces ge-1/2/1 unit 230 family bridge vlan-id-list 230 set interfaces ge-1/2/2 flexible-vlan-tagging set interfaces ge-1/2/2 encapsulation flexible-ethernet-services set interfaces ge-1/2/2 esi 00:22:22:22:22:22:22:22:22:22 set interfaces ge-1/2/2 esi all-active set interfaces ge-1/2/2 unit 0 encapsulation vlan-bridge set interfaces ge-1/2/2 unit 0 vlan-id 20 set interfaces ge-1/2/2 unit 120 family bridge interface-mode trunk set interfaces ge-1/2/2 unit 120 family bridge vlan-id-list 120 set interfaces ge-1/2/2 unit 220 family bridge interface-mode trunk set interfaces ge-1/2/2 unit 220 family bridge vlan-id-list 220 set interfaces ge-1/2/3 gigether-options 802.3ad ae0 set interfaces ge-1/2/4 gigether-options 802.3ad ae0 set interfaces ge-1/3/0 flexible-vlan-tagging set interfaces ge-1/3/0 encapsulation flexible-ethernet-services set interfaces ge-1/3/0 unit 0 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 0 vlan-id 10 set interfaces ge-1/3/0 unit 100 family bridge interface-mode trunk set interfaces ge-1/3/0 unit 100 family bridge vlan-id-list 110 set interfaces ge-1/3/0 unit 100 family bridge vlan-id-list 120 set interfaces ge-1/3/0 unit 100 family bridge vlan-id-list 130 set interfaces ge-1/3/0 unit 200 family bridge interface-mode trunk set interfaces ge-1/3/0 unit 200 family bridge vlan-id-list 210 set interfaces ge-1/3/0 unit 200 family bridge vlan-id-list 220 set interfaces ge-1/3/0 unit 200 family bridge vlan-id-list 230 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 esi 00:11:11:11:11:11:11:11:11:11 set interfaces ae0 esi all-active set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 family bridge interface-mode trunk set interfaces ae0 unit 110 family bridge vlan-id-list 110 set interfaces ae0 unit 210 family bridge interface-mode trunk set interfaces ae0 unit 210 family bridge vlan-id-list 210 set interfaces ae12 flexible-vlan-tagging set interfaces ae12 encapsulation flexible-ethernet-services set interfaces ae12 aggregated-ether-options minimum-links 1 set interfaces ae12 unit 0 vlan-id 1200 set interfaces ae12 unit 0 family inet address 198.51.100.12/24 set interfaces ae12 unit 0 family iso set interfaces ae12 unit 0 family mpls set interfaces ae13 flexible-vlan-tagging set interfaces ae13 encapsulation flexible-ethernet-services set interfaces ae13 aggregated-ether-options minimum-links 1 set interfaces ae13 unit 0 vlan-tags outer 1300 set interfaces ae13 unit 0 vlan-tags inner 13 set interfaces ae13 unit 0 family inet address 198.51.100.13/24 set interfaces ae13 unit 0 family iso set interfaces ae13 unit 0 family mpls set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.1/24 primary set interfaces lo0 unit 0 family iso set routing-options router-id 198.51.100.1 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe1tope2 from 198.51.100.1 set protocols mpls label-switched-path pe1tope2 to 198.51.100.2 set protocols mpls label-switched-path pe1tope2 primary direct_to_pe2 set protocols mpls label-switched-path pe1tope3 from 198.51.100.1 set protocols mpls label-switched-path pe1tope3 to 198.51.100.3 set protocols mpls label-switched-path pe1tope3 primary direct_to_pe3 set protocols mpls label-switched-path pe1tope4 from 198.51.100.1 set protocols mpls label-switched-path pe1tope4 to 198.51.100.4 set protocols mpls label-switched-path pe1tope4 primary direct_to_pe4 set protocols mpls path pe4_to_pe3 198.51.100.4 strict set protocols mpls path pe4_to_pe3 198.51.100.3 strict set protocols mpls path direct_to_pe2 198.51.100.5 strict set protocols mpls path direct_to_pe3 198.51.100.6 strict set protocols mpls path direct_to_pe4 198.51.100.9 strict set protocols mpls path pe2_to_pe3 198.51.100.2 strict set protocols mpls path pe2_to_pe3 198.51.100.3 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.1 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols evpn set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-1/2/1.130 set routing-instances VS-1 interface ge-1/2/2.120 set routing-instances VS-1 interface ge-1/3/0.100 set routing-instances VS-1 interface ae0.110 set routing-instances VS-1 route-distinguisher 198.51.100.1:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-1/2/1.230 set routing-instances VS-2 interface ge-1/2/2.220 set routing-instances VS-2 interface ge-1/3/0.200 set routing-instances VS-2 interface ae0.210 set routing-instances VS-2 route-distinguisher 198.51.100.1:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-1/2/1.0 set routing-instances mhevpn interface ge-1/2/2.0 set routing-instances mhevpn interface ge-1/3/0.0 set routing-instances mhevpn interface ae0.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.1:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.1:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
PE2
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-0/0/5 gigether-options 802.3ad ae12 set interfaces ge-0/1/0 gigether-options 802.3ad ae12 set interfaces ge-0/1/1 flexible-vlan-tagging set interfaces ge-0/1/1 encapsulation flexible-ethernet-services set interfaces ge-0/1/1 esi 00:33:33:33:33:33:33:33:33:33 set interfaces ge-0/1/1 esi all-active set interfaces ge-0/1/1 unit 0 encapsulation vlan-bridge set interfaces ge-0/1/1 unit 0 vlan-id 30 set interfaces ge-0/1/1 unit 130 family bridge interface-mode trunk set interfaces ge-0/1/1 unit 130 family bridge vlan-id-list 130 set interfaces ge-0/1/1 unit 230 family bridge interface-mode trunk set interfaces ge-0/1/1 unit 230 family bridge vlan-id-list 230 set interfaces ge-0/1/2 flexible-vlan-tagging set interfaces ge-0/1/2 encapsulation flexible-ethernet-services set interfaces ge-0/1/2 esi 00:22:22:22:22:22:22:22:22:22 set interfaces ge-0/1/2 esi all-active set interfaces ge-0/1/2 unit 0 encapsulation vlan-bridge set interfaces ge-0/1/2 unit 0 vlan-id 20 set interfaces ge-0/1/2 unit 120 family bridge interface-mode trunk set interfaces ge-0/1/2 unit 120 family bridge vlan-id-list 120 set interfaces ge-0/1/2 unit 220 family bridge interface-mode trunk set interfaces ge-0/1/2 unit 220 family bridge vlan-id-list 220 set interfaces ge-0/1/3 unit 0 family inet address 192.0.2.3/24 set interfaces ge-0/1/3 unit 0 family iso set interfaces ge-0/1/3 unit 0 family mpls set interfaces ge-0/1/4 gigether-options 802.3ad ae0 set interfaces ge-0/1/6 flexible-vlan-tagging set interfaces ge-0/1/6 encapsulation flexible-ethernet-services set interfaces ge-0/1/6 unit 0 encapsulation vlan-bridge set interfaces ge-0/1/6 unit 0 vlan-id 10 set interfaces ge-0/1/6 unit 100 family bridge interface-mode trunk set interfaces ge-0/1/6 unit 100 family bridge vlan-id-list 110 set interfaces ge-0/1/6 unit 100 family bridge vlan-id-list 120 set interfaces ge-0/1/6 unit 100 family bridge vlan-id-list 130 set interfaces ge-0/1/6 unit 200 family bridge interface-mode trunk set interfaces ge-0/1/6 unit 200 family bridge vlan-id-list 210 set interfaces ge-0/1/6 unit 200 family bridge vlan-id-list 220 set interfaces ge-0/1/6 unit 200 family bridge vlan-id-list 230 set interfaces ge-0/1/9 gigether-options 802.3ad ae0 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 esi 00:11:11:11:11:11:11:11:11:11 set interfaces ae0 esi all-active set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 family bridge interface-mode trunk set interfaces ae0 unit 110 family bridge vlan-id-list 110 set interfaces ae0 unit 210 family bridge interface-mode trunk set interfaces ae0 unit 210 family bridge vlan-id-list 210 set interfaces ae12 flexible-vlan-tagging set interfaces ae12 encapsulation flexible-ethernet-services set interfaces ae12 aggregated-ether-options minimum-links 1 set interfaces ae12 unit 0 vlan-id 1200 set interfaces ae12 unit 0 family inet address 198.51.100.5/24 set interfaces ae12 unit 0 family iso set interfaces ae12 unit 0 family mpls set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.2/32 primary set interfaces lo0 unit 0 family iso set routing-options router-id 198.51.100.2 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe2tope1 from 198.51.100.2 set protocols mpls label-switched-path pe2tope1 to 198.51.100.1 set protocols mpls label-switched-path pe2tope1 primary direct_to_pe1 set protocols mpls label-switched-path pe2tope3 from 198.51.100.2 set protocols mpls label-switched-path pe2tope3 to 198.51.100.3 set protocols mpls label-switched-path pe2tope3 primary direct_to_pe3 set protocols mpls label-switched-path pe2tope4 from 198.51.100.2 set protocols mpls label-switched-path pe2tope4 to 198.51.100.4 set protocols mpls label-switched-path pe2tope4 primary direct_to_pe4 set protocols mpls path direct_to_pe1 198.51.100.12 strict set protocols mpls path direct_to_pe3 198.51.100.7 strict set protocols mpls path direct_to_pe4 198.51.100.8 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.2 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-0/1/1.130 set routing-instances VS-1 interface ge-0/1/2.120 set routing-instances VS-1 interface ge-0/1/6.100 set routing-instances VS-1 interface ae0.110 set routing-instances VS-1 route-distinguisher 198.51.100.2:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-0/1/1.230 set routing-instances VS-2 interface ge-0/1/2.220 set routing-instances VS-2 interface ge-0/1/6.200 set routing-instances VS-2 interface ae0.210 set routing-instances VS-2 route-distinguisher 198.51.100.2:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-0/1/1.0 set routing-instances mhevpn interface ge-0/1/2.0 set routing-instances mhevpn interface ge-0/1/6.0 set routing-instances mhevpn interface ae0.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.2:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.2:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
PE3
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-2/0/1 gigether-options 802.3ad ae13 set interfaces ge-2/0/2 gigether-options 802.3ad ae13 set interfaces ge-2/0/4 gigether-options 802.3ad ae0 set interfaces ge-2/0/9 flexible-vlan-tagging set interfaces ge-2/0/9 encapsulation flexible-ethernet-services set interfaces ge-2/0/9 unit 0 encapsulation vlan-bridge set interfaces ge-2/0/9 unit 0 vlan-id 10 set interfaces ge-2/0/9 unit 100 family bridge interface-mode trunk set interfaces ge-2/0/9 unit 100 family bridge vlan-id-list 110 set interfaces ge-2/0/9 unit 100 family bridge vlan-id-list 120 set interfaces ge-2/0/9 unit 100 family bridge vlan-id-list 130 set interfaces ge-2/0/9 unit 200 family bridge interface-mode trunk set interfaces ge-2/0/9 unit 200 family bridge vlan-id-list 210 set interfaces ge-2/0/9 unit 200 family bridge vlan-id-list 220 set interfaces ge-2/0/9 unit 200 family bridge vlan-id-list 230 set interfaces ge-2/1/0 unit 0 family inet address 192.0.2.5/24 set interfaces ge-2/1/0 unit 0 family iso set interfaces ge-2/1/0 unit 0 family mpls set interfaces ge-2/1/6 gigether-options 802.3ad ae0 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 esi 00:11:11:11:11:11:11:11:11:11 set interfaces ae0 esi all-active set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 family bridge interface-mode trunk set interfaces ae0 unit 110 family bridge vlan-id-list 110 set interfaces ae0 unit 210 family bridge interface-mode trunk set interfaces ae0 unit 210 family bridge vlan-id-list 210 set interfaces ae13 flexible-vlan-tagging set interfaces ae13 encapsulation flexible-ethernet-services set interfaces ae13 aggregated-ether-options minimum-links 1 set interfaces ae13 unit 0 vlan-tags outer 1300 set interfaces ae13 unit 0 vlan-tags inner 13 set interfaces ae13 unit 0 family inet address 198.51.100.6/24 set interfaces ae13 unit 0 family iso set interfaces ae13 unit 0 family mpls set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.3/32 primary set interfaces lo0 unit 0 family iso set routing-options router-id 198.51.100.3 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe3tope1 from 198.51.100.3 set protocols mpls label-switched-path pe3tope1 to 198.51.100.1 set protocols mpls label-switched-path pe3tope1 primary direct_to_pe1 set protocols mpls label-switched-path pe3tope2 from 198.51.100.3 set protocols mpls label-switched-path pe3tope2 to 198.51.100.2 set protocols mpls label-switched-path pe3tope2 primary direct_to_pe2 set protocols mpls label-switched-path pe3tope4 from 198.51.100.3 set protocols mpls label-switched-path pe3tope4 to 198.51.100.4 set protocols mpls label-switched-path pe3tope4 primary direct_to_pe4 set protocols mpls path direct_to_pe1 198.51.100.13 strict set protocols mpls path direct_to_pe2 198.51.100.10 strict set protocols mpls path direct_to_pe4 198.51.100.11 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.3 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-2/0/9.100 set routing-instances VS-1 interface ae0.110 set routing-instances VS-1 route-distinguisher 198.51.100.3:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-2/0/9.200 set routing-instances VS-2 interface ae0.210 set routing-instances VS-2 route-distinguisher 198.51.100.3:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-2/0/9.0 set routing-instances mhevpn interface ae0.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.3:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.3:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
PE4
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-1/0/3 unit 0 family inet address 192.0.2.7/24 set interfaces ge-1/0/3 unit 0 family iso set interfaces ge-1/0/3 unit 0 family mpls set interfaces ge-1/1/1 flexible-vlan-tagging set interfaces ge-1/1/1 encapsulation flexible-ethernet-services set interfaces ge-1/1/1 esi 00:44:44:44:44:44:44:44:44:44 set interfaces ge-1/1/1 esi all-active set interfaces ge-1/1/1 unit 0 encapsulation vlan-bridge set interfaces ge-1/1/1 unit 0 vlan-id 10 set interfaces ge-1/1/1 unit 100 family bridge interface-mode trunk set interfaces ge-1/1/1 unit 100 family bridge vlan-id-list 110 set interfaces ge-1/1/1 unit 100 family bridge vlan-id-list 120 set interfaces ge-1/1/1 unit 100 family bridge vlan-id-list 130 set interfaces ge-1/1/1 unit 200 family bridge interface-mode trunk set interfaces ge-1/1/1 unit 200 family bridge vlan-id-list 210 set interfaces ge-1/1/1 unit 200 family bridge vlan-id-list 220 set interfaces ge-1/1/1 unit 200 family bridge vlan-id-list 230 set interfaces ge-1/1/9 flexible-vlan-tagging set interfaces ge-1/1/9 encapsulation flexible-ethernet-services set interfaces ge-1/1/9 unit 0 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 0 vlan-id 10 set interfaces ge-1/1/9 unit 100 family bridge interface-mode trunk set interfaces ge-1/1/9 unit 100 family bridge vlan-id-list 110 set interfaces ge-1/1/9 unit 100 family bridge vlan-id-list 120 set interfaces ge-1/1/9 unit 100 family bridge vlan-id-list 130 set interfaces ge-1/1/9 unit 200 family bridge interface-mode trunk set interfaces ge-1/1/9 unit 200 family bridge vlan-id-list 210 set interfaces ge-1/1/9 unit 200 family bridge vlan-id-list 220 set interfaces ge-1/1/9 unit 200 family bridge vlan-id-list 230 set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.4/32 primary set routing-options router-id 198.51.100.4 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe4tope1 from 198.51.100.4 set protocols mpls label-switched-path pe4tope1 to 198.51.100.1 set protocols mpls label-switched-path pe4tope1 primary direct_to_pe1 set protocols mpls label-switched-path pe4tope2 from 198.51.100.4 set protocols mpls label-switched-path pe4tope2 to 198.51.100.2 set protocols mpls label-switched-path pe4tope2 primary direct_to_pe2 set protocols mpls label-switched-path pe4tope3 from 198.51.100.4 set protocols mpls label-switched-path pe4tope3 to 198.51.100.3 set protocols mpls label-switched-path pe4tope3 primary direct_to_pe3 set protocols mpls path pe2_to_pe3 198.51.100.2 strict set protocols mpls path pe2_to_pe3 198.51.100.3 strict set protocols mpls path direct_to_pe1 198.51.100.14 strict set protocols mpls path direct_to_pe2 198.51.100.15 strict set protocols mpls path direct_to_pe3 198.51.100.16 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.4 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-1/1/1.100 set routing-instances VS-1 interface ge-1/1/9.100 set routing-instances VS-1 route-distinguisher 198.51.100.4:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-1/1/1.200 set routing-instances VS-2 interface ge-1/1/9.200 set routing-instances VS-2 route-distinguisher 198.51.100.4:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-1/1/1.0 set routing-instances mhevpn interface ge-1/1/9.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.4:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.4:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
P (RR)
set interfaces ge-1/0/5 unit 0 family inet address 192.0.2.8/24 set interfaces ge-1/1/2 unit 0 family inet address 192.0.2.6/24 set interfaces ge-1/1/3 unit 0 family inet address 192.0.2.4/24 set interfaces ge-1/1/4 unit 0 family inet address 192.0.2.2/24 set interfaces lo0 unit 0 family inet address 203.0.113.0 set protocols bgp group RR type internal set protocols bgp group RR local-address 203.0.113.0 set protocols bgp group RR family evpn signaling set protocols bgp group RR cluster 1.2.3.4 set protocols bgp group RR neighbor 198.51.100.1 set protocols bgp group RR neighbor 198.51.100.2 set protocols bgp group RR neighbor 198.51.100.3 set protocols bgp group RR neighbor 198.51.100.4 set protocols isis interface all level 1 disable set protocols ldp interface all set routing-options router-id 203.0.113.0 set routing-options autonomous-system 65221
Procedimiento
Procedimiento paso a paso
En el ejemplo siguiente, debe explorar por varios niveles en la jerarquía de configuración. Para obtener más información acerca de cómo navegar por la CLI, consulte Uso del editor de CLI en el modo de configuración.
Para configurar el enrutador PE1:
Repita este procedimiento para todos los demás enrutadores de PE multiconexión después de modificar los nombres de interfaz, las direcciones y otros parámetros adecuados.
-
Configure el enrutador de la serie MX para que funcione en el modo de IP mejorada, ya que la funcionalidad activa-activa de EVPN solo se admite en enrutadores con interfaces MPC y MIC.
Es necesario reiniciar el sistema al confirmar esta configuración.
[edit chassis] user@PE1# set network-services enhanced-ip
-
Especifique el número de interfaces Ethernet agregadas que se van a crear.
[edit chassis] user@PE1# set aggregated-devices ethernet device-count 20
-
Configure las interfaces del enrutador PE1 dentro del paquete agregado ae0 hacia el sitio del cliente multiconexión, el enrutador CE10.
-
Asigne las interfaces ge-1/2/3 y ge-1/2/4 dentro del paquete agregado ae0.
[edit interfaces] user@PE1# set ge-1/2/3 gigether-options 802.3ad ae0 user@PE1# set ge-1/2/4 gigether-options 802.3ad ae0
-
Configure los parámetros del paquete agregado ae0 para el etiquetado y la encapsulación de VLAN.
[edit interfaces] user@PE1# set ae0 flexible-vlan-tagging user@PE1# set ae0 encapsulation flexible-ethernet-services
-
Asigne un valor ESI para el primer segmento de Ethernet y habilite la multiconexión activa-activa de EVPN para el paquete agregado ae0.
[edit interfaces] user@PE1# set ae0 esi 00:11:11:11:11:11:11:11:11:11 user@PE1# set ae0 esi all-active
-
Configure una interfaz troncal en la red de puente para el paquete agregado ae0.
[edit interfaces] user@PE1# set ae0 unit 0 encapsulation vlan-bridge user@PE1# set ae0 unit 0 vlan-id 10 user@PE1# set ae0 unit 110 family bridge interface-mode trunk user@PE1# set ae0 unit 110 family bridge vlan-id-list 110 user@PE1# set ae0 unit 210 family bridge interface-mode trunk user@PE1# set ae0 unit 210 family bridge vlan-id-list 210
-
-
Configure las otras interfaces del enrutador PE1 hacia el sitio del cliente multiconexión, el enrutador CE10.
-
Configure los parámetros de etiquetado y encapsulación de VLAN para la interfaz ge-1/2/2 PE1.
[edit interfaces] user@PE1# set ge-1/2/2 flexible-vlan-tagging user@PE1# set ge-1/2/2 encapsulation flexible-ethernet-services
-
Asigne un valor ESI al segundo segmento de Ethernet y habilite la multiconexión activa-activa de EVPN para la interfaz ge-1/2/2 PE1.
[edit interfaces] user@PE1# set ge-1/2/2 esi 00:22:22:22:22:22:22:22:22:22 user@PE1# set ge-1/2/2 esi all-active
-
Configure una interfaz troncal en la red de puente para la interfaz ge-1/2/2 PE1.
[edit interfaces] user@PE1# set ge-1/2/2 unit 0 encapsulation vlan-bridge user@PE1# set ge-1/2/2 unit 0 vlan-id 20 user@PE1# set ge-1/2/2 unit 120 family bridge interface-mode trunk user@PE1# set ge-1/2/2 unit 120 family bridge vlan-id-list 120 user@PE1# set ge-1/2/2 unit 220 family bridge interface-mode trunk user@PE1# set ge-1/2/2 unit 220 family bridge vlan-id-list 220
-
Configure los parámetros de encapsulación y etiquetado de VLAN para la interfaz ge-1/2/1 PE1.
[edit interfaces] user@PE1# set ge-1/2/1 flexible-vlan-tagging user@PE1# set ge-1/2/1 encapsulation flexible-ethernet-services
-
Asigne un valor ESI al tercer segmento de Ethernet y habilite la multiconexión activa-activa de EVPN para la interfaz ge-1/2/1 PE1.
[edit interfaces] user@PE1# set ge-1/2/1 esi 00:33:33:33:33:33:33:33:33:33 user@PE1# set ge-1/2/1 esi all-active
-
Configure una interfaz troncal en la red de puente para la interfaz ge-1/2/1 PE1.
[edit interfaces] user@PE1# set ge-1/2/1 unit 0 encapsulation vlan-bridge user@PE1# set ge-1/2/1 unit 0 vlan-id 30 user@PE1# set ge-1/2/1 unit 130 family bridge interface-mode trunk user@PE1# set ge-1/2/1 unit 130 family bridge vlan-id-list 130 user@PE1# set ge-1/2/1 unit 230 family bridge interface-mode trunk user@PE1# set ge-1/2/1 unit 230 family bridge vlan-id-list 230
-
-
Configure las interfaces del enrutador PE1 hacia el enrutador PE2.
-
Asigne las interfaces ge-1/0/5 y ge-1/1/6 dentro del paquete agregado ae12.
[edit interfaces] user@PE1# set ge-1/0/5 gigether-options 802.3ad ae12 user@PE1# set ge-1/1/6 gigether-options 802.3ad ae12
-
Especifique el número mínimo de vínculos para que el paquete agregado ae12 se etiquete como "activo".
[edit interfaces] user@PE1# set ae12 aggregated-ether-options minimum-links 1
-
Asigne una dirección IP para el paquete agregado ae12 y habilite las familias de protocolos MPLS e SI-SI en el paquete.
[edit interfaces] user@PE1# set ae12 unit 0 family inet address 198.51.100.12/24 user@PE1# set ae12 unit 0 family iso user@PE1# set ae12 unit 0 family mpls
-
Configure los parámetros de etiquetado y encapsulación de VLAN para el paquete agregado ae12 y asigne el ID de VLAN 1200 para el paquete.
[edit interfaces] user@PE1# set ae12 flexible-vlan-tagging user@PE1# set ae12 encapsulation flexible-ethernet-services user@PE1# set ae12 unit 0 vlan-id 1200
-
-
Configure las interfaces del enrutador PE1 hacia el enrutador PE3.
-
Asigne las interfaces ge-1/0/3 y ge-1/0/4 dentro del paquete agregado ae13.
[edit interfaces] user@PE1# set ge-1/0/3 gigether-options 802.3ad ae13 user@PE1# set ge-1/0/4 gigether-options 802.3ad ae13
-
Especifique el número mínimo de vínculos para que el paquete agregado ae13 se etiquete como "activo".
[edit interfaces] user@PE1# set ae13 aggregated-ether-options minimum-links 1
-
Asigne una dirección IP para el paquete agregado ae13 y habilite las familias de protocolos MPLS e SI-SI en el paquete.
[edit interfaces] user@PE1# set ae13 unit 0 family inet address 198.51.100.13/24 user@PE1# set ae13 unit 0 family iso user@PE1# set ae13 unit 0 family mpls
-
Configure los parámetros de etiquetado y encapsulación de VLAN para el paquete agregado ae12 y asigne las etiquetas VLAN internas y externas para el paquete.
[edit interfaces] user@PE1# set ae13 flexible-vlan-tagging user@PE1# set ae13 encapsulation flexible-ethernet-services user@PE1# set ae13 unit 0 vlan-tags outer 1300 user@PE1# set ae13 unit 0 vlan-tags inner 13
-
-
Configure la interfaz del enrutador PE1 hacia el sitio del cliente de conexión única, el enrutador CE1.
-
Configure los parámetros de etiquetado y encapsulación de VLAN para la interfaz ge-1/3/0 PE1.
[edit interfaces] user@PE1# set ge-1/3/0 flexible-vlan-tagging user@PE1# set ge-1/3/0 encapsulation flexible-ethernet-services
-
Configure una interfaz troncal en la red de puente para la interfaz ge-1/3/0 PE1.
[edit interfaces] user@PE1# set ge-1/3/0 unit 0 encapsulation vlan-bridge user@PE1# set ge-1/3/0 unit 0 vlan-id 10 user@PE1# set ge-1/3/0 unit 100 family bridge interface-mode trunk user@PE1# set ge-1/3/0 unit 100 family bridge vlan-id-list 110 user@PE1# set ge-1/3/0 unit 100 family bridge vlan-id-list 120 user@PE1# set ge-1/3/0 unit 100 family bridge vlan-id-list 130 user@PE1# set ge-1/3/0 unit 200 family bridge interface-mode trunk user@PE1# set ge-1/3/0 unit 200 family bridge vlan-id-list 210 user@PE1# set ge-1/3/0 unit 200 family bridge vlan-id-list 220 user@PE1# set ge-1/3/0 unit 200 family bridge vlan-id-list 230
-
-
Configure la interfaz del enrutador PE1 hacia el enrutador P (RR) y habilite las familias de protocolos MPLS e SI-SI para la interfaz.
[edit interfaces] user@PE1# set ge-1/1/4 unit 0 family inet address 192.0.2.1/24 user@PE1# set ge-1/1/4 unit 0 family iso user@PE1# set ge-1/1/4 unit 0 family mpls
-
Configure una interfaz IRB para el enrutador PE1.
[edit interfaces] user@PE1# set irb unit 0 family inet address 192.0.2.9/24 user@PE1# set irb unit 0 mac 00:99:99:99:01:99 user@PE1# set irb unit 1 family inet address 192.0.2.10/24 user@PE1# set irb unit 1 mac 00:99:99:99:02:99 user@PE1# set irb unit 2 family inet address 192.0.2.11/24 user@PE1# set irb unit 2 mac 00:99:99:99:03:99 user@PE1# set irb unit 10 family inet address 192.0.2.12/24 user@PE1# set irb unit 10 mac 00:99:99:99:01:90
-
Configure la interfaz de circuito cerrado para el enrutador PE1.
[edit interfaces] user@PE1# set lo0 unit 0 family inet address 198.51.100.1/24 primary user@PE1# set lo0 unit 0 family iso
-
Asigne un ID de enrutador y el número de sistema autónomo para el enrutador PE1.
[edit routing-options] user@PE1# set router-id 198.51.100.1 user@PE1# set autonomous-system 65221
-
Asigne una política de equilibrio de carga a la tabla de reenvío del enrutador PE1.
[edit routing-options] user@PE1# set forwarding-table export load-balancing-policy
-
Configure SI-SI en el enrutador PE1.
[edit protocols] user@PE1# set isis level 1 disable user@PE1# set isis interface all level 2 metric 10 user@PE1# set isis interface fxp0.0 disable user@PE1# set isis interface lo0.0 level 2 metric 0
-
Configure un grupo BGP interno para que el enrutador PE1 se empareje con el reflector de ruta, el enrutador P.
[edit protocols] user@PE1# set bgp group RR type internal user@PE1# set bgp group RR local-address 198.51.100.1 user@PE1# set bgp group RR neighbor 203.0.113.0
-
Habilite la señalización EVPN para el grupo BGP RR en el enrutador PE1.
[edit protocols] user@PE1# set bgp group RR family evpn signaling
-
Configure el aprendizaje de RSVP, LDP, MPLS, EVPN y L2 en el enrutador PE1.
[edit protocols] user@PE1# set rsvp interface all user@PE1# set rsvp interface fxp0.0 disable user@PE1# set ldp deaggregate user@PE1# set ldp interface all user@PE1# set ldp interface fxp0.0 disable user@PE1# set mpls interface all user@PE1# set mpls interface fxp0.0 disable user@PE1# set evpn user@PE1# set l2-learning global-mac-table-aging-time 18000
-
Configure rutas conmutadas por etiquetas entre los enrutadores de PE.
[edit protocols] user@PE1# set mpls label-switched-path pe1tope2 from 198.51.100.1 user@PE1# set mpls label-switched-path pe1tope2 to 198.51.100.2 user@PE1# set mpls label-switched-path pe1tope2 primary direct_to_pe2 user@PE1# set mpls label-switched-path pe1tope3 from 198.51.100.1 user@PE1# set mpls label-switched-path pe1tope3 to 198.51.100.3 user@PE1# set mpls label-switched-path pe1tope3 primary direct_to_pe3 user@PE1# set mpls label-switched-path pe1tope4 from 198.51.100.1 user@PE1# set mpls label-switched-path pe1tope4 to 198.51.100.4 user@PE1# set mpls label-switched-path pe1tope4 primary direct_to_pe4
-
Configure las rutas de MPLS del enrutador PE1 a otros enrutadores PE.
user@PE1# set mpls path pe4_to_pe3 198.51.100.4 strict user@PE1# set mpls path pe4_to_pe3 198.51.100.3 strict user@PE1# set mpls path direct_to_pe2 198.51.100.5 strict user@PE1# set mpls path direct_to_pe3 198.51.100.6 strict user@PE1# set mpls path direct_to_pe4 198.51.100.9 strict user@PE1# set mpls path pe2_to_pe3 198.51.100.2 strict user@PE1# set mpls path pe2_to_pe3 198.51.100.3 strict
-
Configure la política de equilibrio de carga para habilitar el equilibrio de carga por paquete.
[edit policy-options] user@PE1# set policy-statement load-balancing-policy then load-balance per-packet
-
Configure la primera instancia de enrutamiento de conmutadores virtuales.
-
Configure el tipo de instancia de enrutamiento y asigne interfaces de enrutador PE1 a la instancia de enrutamiento.
[edit routing-instances] user@PE1# set VS-1 instance-type virtual-switch user@PE1# set VS-1 interface ge-1/2/1.130 user@PE1# set VS-1 interface ge-1/2/2.120 user@PE1# set VS-1 interface ge-1/3/0.100 user@PE1# set VS-1 interface ae0.110
-
Configure el diferenciador de ruta y el destino de enrutamiento y reenvío VPN (VRF) para la instancia de enrutamiento VS-1.
[edit routing-instances] user@PE1# set VS-1 route-distinguisher 198.51.100.1:101 user@PE1# set VS-1 vrf-target target:100:101
-
Configure EVPN y asigne VLAN a la instancia de enrutamiento VS-1.
[edit routing-instances] user@PE1# set VS-1 protocols evpn extended-vlan-list 110 user@PE1# set VS-1 protocols evpn extended-vlan-list 120 user@PE1# set VS-1 protocols evpn extended-vlan-list 130 user@PE1# set VS-1 protocols evpn default-gateway do-not-advertise
-
Configure los dominios de puente y sus interfaces VLAN e IRB asociadas para la instancia de enrutamiento VS-1.
[edit routing-instances] user@PE1# set VS-1 bridge-domains bd-110 vlan-id 110 user@PE1# set VS-1 bridge-domains bd-110 routing-interface irb.0 user@PE1# set VS-1 bridge-domains bd-120 vlan-id 120 user@PE1# set VS-1 bridge-domains bd-120 routing-interface irb.1 user@PE1# set VS-1 bridge-domains bd-130 vlan-id 130 user@PE1# set VS-1 bridge-domains bd-130 routing-interface irb.2
-
-
Configure la segunda instancia de enrutamiento del conmutador virtual.
-
Configure el tipo de instancia de enrutamiento y asigne interfaces de enrutador PE1 a la instancia de enrutamiento.
[edit routing-instances] user@PE1# set VS-2 instance-type virtual-switch user@PE1# set VS-2 interface ge-1/2/1.230 user@PE1# set VS-2 interface ge-1/2/2.220 user@PE1# set VS-2 interface ge-1/3/0.200 user@PE1# set VS-2 interface ae0.210
-
Configure el diferenciador de ruta y el destino de enrutamiento y reenvío VPN (VRF) para la instancia de enrutamiento VS-2.
[edit routing-instances] user@PE1# set VS-2 route-distinguisher 198.51.100.1:201 user@PE1# set VS-2 vrf-target target:100:201
-
Configure EVPN y asigne VLAN a la instancia de enrutamiento VS-2.
[edit routing-instances] user@PE1# set VS-2 protocols evpn extended-vlan-list 210 user@PE1# set VS-2 protocols evpn extended-vlan-list 220 user@PE1# set VS-2 protocols evpn extended-vlan-list 230
-
Configure los dominios de puente y sus VLAN asociadas para la instancia de enrutamiento VS-2.
[edit routing-instances] user@PE1# set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 user@PE1# set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 user@PE1# set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230
-
-
Configure la instancia de enrutamiento de EVPN multiconexión.
-
Configure el tipo de instancia de enrutamiento y asigne VLAN e interfaces de enrutador PE1 a la instancia de enrutamiento.
[edit routing-instances] user@PE1# set mhevpn instance-type evpn user@PE1# set mhevpn vlan-id 10 user@PE1# set mhevpn interface ge-1/2/1.0 user@PE1# set mhevpn interface ge-1/2/2.0 user@PE1# set mhevpn interface ge-1/3/0.0 user@PE1# set mhevpn interface ae0.0 user@PE1# set mhevpn routing-interface irb.10
-
Configure el diferenciador de ruta y el destino de enrutamiento y reenvío VPN (VRF) para la instancia de enrutamiento mhevpn.
[edit routing-instances] user@PE1# set mhevpn route-distinguisher 198.51.100.1:1 user@PE1# set mhevpn vrf-target target:100:1
-
Configure EVPN para la instancia de enrutamiento mhevpn.
[edit routing-instances] user@PE1# set routing-instances mhevpn protocols evpn default-gateway do-not-advertise
-
-
Configure la instancia de enrutamiento predeterminada.
-
Configure el tipo de instancia de enrutamiento y asigne interfaces IRB a la instancia de enrutamiento.
[edit routing-instances] user@PE1# set vrf instance-type vrf user@PE1# set vrf interface irb.0 user@PE1# set vrf interface irb.1 user@PE1# set vrf interface irb.2 user@PE1# set vrf interface irb.10
-
Configure el diferenciador de ruta y el destino de enrutamiento y reenvío VPN (VRF) para la instancia de enrutamiento vrf.
[edit routing-instances] user@PE1# set vrf route-distinguisher 198.51.100.1:11 user@PE1# set vrf vrf-target target:100:11 user@PE1# set vrf vrf-table-label
-
Configuración en conmutadores EX9200
Procedimiento paso a paso
Varias instrucciones de configuración utilizadas para configurar el modo activo-activo difieren en los conmutadores EX9200 de los utilizados en los enrutadores de la serie MX. Este procedimiento muestra qué instrucciones de configuración son específicas de los conmutadores EX9200. Todas las demás configuraciones de este ejemplo se aplican tanto a los conmutadores EX9200 como a los enrutadores de la serie MX.
-
Para configurar una interfaz troncal, incluya las
family ethernet-switchinginstrucciones en lugar de las instrucciones en todas lasfamily bridgerepeticiones.[edit interfaces] user@PE#1# set interfaces ge-1/2/1 unit 130 family ethernet-switching interface-mode trunk
-
Para configurar el dominio de conmutación Ethernet de capa 2, incluya la
vlan members (vlan-id | name)instrucción en lugar de lavlan-id-list vlan-idinstrucción en todas las ocurrencias.[edit interfaces] user@PE#1# set interfaces ge-1/2/1 unit 130 family ethernet-switching vlan members 130
-
Para configurar el dominio de VLAN y las VLAN asociadas para cada instancia de enrutamiento, incluya la
vlans nameinstrucción en lugar de labridge-domainsinstrucción en todas las ocurrencias.[edit] user@PE#1# set routing-instances VS-1 vlans bd-110 vlan-id 110
-
Para configurar la interfaz IRB en cada instancia de enrutamiento, incluya la
l3-interface irb-interface-nameinstrucción en lugar de larouting-interfaceinstrucción en todas las ocurrencias.[edit] user@PE#1# set routing-instances VS-1 vlans bd-110 l3-interface irb.0
Resultados
Desde el modo de configuración, escriba los comandos , show interfaces, show routing-optionsshow protocolsy show routing-instances para confirmar la show chassisconfiguración. Si el resultado no muestra la configuración deseada, repita las instrucciones de este ejemplo para corregirla.
user@PE1 show chassis
aggregated-devices {
ethernet {
device-count 20;
}
}
network-services enhanced-ip;
user@PE1 show interfaces
ge-1/0/3 {
gigether-options {
802.3ad ae13;
}
}
ge-1/0/4 {
gigether-options {
802.3ad ae13;
}
}
ge-1/0/5 {
gigether-options {
802.3ad ae12;
}
}
ge-1/1/4 {
unit 0 {
family inet {
address 192.0.2.1/24;
}
family iso;
family mpls;
}
}
ge-1/1/6 {
gigether-options {
802.3ad ae12;
}
}
ge-1/2/1 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
esi {
00:33:33:33:33:33:33:33:33:33;
all-active;
}
unit 0 {
encapsulation vlan-bridge;
vlan-id 30;
}
unit 130 {
family bridge {
interface-mode trunk;
vlan-id-list 130;
}
}
unit 230 {
family bridge {
interface-mode trunk;
vlan-id-list 230;
}
}
}
ge-1/2/2 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
esi {
00:22:22:22:22:22:22:22:22:22;
all-active;
}
unit 0 {
encapsulation vlan-bridge;
vlan-id 20;
}
unit 120 {
family bridge {
interface-mode trunk;
vlan-id-list 120;
}
}
unit 220 {
family bridge {
interface-mode trunk;
vlan-id-list 220;
}
}
}
ge-1/2/3 {
gigether-options {
802.3ad ae0;
}
}
ge-1/2/4 {
gigether-options {
802.3ad ae0;
}
}
ge-1/3/0 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 0 {
encapsulation vlan-bridge;
vlan-id 10;
}
unit 100 {
family bridge {
interface-mode trunk;
vlan-id-list [ 110 120 130 ];
}
}
unit 200 {
family bridge {
interface-mode trunk;
vlan-id-list [ 210 220 230 ];
}
}
}
ae0 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
esi {
00:11:11:11:11:11:11:11:11:11;
all-active;
}
unit 0 {
encapsulation vlan-bridge;
vlan-id 10;
}
unit 110 {
family bridge {
interface-mode trunk;
vlan-id-list 110;
}
}
unit 210 {
family bridge {
interface-mode trunk;
vlan-id-list 210;
}
}
}
ae12 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
aggregated-ether-options {
minimum-links 1;
}
unit 0 {
vlan-id 1200;
family inet {
address 198.51.100.12/24;
}
family iso;
family mpls;
}
}
ae13 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
aggregated-ether-options {
minimum-links 1;
}
unit 0 {
vlan-tags outer 1300 inner 13;
family inet {
address 198.51.100.13/24;
}
family iso;
family mpls;
}
}
irb {
unit 0 {
family inet {
address 192.0.2.9/24;
}
mac 00:99:99:99:01:99;
}
unit 1 {
family inet {
address 192.0.2.10/24;
}
mac 00:99:99:99:02:99;
}
unit 2 {
family inet {
address 192.0.2.11/24;
}
mac 00:99:99:99:03:99;
}
unit 10 {
family inet {
address 192.0.2.12/24;
}
mac 00:99:99:99:01:90;
}
}
lo0 {
unit 0 {
family inet {
address 198.51.100.1/24 {
primary;
}
}
family iso;
}
}
user@PE1# show routing-options
router-id 198.51.100.1;
autonomous-system 65221;
forwarding-table {
export load-balancing-policy;
}
user@PE1# show protocols
rsvp {
interface all;
interface fxp0.0 {
disable;
}
}
mpls {
label-switched-path pe1tope2 {
from 198.51.100.1;
to 198.51.100.2;
primary direct_to_pe2;
}
label-switched-path pe1tope3 {
from 198.51.100.1;
to 198.51.100.3;
primary direct_to_pe3;
}
label-switched-path pe1tope4 {
from 198.51.100.1;
to 198.51.100.4;
primary direct_to_pe4;
}
path pe4_to_pe3 {
198.51.100.4 strict;
198.51.100.3 strict;
}
path direct_to_pe2 {
198.51.100.5 strict;
}
path direct_to_pe3 {
198.51.100.6 strict;
}
path direct_to_pe4 {
198.51.100.9 strict;
}
path pe2_to_pe3 {
198.51.100.2 strict;
198.51.100.3 strict;
}
interface all;
interface fxp0.0 {
disable;
}
}
bgp {
group RR {
type internal;
local-address 198.51.100.1;
family evpn {
signaling;
}
neighbor 203.0.113.0;
}
}
isis {
level 1 disable;
interface all {
level 2 metric 10;
}
interface fxp0.0 {
disable;
}
interface lo0.0 {
level 2 metric 0;
}
}
ldp {
deaggregate;
interface all;
interface fxp0.0 {
disable;
}
}
evpn {
}
l2-learning {
global-mac-table-aging-time 18000;
}
user@PE1# show policy-options
policy-statement load-balancing-policy {
then {
load-balance per-packet;
}
}
user@PE1# show routing-instances
VS-1 {
instance-type virtual-switch;
interface ge-1/2/1.130;
interface ge-1/2/2.120;
interface ge-1/3/0.100;
interface ae0.110;
route-distinguisher 198.51.100.1:101;
vrf-target target:100:101;
protocols {
evpn {
extended-vlan-list [ 110 120 130 ];
default-gateway do-not-advertise;
}
}
bridge-domains {
bd-110 {
vlan-id 110;
routing-interface irb.0;
}
bd-120 {
vlan-id 120;
routing-interface irb.1;
}
bd-130 {
vlan-id 130;
routing-interface irb.2;
}
}
}
VS-2 {
instance-type virtual-switch;
interface ge-1/2/1.230;
interface ge-1/2/2.220;
interface ge-1/3/0.200;
interface ae0.210;
route-distinguisher 198.51.100.1:201;
vrf-target target:100:201;
protocols {
evpn {
extended-vlan-list [ 210 220 230 ];
}
}
bridge-domains {
bd-a {
vlan-id-list [ 210 220 230 ];
}
}
}
mhevpn {
instance-type evpn;
vlan-id 10;
interface ge-1/2/1.0;
interface ge-1/2/2.0;
interface ge-1/3/0.0;
interface ae0.0;
routing-interface irb.10;
route-distinguisher 198.51.100.1:1;
vrf-target target:100:1;
protocols {
evpn {
default-gateway do-not-advertise;
}
}
}
vrf {
instance-type vrf;
interface irb.0;
interface irb.1;
interface irb.2;
interface irb.10;
route-distinguisher 198.51.100.1:11;
vrf-target target:100:11;
vrf-table-label;
}
Verificación
Confirme que la configuración funcione correctamente.
- Verificación de servicios VPN en el núcleo
- Verificación del estado de la instancia de EVPN
- Verificar las rutas de autodescubrimiento por segmento de Ethernet
- Verificación de la ruta de segmento Ethernet
- Verificación del estado de DF
- Verificación del estado de BDF
- Verificar la IRB remota y la IP del host
Verificación de servicios VPN en el núcleo
Propósito
Asegúrese de que los protocolos en el núcleo VPN funcionen correctamente.
Acción
Desde el modo operativo, introduzca el show isis adjacency comando.
user@PE1> show isis adjacency Interface System L State Hold (secs) SNPA ge-1/2/4.0 CE10 2 Up 24 5c:5e:ab:e:6f:4
Desde el modo operativo, introduzca el show bgp summary comando.
user@PE1> show bgp summary
Groups: 1 Peers: 1 Down peers: 0
Table Tot Paths Act Paths Suppressed History Damp State Pending
bgp.evpn.0
45 45 0 0 0 0
Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped...
203.0.113.0 65221 90 26 0 0 3:18 Establ
bgp.evpn.0: 45/45/45/0
VS-1.evpn.0: 19/19/19/0
VS-2.evpn.0: 19/19/19/0
mhevpn.evpn.0: 13/13/13/0
__default_evpn__.evpn.0: 4/4/4/0
user@P> show bgp summary
Groups: 1 Peers: 4 Down peers: 0
Table Tot Paths Act Paths Suppressed History Damp State Pending
bgp.evpn.0
68 68 0 0 0 0
Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped...
198.51.100.1 65221 25 90 0 0 3:04 Establ
bgp.evpn.0: 22/22/22/0
198.51.100.2 65221 32 80 0 0 6:12 Establ
bgp.evpn.0: 22/22/22/0
198.51.100.3 65221 31 62 0 0 6:58 Establ
bgp.evpn.0: 12/12/12/0
198.51.100.4 65221 28 88 0 0 6:04 Establ
bgp.evpn.0: 12/12/12/0
Desde el modo operativo, introduzca el show mpls lsp comando.
user@PE1> show mpls lsp Ingress LSP: 3 sessions To From State Rt P ActivePath LSPname 198.51.100.2 198.51.100.1 Up 0 * direct_to_pe2 pe1tope2 198.51.100.3 198.51.100.1 Up 0 * direct_to_pe3 pe1tope3 198.51.100.4 198.51.100.1 Up 0 * direct_to_pe4 pe1tope4 Total 3 displayed, Up 3, Down 0 Egress LSP: 3 sessions To From State Rt Style Labelin Labelout LSPname 198.51.100.1 198.51.100.3 Up 0 1 FF 3 - pe3tope1 198.51.100.1 198.51.100.4 Up 0 1 FF 3 - pe4tope1 198.51.100.1 198.51.100.2 Up 0 1 FF 3 - pe2tope1 Total 3 displayed, Up 3, Down 0 Transit LSP: 0 sessions Total 0 displayed, Up 0, Down 0
Desde el modo operativo, introduzca el show interface ae* terse comando.
user@PE1> show interface ae* terse
Interface Admin Link Proto Local Remote
ae0 up up
ae0.0 up up bridge
ae0.110 up up bridge
ae0.210 up up bridge
ae0.32767 up up multiservice
ae12 up up
ae12.0 up up inet 198.51.100.12/24
iso
mpls
multiservice
ae12.32767 up up multiservice
ae13 up up
ae13.0 up up inet 198.51.100.13/24
iso
mpls
multiservice
ae13.32767 up up multiservice
Significado
Los protocolos SI-SI, BGP y MPLS están en funcionamiento. Los paquetes agregados configurados en el enrutador PE1 están activos.
Verificación del estado de la instancia de EVPN
Propósito
Compruebe las instancias de enrutamiento EVPN y su estado.
Acción
Desde el modo operativo, ejecute el show evpn instance extensive comando.
user@PE1> show evpn instance extensive
Instance: VS-1
Route Distinguisher: 198.51.100.1:101
Per-instance MAC route label: 301664
MAC database status Local Remote
Total MAC addresses: 0 0
Default gateway MAC addresses: 3 0
Number of local interfaces: 4 (3 up)
Interface name ESI Mode Status
ae0.110 00:11:11:11:11:11:11:11:11:11 all-active Up
ge-1/2/1.130 00:33:33:33:33:33:33:33:33:33 all-active Up
ge-1/2/2.120 00:22:22:22:22:22:22:22:22:22 all-active Up
ge-1/3/0.100 00:00:00:00:00:00:00:00:00:00 single-homed Up
Number of IRB interfaces: 3 (3 up)
Interface name VLAN ID Status L3 context
irb.0 110 Up vrf
irb.1 120 Up vrf
irb.2 130 Up vrf
Number of bridge domains: 3
VLAN ID Intfs / up Mode MAC sync IM route label
110 2 1 Extended Enabled 301984
120 2 1 Extended Enabled 302000
130 2 1 Extended Enabled 302016
Number of neighbors: 3
198.51.100.2
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 3
Ethernet auto-discovery: 6
198.51.100.3
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 1
Ethernet auto-discovery: 2
198.51.100.4
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 3
Ethernet auto-discovery: 2
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Status: Resolved by IFL ae0.110
Local interface: ae0.110, Status: Up/Forwarding
Number of remote PEs connected: 2
Remote PE MAC label Aliasing label Mode
198.51.100.3 0 305584 all-active
198.51.100.2 0 306000 all-active
Designated forwarder: 198.51.100.3
Backup forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Advertised MAC label: 301792
Advertised aliasing label: 301792
Advertised split horizon label: 301808
ESI: 00:22:22:22:22:22:22:22:22:22
Status: Resolved by IFL ge-1/2/2.120
Local interface: ge-1/2/2.120, Status: Up/Forwarding
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.2 0 306032 all-active
Designated forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Advertised MAC label: 301824
Advertised aliasing label: 301824
Advertised split horizon label: 301840
ESI: 00:33:33:33:33:33:33:33:33:33
Status: Resolved by IFL ge-1/2/1.130
Local interface: ge-1/2/1.130, Status: Up/Forwarding
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.2 0 306064 all-active
Designated forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Advertised MAC label: 301856
Advertised aliasing label: 301856
Advertised split horizon label: 301872
ESI: 00:44:44:44:44:44:44:44:44:44
Status: Resolved by NH 1048613
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.4 0 305152 all-active
Instance: VS-2
Route Distinguisher: 198.51.100.1:201
Per-instance MAC route label: 301696
MAC database status Local Remote
Total MAC addresses: 0 0
Default gateway MAC addresses: 0 0
Number of local interfaces: 4 (3 up)
Interface name ESI Mode Status
ae0.210 00:11:11:11:11:11:11:11:11:11 all-active Up
ge-1/2/1.230 00:33:33:33:33:33:33:33:33:33 all-active Up
ge-1/2/2.220 00:22:22:22:22:22:22:22:22:22 all-active Up
ge-1/3/0.200 00:00:00:00:00:00:00:00:00:00 single-homed Down
Number of IRB interfaces: 0 (0 up)
Number of bridge domains: 3
VLAN ID Intfs / up Mode MAC sync IM route label
210 2 1 Extended Enabled 302032
220 2 1 Extended Enabled 302048
230 2 1 Extended Enabled 302064
Number of neighbors: 3
198.51.100.2
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 3
Ethernet auto-discovery: 6
198.51.100.3
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 1
Ethernet auto-discovery: 2
198.51.100.4
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 3
Ethernet auto-discovery: 2
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Status: Resolved by IFL ae0.210
Local interface: ae0.210, Status: Up/Forwarding
Number of remote PEs connected: 2
Remote PE MAC label Aliasing label Mode
198.51.100.3 0 305648 all-active
198.51.100.2 0 306096 all-active
Designated forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Backup forwarder: 198.51.100.3
Advertised MAC label: 301888
Advertised aliasing label: 301888
Advertised split horizon label: 301808
ESI: 00:22:22:22:22:22:22:22:22:22
Status: Resolved by IFL ge-1/2/2.220
Local interface: ge-1/2/2.220, Status: Up/Forwarding
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.2 0 306112 all-active
Designated forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Advertised MAC label: 301904
Advertised aliasing label: 301904
Advertised split horizon label: 301840
ESI: 00:33:33:33:33:33:33:33:33:33
Status: Resolved by IFL ge-1/2/1.230
Local interface: ge-1/2/1.230, Status: Up/Forwarding
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.2 0 306128 all-active
Designated forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Advertised MAC label: 301920
Advertised aliasing label: 301920
Advertised split horizon label: 301872
ESI: 00:44:44:44:44:44:44:44:44:44
Status: Resolved by NH 1048616
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.4 0 305184 all-active
Instance: __default_evpn__
Route Distinguisher: 198.51.100.1:0
VLAN ID: None
Per-instance MAC route label: 301760
MAC database status Local Remote
Total MAC addresses: 0 0
Default gateway MAC addresses: 0 0
Number of local interfaces: 0 (0 up)
Number of IRB interfaces: 0 (0 up)
Number of bridge domains: 0
Number of neighbors: 2
198.51.100.2
Received routes
Ethernet auto-discovery: 0
Ethernet Segment: 3
198.51.100.3
Received routes
Ethernet auto-discovery: 0
Ethernet Segment: 1
Number of ethernet segments: 0
Instance: mhevpn
Route Distinguisher: 198.51.100.1:1
VLAN ID: 10
Per-instance MAC route label: 301728
MAC database status Local Remote
Total MAC addresses: 0 0
Default gateway MAC addresses: 1 0
Number of local interfaces: 4 (3 up)
Interface name ESI Mode Status
ae0.0 00:11:11:11:11:11:11:11:11:11 all-active Up
ge-1/2/1.0 00:33:33:33:33:33:33:33:33:33 all-active Up
ge-1/2/2.0 00:22:22:22:22:22:22:22:22:22 all-active Up
ge-1/3/0.0 00:00:00:00:00:00:00:00:00:00 single-homed Down
Number of IRB interfaces: 1 (1 up)
Interface name VLAN ID Status L3 context
irb.10 10 Up vrf
Number of bridge domains: 1
VLAN ID Intfs / up Mode MAC sync IM route label
10 4 3 Extended Enabled 302080
Number of neighbors: 3
198.51.100.2
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 1
Ethernet auto-discovery: 6
198.51.100.3
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 1
Ethernet auto-discovery: 2
198.51.100.4
Received routes
MAC address advertisement: 0
MAC+IP address advertisement: 0
Inclusive multicast: 1
Ethernet auto-discovery: 2
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Status: Resolved by IFL ae0.0
Local interface: ae0.0, Status: Up/Forwarding
Number of remote PEs connected: 2
Remote PE MAC label Aliasing label Mode
198.51.100.3 0 305680 all-active
198.51.100.2 0 306144 all-active
Designated forwarder: 198.51.100.2
Backup forwarder: 198.51.100.1
Backup forwarder: 198.51.100.3
Advertised MAC label: 301936
Advertised aliasing label: 301936
Advertised split horizon label: 301808
ESI: 00:22:22:22:22:22:22:22:22:22
Status: Resolved by IFL ge-1/2/2.0
Local interface: ge-1/2/2.0, Status: Up/Forwarding
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.2 0 306160 all-active
Designated forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Advertised MAC label: 301952
Advertised aliasing label: 301952
Advertised split horizon label: 301840
ESI: 00:33:33:33:33:33:33:33:33:33
Status: Resolved by IFL ge-1/2/1.0
Local interface: ge-1/2/1.0, Status: Up/Forwarding
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.2 0 306176 all-active
Designated forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
Advertised MAC label: 301968
Advertised aliasing label: 301968
Advertised split horizon label: 301872
ESI: 00:44:44:44:44:44:44:44:44:44
Status: Resolved by NH 1048612
Number of remote PEs connected: 1
Remote PE MAC label Aliasing label Mode
198.51.100.4 0 305200 all-active
Significado
El resultado proporciona la siguiente información:
-
Lista de instancias de enrutamiento de EVPN y conmutadores virtuales
-
Modo de operación de cada interfaz
-
Los vecinos de cada instancia de enrutamiento
-
Número de rutas diferentes recibidas de cada vecino
-
ESI adjunto a cada instancia de enrutamiento
-
Número de segmentos de Ethernet en cada instancia de enrutamiento
-
Roles de elección de DF para cada ESI en un EVI
-
ID de VLAN y etiquetas MAC para cada instancia de enrutamiento
-
Detalles de la interfaz IRB
-
Número de direcciones MAC de puerta de enlace predeterminadas recibidas para la instancia de enrutamiento del conmutador virtual (VS-1 y VS-2)
Verificar las rutas de autodescubrimiento por segmento de Ethernet
Propósito
Compruebe que se han recibido las rutas de autodescubrimiento por segmento de Ethernet.
Acción
Desde el modo operativo, ejecute el show route table mhevpn.evpn.0 comando.
Enrutador PE1
user@PE1> show route table mhevpn.evpn.0
mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1:198.51.100.1:1::11111111111111111111::0/304
*[EVPN/170] 00:11:37
Indirect
1:198.51.100.1:1::22222222222222222222::0/304
*[EVPN/170] 00:11:37
Indirect
1:198.51.100.1:1::33333333333333333333::0/304
*[EVPN/170] 00:11:37
Indirect
1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 00:11:33, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304
*[BGP/170] 00:11:33, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304
*[BGP/170] 00:11:33, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:1::11111111111111111111::0/304
*[BGP/170] 00:11:33, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:1::22222222222222222222::0/304
*[BGP/170] 00:11:33, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:1::33333333333333333333::0/304
*[BGP/170] 00:11:33, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 00:11:37, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
1:198.51.100.3:1::11111111111111111111::0/304
*[BGP/170] 00:11:37, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
3:198.51.100.1:1::10::198.51.100.1/304
*[EVPN/170] 00:13:38
Indirect
3:198.51.100.2:1::10::198.51.100.2/304
*[BGP/170] 00:11:33, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
3:198.51.100.3:1::10::198.51.100.3/304
*[BGP/170] 00:11:37, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
Enrutador PE2
user@PE2> show route table mhevpn.evpn.0
mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:1::11111111111111111111::0/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:1::22222222222222222222::0/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:1::33333333333333333333::0/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.2:1::11111111111111111111::0/304
*[EVPN/170] 01:10:26
Indirect
1:198.51.100.2:1::22222222222222222222::0/304
*[EVPN/170] 01:10:26
Indirect
1:198.51.100.2:1::33333333333333333333::0/304
*[EVPN/170] 01:10:26
Indirect
1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
1:198.51.100.3:1::11111111111111111111::0/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
1:198.51.100.4:0::44444444444444444444::FFFF:FFFF/304
*[BGP/170] 01:10:17, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
1:198.51.100.4:1::44444444444444444444::0/304
*[BGP/170] 01:10:17, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
3:198.51.100.1:1::10::198.51.100.1/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
3:198.51.100.2:1::10::198.51.100.2/304
*[EVPN/170] 01:12:14
Indirect
3:198.51.100.3:1::10::198.51.100.3/304
*[BGP/170] 01:10:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
3:198.51.100.4:1::10::198.51.100.4/304
*[BGP/170] 01:10:17, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
Significado
La ruta de autodescubrimiento tipo 1 remota se recibe para el ESI conectado al enrutador PE2, que es el otro enrutador de PE conectado al dispositivo CE multiconexión.
Verificación de la ruta de segmento Ethernet
Propósito
Compruebe que se reciben las rutas de autodescubrimiento locales y anunciadas por segmento de Ethernet y las rutas de segmento de Ethernet.
Acción
Desde el modo operativo, ejecute el show route table __default_evpn__.evpn.0 comando.
Enrutador PE1
user@PE1> show route table __default_evpn__.evpn.0
__default_evpn__.evpn.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304
*[EVPN/170] 00:25:18
Indirect
1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304
*[EVPN/170] 00:25:18
Indirect
1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304
*[EVPN/170] 00:25:18
Indirect
4:198.51.100.1:0::11111111111111111111:198.51.100.1/304
*[EVPN/170] 00:25:18
Indirect
4:198.51.100.1:0::22222222222222222222:198.51.100.1/304
*[EVPN/170] 00:25:18
Indirect
4:198.51.100.1:0::33333333333333333333:198.51.100.1/304
*[EVPN/170] 00:25:18
Indirect
4:198.51.100.2:0::11111111111111111111:198.51.100.2/304
*[BGP/170] 00:25:14, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
4:198.51.100.2:0::22222222222222222222:198.51.100.2/304
*[BGP/170] 00:25:14, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
4:198.51.100.2:0::33333333333333333333:198.51.100.2/304
*[BGP/170] 00:25:14, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
4:198.51.100.3:0::11111111111111111111:198.51.100.3/304
*[BGP/170] 00:25:18, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
Enrutador PE2
user@PE2> show route table __default_evpn__.evpn.0
__default_evpn__.evpn.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304
*[EVPN/170] 01:17:59
Indirect
1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304
*[EVPN/170] 01:17:59
Indirect
1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304
*[EVPN/170] 01:17:59
Indirect
4:198.51.100.1:0::11111111111111111111:198.51.100.1/304
*[BGP/170] 01:17:59, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
4:198.51.100.1:0::22222222222222222222:198.51.100.1/304
*[BGP/170] 01:17:59, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
4:198.51.100.1:0::33333333333333333333:198.51.100.1/304
*[BGP/170] 01:17:59, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
4:198.51.100.2:0::11111111111111111111:198.51.100.2/304
*[EVPN/170] 01:17:59
Indirect
4:198.51.100.2:0::22222222222222222222:198.51.100.2/304
*[EVPN/170] 01:17:59
Indirect
4:198.51.100.2:0::33333333333333333333:198.51.100.2/304
*[EVPN/170] 01:17:59
Indirect
4:198.51.100.3:0::11111111111111111111:198.51.100.3/304
*[BGP/170] 01:17:59, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
Significado
El resultado muestra las rutas locales y remotas de tipo 1 (detección automática) y tipo 4 (segmento Ethernet).
Verificación del estado de DF
Propósito
Confirme qué enrutador de PE es el reenviador designado (DF) para cada instancia de enrutamiento.
Acción
Desde el modo operativo, ejecute el show evpn instance designated-forwarder comando.
user@PE1> show evpn instance designated forwarder
Instance: VS-1
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Designated forwarder: 198.51.100.3
ESI: 00:22:22:22:22:22:22:22:22:22
Designated forwarder: 198.51.100.1
ESI: 00:33:33:33:33:33:33:33:33:33
Designated forwarder: 198.51.100.1
ESI: 00:44:44:44:44:44:44:44:44:44
Designated forwarder: No local attachment to ethernet segment
Instance: VS-2
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Designated forwarder: 198.51.100.1
ESI: 00:22:22:22:22:22:22:22:22:22
Designated forwarder: 198.51.100.1
ESI: 00:33:33:33:33:33:33:33:33:33
Designated forwarder: 198.51.100.1
ESI: 00:44:44:44:44:44:44:44:44:44
Designated forwarder: No local attachment to ethernet segment
Instance: mhevpn
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Designated forwarder: 198.51.100.2
ESI: 00:22:22:22:22:22:22:22:22:22
Designated forwarder: 198.51.100.1
ESI: 00:33:33:33:33:33:33:33:33:33
Designated forwarder: 198.51.100.1
ESI: 00:44:44:44:44:44:44:44:44:44
Designated forwarder: No local attachment to ethernet segment
Significado
El reenviador designado se muestra para cada instancia de enrutamiento y ESI.
Verificación del estado de BDF
Propósito
Confirme qué enrutador de PE es el reenviador designado (BDF) de respaldo para cada instancia de enrutamiento.
Acción
Desde el modo operativo, ejecute el show evpn instance backup-forwarder comando.
user@PE1> show evpn instance backup-forwarder
Instance: VS-1
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Backup forwarder: 198.51.100.1
Backup forwarder: 198.51.100.2
ESI: 00:22:22:22:22:22:22:22:22:22
Backup forwarder: 198.51.100.2
ESI: 00:33:33:33:33:33:33:33:33:33
Backup forwarder: 198.51.100.2
ESI: 00:44:44:44:44:44:44:44:44:44
Backup forwarder: No local attachment to ethernet segment
Instance: VS-2
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Backup forwarder: 198.51.100.2
Backup forwarder: 198.51.100.3
ESI: 00:22:22:22:22:22:22:22:22:22
Backup forwarder: 198.51.100.2
ESI: 00:33:33:33:33:33:33:33:33:33
Backup forwarder: 198.51.100.2
ESI: 00:44:44:44:44:44:44:44:44:44
Backup forwarder: No local attachment to ethernet segment
Instance: mhevpn
Number of ethernet segments: 4
ESI: 00:11:11:11:11:11:11:11:11:11
Backup forwarder: 198.51.100.1
Backup forwarder: 198.51.100.3
ESI: 00:22:22:22:22:22:22:22:22:22
Backup forwarder: 198.51.100.2
ESI: 00:33:33:33:33:33:33:33:33:33
Backup forwarder: 198.51.100.2
ESI: 00:44:44:44:44:44:44:44:44:44
Backup forwarder: No local attachment to ethernet segment
Significado
El reenviador designado de respaldo se muestra para cada instancia de enrutamiento y ESI.
Verificar la IRB remota y la IP del host
Propósito
Compruebe que se han recibido la IP de IRB remota y la IP de host.
Acción
Enrutador PE1
Desde el modo operativo, ejecute el show route table mhevpn comando.
user@PE1> show route table mhevpn
mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1:198.51.100.1:1::11111111111111111111::0/304
*[EVPN/170] 01:34:26
Indirect
1:198.51.100.1:1::22222222222222222222::0/304
*[EVPN/170] 01:34:26
Indirect
1:198.51.100.1:1::33333333333333333333::0/304
*[EVPN/170] 01:34:26
Indirect
1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:34:22, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304
*[BGP/170] 01:34:22, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304
*[BGP/170] 01:34:22, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:1::11111111111111111111::0/304
*[BGP/170] 01:34:22, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:1::22222222222222222222::0/304
*[BGP/170] 01:34:22, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.2:1::33333333333333333333::0/304
*[BGP/170] 01:34:22, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:34:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
1:198.51.100.3:1::11111111111111111111::0/304
*[BGP/170] 01:34:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
3:198.51.100.1:1::10::198.51.100.1/304
*[EVPN/170] 01:36:27
Indirect
3:198.51.100.2:1::10::198.51.100.2/304
*[BGP/170] 01:34:22, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.5 via ae12.0, label-switched-path pe1tope2
3:198.51.100.3:1::10::198.51.100.3/304
*[BGP/170] 01:34:26, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
Enrutador PE2
Desde el modo operativo, ejecute el show route table mhevpn comando.
user@PE2> show route table mhevpn
mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:1::11111111111111111111::0/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:1::22222222222222222222::0/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.1:1::33333333333333333333::0/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
1:198.51.100.2:1::11111111111111111111::0/304
*[EVPN/170] 01:35:11
Indirect
1:198.51.100.2:1::22222222222222222222::0/304
*[EVPN/170] 01:35:11
Indirect
1:198.51.100.2:1::33333333333333333333::0/304
*[EVPN/170] 01:35:11
Indirect
1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
1:198.51.100.3:1::11111111111111111111::0/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
1:198.51.100.4:0::44444444444444444444::FFFF:FFFF/304
*[BGP/170] 01:35:02, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
1:198.51.100.4:1::44444444444444444444::0/304
*[BGP/170] 01:35:02, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
3:198.51.100.1:1::10::198.51.100.1/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.12 via ae12.0, label-switched-path pe2tope1
3:198.51.100.2:1::10::198.51.100.2/304
*[EVPN/170] 01:36:59
Indirect
3:198.51.100.3:1::10::198.51.100.3/304
*[BGP/170] 01:35:11, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
3:198.51.100.4:1::10::198.51.100.4/304
*[BGP/170] 01:35:02, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
Enrutador PE3
Desde el modo operativo, ejecute el show route table mhevpn comando.
user@PE3> show route table mhevpn
mhevpn.evpn.0: 19 destinations, 19 routes (19 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:36:10, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.13 via ae13.0, label-switched-path pe3tope1
1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304
*[BGP/170] 01:36:10, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.13 via ae13.0, label-switched-path pe3tope1
1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304
*[BGP/170] 01:36:10, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.13 via ae13.0, label-switched-path pe3tope1
1:198.51.100.1:1::11111111111111111111::0/304
*[BGP/170] 01:36:10, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.13 via ae13.0, label-switched-path pe3tope1
1:198.51.100.1:1::22222222222222222222::0/304
*[BGP/170] 01:36:10, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.13 via ae13.0, label-switched-path pe3tope1
1:198.51.100.1:1::33333333333333333333::0/304
*[BGP/170] 01:36:10, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.13 via ae13.0, label-switched-path pe3tope1
1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304
*[BGP/170] 01:36:06, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2
1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304
*[BGP/170] 01:36:06, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2
1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304
*[BGP/170] 01:36:06, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2
1:198.51.100.2:1::11111111111111111111::0/304
*[BGP/170] 01:36:06, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2
1:198.51.100.2:1::22222222222222222222::0/304
*[BGP/170] 01:36:06, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2
1:198.51.100.2:1::33333333333333333333::0/304
*[BGP/170] 01:36:06, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2
1:198.51.100.3:1::11111111111111111111::0/304
*[EVPN/170] 01:36:25
Indirect
1:198.51.100.4:0::44444444444444444444::FFFF:FFFF/304
*[BGP/170] 01:35:58, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.11 via ge-2/1/3.0, label-switched-path pe3tope4
1:198.51.100.4:1::44444444444444444444::0/304
*[BGP/170] 01:35:58, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.11 via ge-2/1/3.0, label-switched-path pe3tope4
3:198.51.100.1:1::10::198.51.100.1/304
*[BGP/170] 01:36:10, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.13 via ae13.0, label-switched-path pe3tope1
3:198.51.100.2:1::10::198.51.100.2/304
*[BGP/170] 01:36:06, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2
3:198.51.100.3:1::10::198.51.100.3/304
*[EVPN/170] 01:37:33
Indirect
3:198.51.100.4:1::10::198.51.100.4/304
*[BGP/170] 01:35:58, localpref 100, from 203.0.113.0
AS path: I, validation-state: unverified
> to 198.51.100.11 via ge-2/1/3.0, label-switched-path pe3tope4
Significado
El resultado muestra las interfaces IRB locales y remotas. También muestra los hosts locales y remotos que están instalados en la tabla VRF.