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  | false  | none  | none  | |
phase2  | false  | none  | none  | |
rekey  | false  | none  | none  | |
deadPeerDetection  | false  | none  | none  | |
startupAction  | string  | false  | none  | none  | 
Enumerated Values
Property  | Value  | 
|---|---|
protocolVersion  | IKE_V1  | 
protocolVersion  | IKE_V2  | 
startupAction  | START  | 
startupAction  | ATTACH  |