Configuration manual

VPN configuration 53
Configuration — Command Line Interface
3 Exit from all configuration modes:
end
End
Variable definitions
The following table describes the variables and values for configuring VPN global settings.
Configuring IKE
Complete the following procedure to configure the IKE pre-shared secret.
Prerequisites
Before you modify a policy, you must set the Policy Status to INACTIVE.
Procedure steps
Step Action
1 Enter global configuration mode:
configure terminal
2 Create a policy map and enter crypto configuration mode
crypto map <policy-name>
3 Set the mode for the cryptographic key
crypto key mode preshared-key
4 Set the cryptographic IPsec mode
crypto ipsec mode tunnel
Variable Value
identity-type
The user identity type that uniquely identifies the peer. Select one of the
following:
IPV4 - specifies the IP address
FQDN- specifies the fully qualified domain name (an unambiguous
domain name that denotes the position of the node in the DNS tree
hierarchy)
EMAIL - specifies the email of the peer
KEYID - specifies the string that uniquely identifies the peer
identity-value
The value corresponding to the selected Remote Identity Type.
preshared-key A string of text which is the key that VPN uses to authenticate
before receiving any other credentials.