Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

vxlan-gpe (FTI)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
vxlan-gpe {
    destination {
        address address;
    }
    destination-udp-port destination-udp-port;
    source {
        address address;
        interface interface;
    }
    source-udp-port-range {
        (min min-port-number| max max-port-number)
    }
tunnel-endpoint vxlan;
    vni vni;
}

Hierarchy Level

content_copy zoom_out_map
[edit dynamic-profiles name interfaces name unit name tunnel encapsulation],
[edit interfaces name unit name tunnel encapsulation]

Description

Virtual Extensible LAN (VXLAN) is defined as an encapsulation format that encapsulates Ethernet frames in an outer UDP/IP transport. The vxlan-gpe encapsulation refers to the header gpe added to the encapsulation vxlan to extend the existing VXLAN protocol to provide support for multiprotocol encapsulation.

Options

destination-udp-port

Value to write to the destination-udp-port field.

  • Range: 1 through 65,535

source-udp-port-range

Value to write to the source-udp-port-range field.

  • min min-port-number : 1 through 65,535.

  • max max-port-number : 1 through 65,535

min-port-number should be less than or equal to max-port-number

If you do not specify the source port range, it is randomly set (in the range 49152 – 65535) based on the hash value calculated using various packet headers field.

tunnel-endpoint

Tunnel endpoint type.

  • Values:

    • vxlan—To configure VXLAN tunnel endpoint.

vni

Value to specify in the vni attribute.

  • Range: 0 through 16,777,214

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface

Release Information

Statement introduced in Junos OS Release 18.3R1.

footer-navigation