32-6
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 32 Configuring Remote Access IPSec VPNs
Creating a Dynamic Crypto Map
Step 3
To configure the authentication method, enter the ipsec-attributes mode and then enter the
pre-shared-key
command to create the preshared key. You need to use the same preshared key on both
the security appliance and the client.
Note
The preshared key must be no larger than that used by the VPN client. If a Cisco VPN Client with a
different preshared key size tries to connect to a security appliance, the client logs an error message
indicating it failed to authenticate the peer.
The key is an alphanumeric string of 1-128 characters. In the following example the preshared key is
44kkaol59636jnfx.
hostname(config)#
tunnel-group testgroup ipsec-attributes
hostname(config
-
ipsec)#
pre-shared-key 44kkaol59636jnfx
Step 4
Save your changes.
hostname(config)#
write memory
hostname(config)#
Creating a Dynamic Crypto Map
The security appliance uses dynamic crypto maps to define a policy template where all the parameters
do not have to be configured. These dynamic crypto maps let the security appliance receive connections
from peers that have unknown IP addresses. Remote access clients fall in this category.
Dynamic crypto map entries identify the transform set for the connection. You also enable reverse
routing, which lets the security appliance learn routing information for connected clients, and advertise
it via RIP or OSPF.
Step 1
To specify a transform set for a dynamic crypto map entry, enter the
crypto dynamic-map set
transform-set
command.
The syntax is
crypto dynamic
-map
dynamic-map-name seq-num
set transform-set
transform-set-name
. In the following example the name of the dynamic map is dyn1, the sequence
number is 1, and the transform set name is FirstSet.
hostname(config)#
crypto dynamic-map dyn1 1 set transform-set FirstSet
hostname(config)#
Step 2
To enable RRI for any connection based on this crypto map entry, enter the
crypto dynamic-map set
reverse route
command.
hostname(config)#
crypto dynamic-map dyn1 1 set reverse-route
hostname(config)#
Step 3
Save your changes.
hostname(config)#
write memory
hostname(config)#
Summary of Contents for 500 Series
Page 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Page 45: ...P A R T 1 Getting Started and General Information ...
Page 46: ......
Page 277: ...P A R T 2 Configuring the Firewall ...
Page 278: ......
Page 561: ...P A R T 3 Configuring VPN ...
Page 562: ......
Page 891: ...P A R T 4 System Administration ...
Page 892: ......
Page 975: ...P A R T 5 Reference ...
Page 976: ......