[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineIPSecVpnSession1

Properties

string
local_endpoint_path Required

Policy path referencing Local endpoint.


string
resource_type Required

A Policy Based VPN requires to define protect rules that match local and peer subnets. IPSec security associations is negotiated for each pair of local and peer subnet. A Route Based VPN is more flexible, more powerful and recommended over policy based VPN. IP Tunnel port is created and all traffic routed via tunnel port is protected. Routes can be configured statically or can be learned through BGP. A route based VPN is must for establishing redundant VPN session to remote site.

Possible values are: PolicyBasedIPSecVpnSessionRouteBasedIPSecVpnSession


string
peer_id Required

Peer ID to uniquely identify the peer site. The peer ID is the public IP address of the remote device terminating the VPN tunnel. When NAT is configured for the peer, enter the private IP address of the peer.


string
peer_address Required

Public IPV4 address of the remote device terminating the VPN connection.


string
authentication_mode Optional

Peer authentication mode. PSK - In this mode a secret key shared between local and peer sites is to be used for authentication. The secret key can be a string with a maximum length of 128 characters. CERTIFICATE - In this mode a certificate defined at the global level is to be used for authentication.

Possible values are: PSKCERTIFICATE


string
ike_profile_path Optional

Policy path referencing IKE profile to be used. Default is set according to system default profile.


boolean
enabled Optional

Enable/Disable IPSec VPN session.


string
dpd_profile_path Optional

Policy path referencing Dead Peer Detection (DPD) profile. Default is set to system default profile.


string
connection_initiation_mode Optional

Connection initiation mode used by local endpoint to establish ike connection with peer site. INITIATOR - In this mode local endpoint initiates tunnel setup and will also respond to incoming tunnel setup requests from peer gateway. RESPOND_ONLY - In this mode, local endpoint shall only respond to incoming tunnel setup requests. It shall not initiate the tunnel setup. ON_DEMAND - In this mode local endpoint will initiate tunnel creation once first packet matching the policy rule is received and will also respond to incoming initiation request.

Possible values are: INITIATORRESPOND_ONLYON_DEMAND


string
psk Optional

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


string
compliance_suite Optional

Compliance suite.

Possible values are: CNSASUITE_B_GCM_128SUITE_B_GCM_256PRIMEFOUNDATIONFIPSNONE


tcp_mss_clamping Optional

TCP Maximum Segment Size Clamping Direction and Value.


string
tunnel_profile_path Optional

Policy path referencing Tunnel profile to be used. Default is set to system default profile.

JSON Example

{
	"local_endpoint_path": "string",
	"peer_address": "string",
	"peer_id": "string",
	"resource_type": "PolicyBasedIPSecVpnSession"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyIPSecVpn
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

IPSecVpnSession

Feedback

Was this page helpful?