IKEv1 IPSec Proposal
Location in GUI: Objects » Object Management » VPN » IKEv1 IPsec Proposal
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ikev1_ipsec_proposals | List | [ikev1_ipsec_proposals] | No |
ikev1_ipsec_proposals (fmc.domains.objects)
Section titled “ikev1_ipsec_proposals (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| description | String | max: 255 | No | |
| esp_encryption | Choice | DES, 3DES, ESP_NULL, AES-128, AES-192, AES-256 | Yes | |
| esp_hash | Choice | SHA, NONE, MD5 | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: ikev1_ipsec_proposals: - name: MyIKEv1IPSecProposal1 esp_encryption: AES-256 esp_hash: SHA