292| Virtual Private Net works DellPowerConnect W- Series ArubaOS 6.2 | User Guide
lifetime <seconds>
For presharedkey authentication:
(host)(config) #crypto-local isakmp key <key> address <ipaddr> netmask <mask>
(host)(config) #crypto isakmp policy <priority>
encryption {3des|aes128|aes192|aes256|des}
version v1|v2
authentication pre-share
group {1|2|19|20}
hash {md5|sha|sha1-96|sha2-256-128|sha2-384-192}
lifetime <seconds>
To configuresi te-to-site VPN with a static and a dynamically addressed controllerthat i nitiates IKE Aggressive-
mode for Site-Site VPN:
(host)(config) #crypto-local ipsec-map <name> <priority>
src-net <ipaddr> <mask>
dst-net <ipaddr> <mask>
peer-ip <ipaddr>local-fqdn <local_id_fqdn>
vlan <id>
pre-connect enable|disable
trusted enable
For the Pre-shared-key:
(host)(config) #crypto-local isakmp key <key> address <ipaddr> netmask 255.255.255.255
For a static IP controllerthat responds to IKE Aggressive-mode for Site-Site VP N:
crypto-local ipsec-map <name2> <priority>
src-net <ipaddr> <mask>
dst-net <ipaddr> <mask>
peer-ip 0.0.0.0
peer-fqdn fqdn-id <peer_id_fqdn>
vlan <id>
trusted enable
For the Pre-shared-key:
(host)(config) #crypto-local isakmp key <key> fqdn <fqdn-id>
For a static IP controllerthat responds to IKE Aggressive-mode for Site-Site VP N with One PSK for All FQDNs:
(host)(config) #crypto-local ipsec-map <name2> <priority>
src-net <ipaddr> <mask>
peer-ip 0.0.0.0
peer-fqdn any-fqdn
vlan <id>
trusted enable
For the Pre-shared-keyfor All FQDNs:
(host)(config) #crypto-local isakmp key <key> fqdn-any
Detecting De ad Peers
Dead Peer Detection (DPD ) is enabled by default on the controller fors ite-to-site VPNs. DP D, as described in
RFC 3706, “A Traffic-Based Method of Detecti ng Dead Internet Key Exchange (IKE) Peers,” uses IPsec traffic
patterns to minimize the number of IKE messages required to determine the liveliness of an IKE peer.
To configureD PD parameters, issue the followingcommands via the command-line interface.