Version 7.2 757 Mediant MSBR
Reference Guide 76 Security
Command Description
profile name Defines the profile name.
Command Mode
The crypto isakmp key is defined in enabled configuration mode.
Example
This example configures an IPSec policy profile.
(config-data)# crypto ipsec profile p1name
76.3.1.4 crypto ipsec transform-set
This command, when used in global configuration mode, defines a transform set as
acceptable combination of security protocols and algorithms. To delete a transform set, use
the no form of this command.
Syntax
crypto ipsec transform-set <transform-set-name>
<transform> <transform>
no crypto ipsec transform-set <transform-set-name>
Command Description
transform-
Specifies the name of the transform set to
create (or modify).
transform
Specifies two "transforms". These transforms define the
IPSec security protocols and algorithms. Accepted
transform values are described in the "transform table".
Transform Type Transform Description
ESP Encryption
Transform
esp-des Defines ESP with the 56-bit DES
encryption algorithm.
esp-3des
Defines ESP with the 168-bit DES
encryption algorithm (3DES or Triple
DES).
esp-aes Defines ESP with the 128-bit AES
encryption algorithm.
esp-nul Defines null encryption algorithm.
ESP Authentication
Transform
esp-md5-hmac Defines ESP with the MD5
(HMAC variant) authentication
algorithm.