Skip to main content

L3VPNs

Model the provider L3VPNs connecting a network’s customer edge routers.OpenAPI: YAML | JSON

An L3VPN stands in for a provider’s core without collecting its PE and P routers. It is one kind of synthetic device. Each customer edge router advertises the subnets it owns, and the VPN forwards only between connections in the same VRF. For the modeling details, see L3 VPN.

Changes to a network’s L3VPNs affect future Snapshots.


Get a network’s L3VPNs
/api/networks/:networkId/l3-vpns
Replace all of a network’s L3VPNs
/api/networks/:networkId/l3-vpns
Get an L3VPN
/api/networks/:networkId/l3-vpns/:l3VpnName
Add or replace an L3VPN
/api/networks/:networkId/l3-vpns/:l3VpnName
Update an L3VPN
/api/networks/:networkId/l3-vpns/:l3VpnName
Remove an L3VPN
/api/networks/:networkId/l3-vpns/:l3VpnName
Get an L3VPN’s connections
/api/networks/:networkId/l3-vpns/:l3VpnName/connections
Add a connection to an L3VPN
/api/networks/:networkId/l3-vpns/:l3VpnName/connections
Remove an L3VPN’s connections
/api/networks/:networkId/l3-vpns/:l3VpnName/connections