Cisco Cisco Packet Data Gateway (PDG)

Seite von 1952
encryption
Specifies the encryption algorithm for the SSL cipher suite.
Product
SCM (P-CSCF, A-BG)
Privilege
Administrator
Command Modes
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 Description
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 Guidelines
Use this command to specify encryption for the SSL cipher suite.
Examples
The following command sets the encryption option to its default value, which is RC4:
encryption rc4
   Command Line Interface Reference, Modes C - D, StarOS Release 19
390
Cipher Suite Configuration Mode Commands
encryption