Skip to main content

L2VPNs

Model the provider L2VPNs extending a broadcast domain across a WAN.OpenAPI: YAML | JSON

An L2VPN acts as a distributed virtual bridge, bringing every access circuit into a single broadcast domain. It is one kind of synthetic device, and its connections are customer edge interfaces, each with an optional VLAN. For the modeling details, see L2 VPN.

Changes to a network’s L2VPNs affect future Snapshots.


Get a network’s L2VPNs
/api/networks/:networkId/l2-vpns
Replace all of a network’s L2VPNs
/api/networks/:networkId/l2-vpns
Get an L2VPN
/api/networks/:networkId/l2-vpns/:l2VpnName
Add or replace an L2VPN
/api/networks/:networkId/l2-vpns/:l2VpnName
Update an L2VPN
/api/networks/:networkId/l2-vpns/:l2VpnName
Remove an L2VPN
/api/networks/:networkId/l2-vpns/:l2VpnName
Get an L2VPN’s connections
/api/networks/:networkId/l2-vpns/:l2VpnName/connections
Add a connection to an L2VPN
/api/networks/:networkId/l2-vpns/:l2VpnName/connections
Remove an L2VPN’s connections
/api/networks/:networkId/l2-vpns/:l2VpnName/connections