Command Reference Guide

SROS Command Line Interface Reference Guide IKE Policy Attributes Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 388
encryption [aes-xxx-cbc | des | 3des]
Use the encryption command to specify which encryption algorithm this IKE policy will use to transmit
data over the IKE-generated SA.
Syntax Description
aes-128-cbc Choose the aes-128-cbc encryption algorithm.
aes-192-cbc Choose the aes-192-cbc encryption algorithm.
aes-256-cbc Choose the aes-256-cbc encryption algorithm.
des Choose the des encryption algorithm.
3des Choose the 3des encryption algorithm.
Default Values
By default, encryption is set to des.
Command Modes
(config-ike-attribute)# IKE Policy Attribute Configuration Mode
Usage Examples (Continued)
The following example selects 3des as the encryption algorithm for this IKE policy:
(config-ike-attribute)#encryption 3des