Configuration manual

VPN configuration 47
Configuration — Command Line Interface
1 Enter global configuration mode:
configure terminal
2 Assign a VPN remote identity:
vpn remote identity <identity-type> <identity-value> psk
<preshared-key>
3 Exit from all configuration modes:
end
End
Variable definitions
The following table describes the variables and values for configuring VPN global settings.
Configuring users
Complete the following procedure for each remote user.
Procedure steps
Step Action
1 Enter global configuration mode:
configure terminal
2 For each user, create a user name and password:
ra-vpn username <username> password <password>
3 Exit from all configuration modes:
end
End
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.