Send documentation comments to mdsfeedback-doc@cisco.com
7-4
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 7 E Commands
encryption
encryption
To configure an encryption algorithm for an IKE protocol policy, use the encryption command. To revert
to the default, use the no form of the command.
encryption {3des | aes | des}
no encryption
Syntax Description
Defaults 3des
Command Modes IKE policy configuration submode.
Command History
Usage Guidelines To use this command, the IKE protocol must be enabled using the crypto ike enable command.
Examples The following example shows how to configure the encryption algorithm for the IKE protocol.
switch# config terminal
switch(config)# crypto ike domain ipsec
switch(config-ike-ipsec)# policy 1
switch(config-ike-ipsec-policy)# encryption 3des
Related Commands
3des 168-bit DES (3DES)
aes 128-bit AES-CBC
des 56-bit DES-CBS
Release Modification
2.0(x) This command was introduced.
Command Description
crypto ike domain ipsec Enters IKE configuration mode.
crypto ike enable Enables the IKE protocol.
policy Configures IKE policy parameters.
show crypto ike domain ipsec Displays IKE information for the IPsec domain.