Send documentation comments to mdsfeedback-doc@cisco.com
4-128
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 4 C Commands
crypto map domain ipsec (configuration mode)
crypto map domain ipsec (configuration mode)
To specify an IPsec crypto map and enter IPsec crypto map configuration mode, use the crypto map
domain ipsec command. To delete an IPsec crypto map or a specific entry in an IPsec crypto map, use
the no form of the command.
crypto map domain ipsec map-name seq-number
no crypto map domain ipsec map-name [seq-number]
Syntax Description
Defaults None.
Command Modes Configuration mode.
Command History
Usage Guidelines To use this command, IPsec must be enabled using the crypto ipsec enable command.
The sequence number determines the order in which IPsec crypto map entries are applied.
Examples The following example specifies entry 1 for IPsec crypto map IPsecMap and enters IPsec crypto map
configuration mode.
switch# config terminal
switch(config)# crypto map domain ipsec IPsecMap 1
switch(config-crypto-map-ip)#
The following example deletes an IPsec crypto map entry.
switch# config terminal
switch(config)# no crypto map domain ipsec IPsecMap 1
The following example deletes the entire IPsec crypto map.
switch# config terminal
switch(config)# no crypto map domain ipsec IPsecMap
map-name Specifies the map name. Maximum length is 63 characters.
seq-number Specifies the sequence number for the map entry. The range is 1 to 65535.
Release Modification
2.0(x) This command was introduced.