VTEP
A VTEP, or VXLAN Tunnel End Point, is a virtual network device that terminates a VXLAN tunnel. It encapsulates Layer 2 frames in VXLAN-encapsulated UDP packets for transport over a Layer 3 underlay network, and decapsulates received VXLAN packets back to Ethernet frames. VTEPs are deployed on hypervisor hosts, software switches, or physical switches and serve as the interface between virtual networks and the underlay network. Each VXLAN segment is identified by a VXLAN Network Identifier (VNI).
Operation: When a local host sends a frame intended for a remote VM in the same VXLAN,
Control plane: VXLAN can operate purely in the data plane, but scalable deployments use a control plane
Implementation and standards: VTEPs can be implemented in software inside hypervisors (for example, Linux VXLAN support)