
138 Chapter 4 • Utilizing VPN Technology for Remote Access Connectivity
Define a dynamic crypto map to use the transform set. Remember that
dynamic crypto maps are used to apply standard settings to a range of
peers.
Pixfirewall(config)#crypto dynamic-map dynmap 15 set transform-set myset
Now we configure our crypto map to use ISAKMP for IPSec key
exchange and SAs using the information contained in your dynamic map.
Pixfirewall(config)#crypto map mymap 15 ipsec-isakmp dynamic dynmap
You need to tell the PIX that it can initiate the giving of a dynamic
address assignment and/or respond to the request for an address. To do
this, use the following two commands, ...