L2Vpn

L2Vpn
L2Vpn
JSON Example
{
    "listener_ip": "string",
    "sites": [
        {
            "password": "string",
            "secure_traffic": false,
            "dropped_tx_packets": "string",
            "user_id": "string",
            "tunnel_status": "string",
            "name": "string",
            "dropped_rx_packets": "string",
            "failure_message": "string",
            "established_date": "string",
            "rx_bytes_on_local_subnet": 0,
            "tx_bytes_from_local_subnet": 0
        }
    ],
    "enabled": false
}
string
listener_ip
Optional

Public uplink ip address. IP of external interface on which L2VPN service listens to.

array of Site
sites
Required

Array of L2 vpn site config.

boolean
enabled
Optional

Enable (true) or disable (false) L2 VPN.