Example: Configuring BGP on the VPLS PE Router

This example shows how to configure BGP on the VPLS PE router.

Requirements

Before you begin:

Overview

In this example, you configure an internal BGP session between PE routers so that the routers can exchange information about routes originating and terminating in the VPLS. The PE routers use this information to determine which labels to use for traffic destined for remote sites.

Configuration

Step-by-Step Procedure

To configure BGP on the VPLS PE router:

  1. Configure the BGP internal group on the VPLS PE router.
    [edit ]user@host# set protocols bgp group ibgp type internal local-address 10.255.7.168 neighbor 10.255.7.164
  2. Configure the BGP family L2vpn and specify NLRI signaling.
    [edit ]user@host# set protocols bgp family L2 VPN signaling
  3. If you are done configuring the device, commit the configuration.
    [edit]user@host# commit

Verification

To verify the configuration is working properly, enter the show protocols command.

Related Topics