IKEv1 Policy
Location in GUI: Objects » Object Management » VPN » IKEv1 Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ikev1_policies | List | [ikev1_policies] | No |
ikev1_policies (fmc.domains.objects)
Section titled “ikev1_policies (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| description | String | max: 255 | No | |
| authentication_method | Choice | Certificate, Preshared Key | Yes | |
| dh_group | Integer | min: 1, max: 14 | Yes | |
| encryption_algorithm | Choice | DES, 3DES, AES-128, AES-192, AES-256 | Yes | |
| hash | Choice | SHA, MD5 | Yes | |
| lifetime | Integer | min: 120, max: 2147483647 | Yes | |
| priority | Integer | min: 1, max: 65535 | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: ikev1_policies: - name: MyIKEv1Policy1 authentication_method: Preshared Key dh_group: 14 encryption_algorithm: AES-256 hash: SHA lifetime: 28800 priority: 1