L2VPNSessionTransportTunnelData (schema)

L2VPN Session Transport Tunnel Data

L2VPN Session Transport Tunnel Data uses a peer code which has all the
information to create the transport tunnel.
Name Description Type Notes
local_address IPv4 Address of local endpoint

IPv4 Address of local endpoint.
IPv4Address Required
peer_address IPv4 Address of Peer endpoint

IPv4 Address of Peer endpoint on remote site.
IPv4Address Required
peer_code Peer code for the transport tunnel

Peer code represents a base64 encoded string which has
all the configuration for tunnel. E.g local/peer ips and
protocol, encryption algorithm, etc. Peer code also contains
PSK; be careful when sharing or storing it.
string