InlineIPSecVPNTunnelProfile1
{
"encapsulation_mode": "string",
"transform_protocol": "string",
"digest_algorithms": [
"string"
],
"encryption_algorithms": [
"string"
],
"enable_perfect_forward_secrecy": false,
"dh_groups": [
"string"
],
"df_policy": "string",
"sa_life_time": 0
}
Encapsulation Mode to be used for encryption of packet. Tunnel mode protects internal routing information by encrypting IP header of original packet.
IPSec transform specifies IPSec security protocol.
Algorithm to be used for message digest. Default digest algorithm is implicitly covered by default encryption algorithm "AES_GCM_128".
Encryption algorithm to encrypt/decrypt the messages exchanged between IPSec VPN initiator and responder during tunnel negotiation. Default is AES_GCM_128.
If true, perfect forward secrecy (PFS) is enabled.
Diffie-Hellman group to be used if PFS is enabled. Default is GROUP14.
Defragmentation policy helps to handle defragmentation bit present in the inner packet. COPY copies the defragmentation bit from the inner IP packet into the outer packet. CLEAR ignores the defragmentation bit present in the inner packet.
SA life time specifies the expiry time of security association. Default is 3600 seconds.