encryption

Use this command to configure the encryption algorithm for the IKE proposal.

Syntax

encryption {3des | aes128cbc | aes192cbc | aes256cbc}
no encryption {3des | aes128cbc | aes192cbc | aes256cbc}

Parameters

3des Specifies the Triple Data Encryption Standard encryption algorithm.
aes128cbc Specifies the Advanced Encryption Standard (AES) 128 bit key size Cipher-Block Chaining (CBC) encryption algorithm.
aes192cbc Specifies the Advanced Encryption Standard (AES) 192 bit key size Cipher-Block Chaining (CBC) encryption algorithm.
aes256cbc Specifies the Advanced Encryption Standard (AES) 1256 bit key size Cipher-Block Chaining (CBC) encryption algorithm.

Defaults

None.

Mode

IKE proposal configuration.

Usage

This release does not support a default encryption algorithm. You must manually enter an encryption algorithm.

Use the “no” option for this command to remove the IKE proposal encryption configuration.

Example

This example shows how to configure the winRadius_main proposal for the aes128cbc encryption method:

System(su-config)->crypto ike-proposal winRadius_main
System(su-crypto-proposal)->encryption aes128cbc
System(su-crypto-proposal)->