Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
{ "lCode": "en_US", "lName": "English", "folder": "en_US" }
English

Example: Configuring BGP on the VPLS PE Router

date_range 23-Dec-19

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.

Note

On all SRX Series devices, BGP-based virtual private LAN service (VPLS) works on child ports and physical interfaces, but not over aggregated Ethernet (ae) interfaces.

Configuration

Step-by-Step Procedure

To configure BGP on the VPLS PE router:

  1. Configure the BGP internal group on the VPLS PE router.
    content_copy zoom_out_map
    [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.
    content_copy zoom_out_map
    [edit ]
    user@host# set protocols bgp family L2 VPN signaling
  3. If you are done configuring the device, commit the configuration.
    content_copy zoom_out_map
    [edit]
    user@host# commit

Verification

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

footer-navigation