IKEv2 IPSec Proposal
Location in GUI: Objects » Object Management » VPN » IKEv2 IPsec Proposal
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ikev2_ipsec_proposals | List | [ikev2_ipsec_proposals] | No |
ikev2_ipsec_proposals (fmc.domains.objects)
Section titled “ikev2_ipsec_proposals (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| description | String | max: 255 | No | |
| esp_encryptions | List | Choice[DES, 3DES, AES, AES-192, AES-256, AES-GCM, AES-GCM-192, AES-GCM-256, AES-GMAC, AES-GMAC-192, AES-GMAC-256, NULL] | Yes | |
| esp_hashes | List | Choice[MD5, NULL, SHA-1, SHA-256, SHA-384, SHA-512] | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: ikev2_ipsec_proposals: - name: MyIKEv2IPSecProposal1 esp_encryptions: - AES-256 - AES-GCM-192 esp_hashes: - SHA-256 - SHA-384