Skip to main content

Create IPSec tunnels

POST 

/sse/config/v1/ipsec-tunnels

Create an IPSec tunnel.

Request

Query Parameters

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The ipsec tunnel you want to create

    anti_replay boolean

    Enable Anti-Replay check on this tunnel

    auto_key objectrequired
    ike_gateway object[]required
  • Array [
  • name string
  • ]
  • ipsec_crypto_profile stringrequired
    proxy_id object[]

    IPv4 type of proxy_id values

  • Array [
  • local string
    name stringrequired
    protocol object
    oneOf
    number integer

    Possible values: >= 1 and <= 254

    IP protocol number

    remote string
  • ]
  • proxy_id_v6 object[]

    IPv6 type of proxy_id values

  • Array [
  • local string
    name stringrequired
    protocol object
    oneOf
    number integer

    Possible values: >= 1 and <= 254

    IP protocol number

    remote string
  • ]
  • copy_tos boolean

    Copy IP TOS bits from inner packet to IPSec packet (not recommended)

    enable_gre_encapsulation boolean

    allow GRE over IPSec

    name stringrequired

    Possible values: <= 63 characters

    Alphanumeric string begin with letter: [0-9a-zA-Z._-]

    tunnel_monitor object
    destination_ip stringrequired

    Destination IP to send ICMP probe

    enable boolean

    Default value: true

    Enable tunnel monitoring on this tunnel

    proxy_id string

    Which proxy-id (or proxy-id-v6) the monitoring traffic will use

Responses

Created

Loading...