# L2VPN A L2VPN object is NetBox is a representation of a layer 2 bridge technology such as VXLAN, VPLS, or EPL. Each L2VPN can be identified by name as well as by an optional unique identifier (VNI would be an example). Once created, L2VPNs can be terminated to [interfaces](../dcim/interface.md) and [VLANs](./vlan.md). ## Fields ### Name A unique human-friendly name. ### Slug A unique URL-friendly identifier. (This value can be used for filtering.) ### Type The technology employed in forming and operating the L2VPN. Choices include: * VPLS * VPWS * EPL * EVPL * EP-LAN * EVP-LAN * EP-TREE * EVP-TREE * VXLAN * VXLAN-EVPN * MPLS-EVPN * PBB-EVPN !!! note Designating the type as VPWS, EPL, EP-LAN, EP-TREE will limit the L2VPN instance to two terminations. ### Identifier An optional numeric identifier. This can be used to track a pseudowire ID, for example. ### Import & Export Targets The [route targets](./routetarget.md) associated with this L2VPN to control the import and export of forwarding information.