Virtual Extensible LAN


Virtual eXtensible LAN is a network virtualization technology that uses a VLAN-like encapsulation technique to encapsulate OSI layer 2 Ethernet frames within layer 4 UDP datagrams, using 4789 as the default IANA-assigned destination UDP port number, although many implementations that predate the IANA assignment use port 8472. VXLAN attempts to address the scalability problems associated with large cloud computing deployments. VXLAN endpoints, which terminate VXLAN tunnels and may be either virtual or physical switch ports, are known as VXLAN tunnel endpoints.

History

VXLAN is an evolution of efforts to standardize on an overlay encapsulation protocol. Compared to single-tagged IEEE 802.1Q VLANs which provide a limited number of layer-2 VLANs, VXLAN increases scalability up to about 16 million logical networks and allows for layer-2 adjacency across IP networks. Multicast or unicast with head-end replication is used to flood Broadcast, unknown-unicast and multicast traffic.
The VXLAN specification was originally created by VMware, Arista Networks and Cisco.

Implementations

VXLAN is widely, but not universally, implemented in commercial networking equipment. Several open-source implementations of VXLAN also exist.

Commercial

Arista, Cisco, and VMware were the originators of VXLAN and support it in various products.
Other backers of the VXLAN technology include Huawei, Broadcom, Citrix, Pica8, Big Switch Networks, Arrcus, Cumulus Networks, Dell EMC, Netgate, Ericsson, Mellanox, Red Hat, Joyent, and Juniper Networks.

Open source

Standards specifications

VXLAN is officially documented by the IETF in RFC 7348. VXLAN encapsulates a MAC frame in a UDP datagram for transport across an IP network, creating an overlay network or tunnel.

Alternative technologies

Alternative technologies addressing the same or similar operational concerns include:
  • IEEE [802.1ad], which greatly increases the number of VLANs supported by standard IEEE 802 Ethernet beyond 4K.
  • IEEE 802.1ah, which supports tunneling Ethernet in a way that greatly increases the number of VLANs supported while avoiding a large increase in the size of the MAC Address table in a Carrier Ethernet deployment.
  • Network Virtualization using Generic Route Encapsulation, which uses different framing but has similar goals to VxLAN.