InlineIPSecVPNPeerEndpoint1

InlineIPSecVPNPeerEndpoint1
InlineIPSecVPNPeerEndpoint1
JSON Example
{
    "psk": "string",
    "peer_id": "string",
    "ipsec_tunnel_profile_id": "string",
    "authentication_mode": "string",
    "peer_address": "string",
    "connection_initiation_mode": "string",
    "dpd_profile_id": "string",
    "ike_profile_id": "string"
}
string
psk
Optional

IPSec Pre-shared key. Maximum length of this field is 128 characters.

string
peer_id
Required

Peer identifier.

string
ipsec_tunnel_profile_id
Optional

Tunnel profile id to be used. By default it will point to system default profile.

string
authentication_mode
Optional

For peer authentication only Pre shared key (PSK) mode will be supported.

string
peer_address
Required

IPV4 address of peer endpoint on remote site.

string
connection_initiation_mode
Optional

Connection initiation mode used by local endpoint to establish ike connection with peer endpoint. INITIATOR - In this mode local endpoint can initiate the process of tunnel creation. RESPOND_ONLY - In this mode remote site will always begin with the connection initiation request and local endpoint will respond to that connection request. ON_DEMAND - In this mode tunnel creation will begin once first packet matching the policy rule is received.

Possible values are : INITIATOR, RESPOND_ONLY, ON_DEMAND,
string
dpd_profile_id
Optional

Dead peer detection (DPD) profile id. Default will be set according to system default policy.

string
ike_profile_id
Optional

IKE profile id to be used. Default will be set according to system default policy.