L2Extension
Segment specific L2 VPN configuration
Properties
string
l2vpn_path
Optional
This property has been deprecated. Please use the property l2vpn_paths for setting the paths of associated L2 VPN session. This property will continue to work as expected to provide backwards compatibility. However, when both l2vpn_path and l2vpn_paths properties are specified, only l2vpn_paths is used.
array of
string
l2vpn_paths
Optional
Policy paths corresponding to the associated L2 VPN sessions
integer
tunnel_id
Optional
Tunnel ID
JSON Example
{
"l2vpn_path": "string",
"l2vpn_paths": [
"string"
],
"tunnel_id": 0
}