no

crypto-ikev1/ikev2-policy commands

Removes or reverts IKEv1/IKEv2 policy settings

Supported on the following devices:

Syntax

no [dpd-keepalive|dpd-retries|isakmp-proposal <WORD>|lifetime|mode]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or reverts this IKEv1/IKEv2 policy settings based on parameters passed

Example

The following example shows the IKEV1 Policy settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-profile-default-ap8533-ikev1-policy-ikev1-testpolicy)#show context
 crypto ikev1 policy testpolicy
  dpd-keepalive 11
  dpd-retries 10
  lifetime 655
  isakmp-proposal default encryption aes-256 group 2 hash sha
  isakmp-proposal testpraposal encryption aes group 2 hash sha
  mode aggressive
nx9500-6C8809(config-profile-default-ap8533-ikev1-policy-ikev1-testpolicy)#

nx9500-6C8809(config-profile-default-ap8533-ikev1-policy-ikev1-testpolicy)#no mode
nx9500-6C8809(config-profile-default-ap8533-ikev1-policy-ikev1-testpolicy)#no dpd-keepalive
nx9500-6C8809(config-profile-default-ap8533-ikev1-policy-ikev1-testpolicy)#no dpd-retries

The following example shows the IKEV1 Policy settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-profile-default-ap8533-ikev1-policy-ikev1-testpolicy)# show context
 crypto ikev1 policy testpolicy
  lifetime 655
  isakmp-proposal default encryption aes-256 group 2 hash sha
  isakmp-proposal testpraposal encryption aes group 2 hash sha
nx9500-6C8809(config-profile-default-ap8533-ikev1-policy-ikev1-testpolicy)#