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

evpn-vxlan (Easy EVPN LAG Configuration)

date_range 17-Jan-24

Syntax

content_copy zoom_out_map
evpn-vxlan {
  dhcp-relay name {
    dhcp-server-address dhcp-server-address;
    relay-source relay-source;
    vrf-instance vrf-instance;
  }
  irb irb-instance {
    apply-config-groups apply-config-groups;
    instance {
      mac-vrf-instance mac-vrf-instance;
      vrf-instance vrf-instance;
    }
    subnet-address {
      inet (inet-addr | [inet-addr1 inet-addr2 ...]); 
      inet6 (inet6-addr | [inet6-addr1 inet6-addr2 ...]); 
    }
    use-anycast-address;
    vlan-id vlan-id;
  }
  server name {
    apply-config-groups apply-config-groups;
    enable-pxe-boot;
    (esi-lag-id esi-lag-id | single-home-id single-home-id);
    interface [ interface ... ];
    (mac-vrf-instance name {vlan-id-list [ vlan-id-list ... ]} | vlan-id-list [ vlan-id-list ... ]);
  }
}

Hierarchy Level

content_copy zoom_out_map
[edit services evpn]

Description

Specify parameters the device uses to generate an Ethernet VPN (EVPN) fabric configuration with Virtual Extensible LAN (VXLAN) encapsulation.

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 evpn-vxlan hierarchy level provide the parameters the commit script needs to generate the required EVPN-VXLAN configuration.

The statements at this hierarchy level are explained in detail on separate pages.

You can also see 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