Examples
To configure an IPSec transform set with encryption and authentication:
Gxxx-001(super)# crypto ipsec transform-set ts2 esp-des esp-md5-hmac
Gxxx-001(config-transform:ts2)#
To configure an IPSec transform set with encryption, authentication and IP compression:
Gxxx-001(super)# crypto ipsec transform-set ts6 esp-des esp-md5-hmac comp-lzs
Gxxx-001(config-transform:ts6)#
To configure an IPSec transform set with authentication only:
Gxxx-001(super)# crypto ipsec transform-set ts3 esp-null esp-md5-hmac
Gxxx-001(config-transform:ts3)#
To enter the crypto IPSec transform-set context:
Gxxx-001(super)# crypto ipsec transform-set ts1
Gxxx-001(config-transform:ts1)#