GatewayIpSecVpnAutoConfigProperties

GatewayIpSecVpnAutoConfigProperties
GatewayIpSecVpnAutoConfigProperties

An object specifying parameters to auto-configure a route-based IPsec VPN tunnel on the Provider Gateway.

JSON Example
{
    "ipSpaceRef": {
        "name": "string",
        "id": "string"
    },
    "name": "string",
    "remoteEndpoint": "10.22.1.100",
    "localEndpoint": "12.0.3.2",
    "preSharedKey": "string",
    "localTunnelInterfaces": [
        "string"
    ],
    "remoteTunnelIpAddresses": [
        "string"
    ],
    "bgpNeighborRemoteAsNumber": "65546, 1.10",
    "bgpNeighborLocalAsNumber": "65546, 1.10"
}
ipSpaceRef
Required

Entity reference used to describe VCD entities

string
name
Required

Name of the new route-based IPsec VPN tunnel to auto-configure.

string
remoteEndpoint
Required

IP address of the remote endpoint on the remote site. This is the Public IP address of the remote device terminating the VPN tunnel.

string
localEndpoint
Required

The IP address for the endpoint. For a gateway using an IP Space, the IP must be allocated if it falls within the IP Space.

string
preSharedKey
Required

This is the pre-shared key used for authentication.

array of string
localTunnelInterfaces
Required

Virtual Tunnel Interfaces (VTI), the local interface that the tunnel traffic is routed through. The list can be a single IPv4 CIDR, a single IPv6 CIDR, or one of each. The local VTIs must be in the same subnet as the remote VTIs.

array of string
remoteTunnelIpAddresses
Required

IP addresses of the remote tunnel VTIs. The list can be a single IPv4 address, a single IPv6 address, or one of each. IP addresses must be in the same subnet as the local VTIs. BGP neighbors will be autoconfigured with the provided IP addresses.

string
bgpNeighborRemoteAsNumber
Required

The remote AS number for the autoconfigured BGP neighbor in ASPLAIN or ASDOT format.

string
bgpNeighborLocalAsNumber
Required

The local AS number override for the autoconfigured BGP neighbor in ASPLAIN or ASDOT format.

Availability
Added in 39.0