You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
Resources |
profiles |
security |
ipsecProtectionProfile |
espAlgorithms
espAlgorithms Specifies the IPSec Protection Profile ESP protocol cipher configurations. |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| encryption | O | enumeration | aesCbc128 |
The IPsec Protection Profile Encryption Cipher.
|
| integrity | O | enumeration | hmacSha1 |
The IPsec Protection Profile integrity Cipher.
|
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/security/ipsecProtectionProfile/{name}/espAlgorithms |