Cisco Cisco ASR 5700

Page of 8994
Cipher Suite Configuration Mode Commands   
▀  encryption 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
2200 
   
encryption 
Specifies the encryption algorithm for the SSL cipher suite. 
Product
 
SCM (P-CSCF, A-BG) 
Privilege
 
Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > Cipher Suite Configuration 
configure > context context_name > cipher-suite cipher_suite_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(cfg-ctx-cipher-suite)# 
Syntax
 
encryption { 3des | aes-128 | null | rc4 }  
default encryption 
default
 
Sets the encryption option to its default value of RC4. 
encryption 3des | aes-128 | null | rc4
 
Specifies the encryption algorithm. 
3des
: Encryption algorithm 3DES (Triple Encryption Algorithm). 3DES applies the Data Encryption 
Standard (DES) cipher algorithm three times to each data block. 
aes-128
: Encryption algorithm AES-128 (Advanced Encryption Standard-128). AES-128 is a symmetric-
key encryption standard which has a 128-bit block size, with key size of 128. 
null
: Encryption algorithm Null. 
rc4
: Encryption algorithm RC4 (Rivest Cipher 4). RC4 is a stream cipher used with SSL protocol. 
Usage 
Use this command to specify encryption for the SSL cipher suite. 
Example
 
The following command sets the encryption option to its default value, which is RC4: 
encryption rc4