L2Vpn

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

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

array of Site
sites
Required

Array of L2 vpn site config.

string
listener_ip
Optional

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