no

crypto-map-ipsec-manual-instance

Removes or resets this crypto map‘s settings

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [local-endpoint-ip|mode|peer|security-association|session-key|use]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or resets this crypto map settings based on the parameters passed

Example

nx9500-6C8809(config-profile-default-rfs4000-cryptomap-map1#1)#show context
 crypto map map1 1 ipsec-manual
  use ip-access-list test
  peer 172.16.10.12
  mode transport
  session-key inbound esp 273 0 cipher esp-null authenticator sha 5876897
nx9500-6C8809(config-profile-default-rfs4000-cryptomap-map1#1)#

nx9500-6C8809(config-profile-default-rfs4000-cryptomap-map1#1)#no use ip-access-list
nx9500-6C8809(config-profile-default-rfs4000-cryptomap-map1#1)#no peer
nx9500-6C8809(config-profile-default-rfs4000-cryptomap-map1#1)#no mode

nx9500-6C8809(config-profile-default-rfs4000-cryptomap-map1#1)#show context
 crypto map map1 1 ipsec-manual
  session-key inbound esp 273 0 cipher esp-null authenticator sha 58768979
nx9500-6C8809(config-profile-default-rfs4000-cryptomap-map1#1)#