Example: Configuring BGP for CLNS VPNs

This example shows how to create a BGP group for CLNS VPNs, define the BGP peer neighbor address for the group, and define the family.

Requirements

Before you begin, configure the network interfaces. See the Junos OS Interfaces Configuration Guide for Security Devices.

Overview

In this example, you create the BGP group called pedge-pedge, define the BGP peer neighbor address for the group as 10.255.245.215, and define the BGP family.

Configuration

Step-by-Step Procedure

To configure BGP for CLNS VPNs:

  1. Configure the BGP group and define the BGP peer neighbor address.
    [edit]user@host# set protocols bgp group pedge-pedge neighbor 10.255.245.215
  2. Define the family.
    [edit]user@host# set protocols bgp family iso-vpn unicast
  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