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
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

peer-to-peer (Easy EVPN LAG Configuration)

date_range 16-Dec-23

Syntax

content_copy zoom_out_map
peer-to-peer {
  overlay-connectivity {
    ibgp;
   }
  peer-subnet {
    inet inet-address;
    inet6 inet6-address;
    interface-name [ interface-name ... ];
  }
  underlay-connectivity {
    ospf;
  }
}

Hierarchy Level

content_copy zoom_out_map
[edit services evpn device-attribute]

Description

Specify parameters for the peer-to-peer interface connections between Ethernet VPN (EVPN) fabric provider edge (PE) devices as part of a generated EVPN fabric configuration.

You use the statements in the [edit services evpn] hierarchy level to simplify configuring an EVPN fabric with Ethernet segment identifier (ESI) link aggregation groups (LAGs) in the topology. The feature you enable with statements in this hierarchy is an easy EVPN LAG configuration feature, also called EZ-LAG.

You only need to configure a few statements to provide the parameters required for an EVPN core fabric with multihomed or single-homed customer edge (CE) devices (or end server devices). When you commit the [edit services evpn] configuration statements, the device uses a commit script to generate the corresponding standard EVPN fabric configuration statements.

The statements at the [edit services evpn device-attribute peer-to-peer] hierarchy level provide parameters to:

  • Specify the required interface names and subnet addresses for the connections between peer PE devices.

  • Customize the underlay and overlay peering in the generated configuration.

Options

overlay-connectivity

Use the specified protocol for the EVPN fabric overlay peering instead of EBGP, which is the default overlay protocol the [edit services evpn] commit script configures.

Available options:

  • ibgp—Use IBGP for the overlay peering in the generated configuration.

underlay-connectivity

Use the specified protocol for the EVPN fabric underlay peering instead of EBGP, which is the default underlay protocol the [edit services evpn] commit script configures.

Available options:

  • ospf—Use OSPF for the underlay peering in the generated configuration.

The remaining statements are explained in detail on separate pages.

You can also consult CLI Explorer.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 23.2R1 and Junos OS Evolved Release 23.2R1.

footer-navigation