Skip to content
Surf Wiki
Save to docs
general/tunneling-protocols

From Surf Wiki (app.surf) — the open knowledge base

Virtual Extensible LAN

Network tunneling protocol


Network tunneling protocol

Virtual eXtensible LAN (VXLAN) 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 (VTEPs).{{cite web | access-date = 2016-07-04

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 (4094, using a 12-bit VLAN ID), VXLAN increases scalability up to about 16 million logical networks (using a 24-bit VNID) and allows for layer-2 adjacency across IP networks. Multicast or unicast with head-end replication (HER) 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

  • FreeBSD,
  • OpenBSD,
  • Linux,
  • Open vSwitch is an example of a software-based virtual network switch that supports VXLAN overlay networks.

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 ("Q-in-Q"), which greatly increases the number of VLANs supported by standard IEEE 802 Ethernet beyond 4K.
  • IEEE 802.1ah ("MAC-in-MAC"), 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 (NVGRE), which uses different framing but has similar goals to VxLAN.

References

References

  1. Herrod. (August 30, 2011). "Towards Virtualized Networking for the Cloud". VMware.
  2. "Configuring VXLANs". Cisco.
  3. (22 October 2014). "Arista Expands Leaf Switch Product Portfolio". Arista Networks.
  4. Timothy Prickett Morgan. (30 August 2011). "VMware, Cisco stretch virtual LANs across the heavens". The Register.
  5. "VXLAN Bridges Virtual and Physical Networks to the Cloud".
  6. (December 2012). "Huawei CE12800 Series Data Center Switches - Huawei products". Huawei.
  7. Timothy Pricket Morgan. (April 23, 2013). "Mellanox adds VM-flitting to ConnectX-3 adapters - Going Pro with VXLAN". The Register.
  8. "FreeBSD 10.2-RELEASE Release Notes".
  9. Reyk Floeter. (October 14, 2013). "OpenBSD vxlan implementation". Reyk Floeter.
  10. "Linux Virtual eXtensible Local Area Networking documentation".
  11. M. Mahalingam. (February 22, 2013). "What Is VXLAN". Huawei.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Virtual Extensible LAN — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report