Skip to main content

Edit a ipsec tunnel.

PUT 

/sse/config/v1/ipsec-tunnels/:id

Modify a ipsec tunnel.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The ipsec tunnel you want to edit

    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

Ok

Loading...