IkeConfig

IkeConfig
IkeConfig

This configuration captures the IKE and phase one negotiation parameters. This configuration can be set for peering properly with remote peers.

JSON Example
{
    "dhGroups": [
        {}
    ],
    "digestAlgorithms": [
        {}
    ],
    "encryptionAlgorithms": [
        {}
    ],
    "saLifeTime": 0
}
ikeVersion
Required

ikeVersion

dhGroups
Required

The list of Diffie-Helman groups to be used is PFS is enabled. Default is GROUP14.

digestAlgorithms
Optional

The list of Digest algorithms for IKE. This is used during IKE negotiation. Default is SHA2_256.

encryptionAlgorithms
Required

The list of Encryption algorithms for IKE. This is used during IKE negotiation. Default is AES_128.

integer
saLifeTime
Optional

The Security Association life time in seconds. Default is 86400 seconds (1 day).

Availability
Added in 33.0