GatewayIpSecVpnAutoConfigProperties
An object specifying parameters to auto-configure a route-based IPsec VPN tunnel on the Provider Gateway.
{
"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"
}
Name of the new route-based IPsec VPN tunnel to auto-configure.
IP address of the remote endpoint on the remote site. This is the Public IP address of the remote device terminating the VPN tunnel.
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.
This is the pre-shared key used for authentication.
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.
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.
The remote AS number for the autoconfigured BGP neighbor in ASPLAIN or ASDOT format.
The local AS number override for the autoconfigured BGP neighbor in ASPLAIN or ASDOT format.