Resources | profiles | security | ipsecProtectionProfile

ipsecProtectionProfile

The name of the IPSec Protection Profile. This profile establishes the encryption algorithm, the maximum SA lifetime, and the replay rules for an SPD entry. These properties are used by the SBC when it forms an IPSec Security Association with a peer.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The administrative name of the IPsec Protection Profile.
saLifetimeTimeOuint3228800 The IPsec Protection Profile SA Lifetime setting in seconds. Enforced valid range is 1200-1,000,000 seconds, with the default value of 28,800 corresponding to 8 hours.
saLifetimeByteOunionunlimited The IPsec Protection Profile SA Lifetime setting in number of bytes.
espAlgorithmsO The IPsec Protection Profile ESP protocol cipher configurations.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/security/ipsecProtectionProfile/{name}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/security --data '
<ipsecProtectionProfile>
     <name>{name}</name>
</ipsecProtectionProfile>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/security/ipsecProtectionProfile/{name}

  • No labels