ON THIS PAGE
Ejemplo Configuración de BGP en el enrutador VPLS PE
En este ejemplo se muestra cómo configurar BGP en el enrutador VPLS PE.
Aplicables
Antes de empezar:
Consulte Understanding Selective Stateless Packet-Based Services .
Configure las interfaces que llevarán el tráfico de VPLS entre el enrutador de PE y los dispositivos de CE. Consulte Example: Configuring Routing Interfaces on the VPLS PE Router VPLS PE y Example: Configuring the Interface to the VPLS CE DeviceVPLS CE.
Cree una instancia de enrutamiento VPLS en cada enrutador de PE que participe en el VPLS. Consulte Example: Configuring the VPLS Routing Instancede enrutamiento VPLS.
Configure una IGP en los enrutadores PE para intercambiar información de enrutamiento. Consulte Example: Configuring OSPF on the VPLS PE RouterVPLS PE.
Configurar RSVP-TE. Consulte Example: Configuring RSVP on the VPLS PE RouterVPLS PE. A continuación, configure MPLS LSP en los enrutadores de PE. Consulte Example: Configuring MPLS on the VPLS PE RouterVPLS PE. De manera alternativa, configure LDP en los enrutadores de PE. Consulte Example: Configuring LDP on the VPLS PE RouterVPLS PE.
Configure las opciones de enrutamiento en el enrutador de PE. Consulte Example: Configuring Routing Options on the VPLS PE Routerenrutador VPLS PE.
Descripción general
En este ejemplo, puede configurar una sesión BGP interna entre enrutadores PE para que los enrutadores puedan intercambiar información acerca de las rutas originadas y terminar en el VPLS. Los enrutadores de PE utilizan esta información para determinar las etiquetas que se utilizarán para el tráfico destinado a sitios remotos.
En todos los dispositivos serie SRX, el servicio de LAN privada virtual (VPLS) basado en BGP funciona en puertos secundarios e interfaces físicas, pero no en interfaces Ethernet agregadas (AE).
Automática
Procedimiento detallado
Para configurar BGP en el enrutador VPLS PE:
- Configure el BGP grupo interno en el enrutador de VPLS PE.[edit ]user@host# set protocols bgp group ibgp type internal local-address 10.255.7.168 neighbor 10.255.7.164
- Configure el L2vpn familia de BGP y especifique NLRI Signaling.[edit ]user@host# set protocols bgp family L2 VPN signaling
- Si ha terminado de configurar el dispositivo, confirme la configuración.[edit]user@host# commit
Comproba
Para comprobar que la configuración funciona correctamente, escriba el show protocols comando.