IKEv2 Policy
Location in GUI: Objects » Object Management » VPN » IKEv2 Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ikev2_policies | List | [ikev2_policies] | No |
ikev2_policies (fmc.domains.objects)
Section titled “ikev2_policies (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| description | String | max: 255 | No | |
| dh_groups | List | Integer[min: 1, max: 31] | Yes | |
| encryption_algorithms | List | Choice[DES, 3DES, AES, AES-192, AES-256, AES-GCM, AES-GCM-192, AES-GCM-256, NULL] | Yes | |
| integrity_algorithms | List | Choice[SHA, SHA-256, SHA-384, SHA-512, MD5, NULL] | Yes | |
| lifetime | Integer | min: 120, max: 2147483647 | Yes | |
| prf_algorithms | List | Choice[SHA, SHA-256, SHA-384, SHA-512, MD5] | Yes | |
| priority | Integer | min: 1, max: 65535 | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: ikev2_policies: - name: MyIKEv2Policy1 dh_groups: - 14 - 24 encryption_algorithms: - AES-256 - AES-GCM-256 integrity_algorithms: - SHA-256 - SHA-384 lifetime: 28800 priority: 1 prf_algorithms: - SHA-256