IKE policies define parameters that the router uses during IKE phase 1 negotiation.
To create an IKE policy:
- host1(config)#ipsec ike-policy-rule 3
- host1(config-ike-policy)#
You can then set the following parameters, or use the default settings:
- host1(config-ike-policy)#aggressive-mode
- host1(config-ike-policy)#authentication pre-share
- host1(config-ike-policy)#encryption 3des
- host1(config-ike-policy)#group 5
- host1(config-ike-policy)#hash md5
- host1(config-ike-policy)#lifetime 360
aggressive-mode
- host1(config-ike-policy)#aggressive-mode accepted
authentication
- host1(config-ike-policy)#authentication pre-share
encryption
- host1(config-ike-policy)#encryption 3des
group
- host1(config-ike-policy)#group 5
hash
- host1(config-ike-policy)#hash md5
ipsec ike-policy-rule
ipsec isakmp-policy-rule
![]() |
Note: The command replaces the ipsec isakmp-policy-rule command, which may be removed completely in a future release. |
- host1(config)#ipsec ike-policy-rule 3
- host1(config-ike-policy)#
lifetime
- host1(config-ike-policy)#lifetime 360