Command Reference Guide Crypto Map Manual Command Set
61200510L1-35E Copyright © 2005 ADTRAN 1249

set transform-set <setname>

Use the set transform-set command to assign a transform set to a crypto map. See crypto ipsec
transform-set <setname> <parameters> on page 374 for information on defining transform sets.
Syntax Description
<setname> Assigns a transform set to this crypto map by entering the set name.
Default Values
By default, no transfo rm set is assign e d to the cry pt o ma p.
Applicable Platforms
This command applies to the NetVanta 300, 1000R, 2000, 3000, 4000, and 5000 Series units.
Command History
Release 4.1 Command was introduced.
Functional Notes
Crypto map entries do not directly contain the transform configuration for securing dat a. Instead, the crypto
map is associated w ith tr an sfo rm sets which contain specific security algorith ms (see crypto ipsec
transform-set <setname> <parameters> on page 374).
If no transform set is configured for a crypto map, then the entry is incomplete and will have no effect on
the system. For manual key crypto maps, only one transform set can be specified.
Usage Examples
The following example first create s a transform set (Set1) consisting of two security a lgorithms (up to three
may be defined), and then assigns the transform set to a crypto map (Map1):
(config)#crypto ipsec transform-set Set1 esp-3des esp-sha-hmac
(cfg-crypto-trans)#exit
(config)#crypto map Map1 1 ipsec -manual
(config-crypto-map)#set transform-set Set1