Skip to main content

IkeProtocol

{
  "protocolVersion": "IKE_V1",
  "phase1": {
    "encryptionAlgorithms": [
      "AES128"
    ],
    "integrityAlgorithms": [
      "SHA1"
    ],
    "diffieHellmanGroups": [
      "G_1"
    ],
    "lifetimeSec": 3600
  },
  "phase2": {
    "encryptionAlgorithms": [
      "AES128"
    ],
    "integrityAlgorithms": [
      "SHA1"
    ],
    "diffieHellmanGroups": [
      "G_1"
    ],
    "lifetimeSec": 3600
  },
  "rekey": {
    "marginTimeSec": 270,
    "fuzzPercent": 100,
    "replayWindowSize": 1024
  },
  "deadPeerDetection": {
    "timeoutSec": 30,
    "deadPeerHandling": "RESTART"
  },
  "startupAction": "START"
}

Properties

Name

Type

Required

Restrictions

Description

protocolVersion

string

false

none

none

phase1

IkePhase

false

none

none

phase2

IkePhase

false

none

none

rekey

IkeRekey

false

none

none

deadPeerDetection

IkeDeadPeerDetection

false

none

none

startupAction

string

false

none

none

Enumerated Values

Property

Value

protocolVersion

IKE_V1

protocolVersion

IKE_V2

startupAction

START

startupAction

ATTACH