Send documentation comments to mdsfeedback-doc@cisco.com
10-2
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 10 H Commands
hash
hash
To configure a hash algorithm for an IKE protocol policy, use the hash command in IKE policy
configuration submode. To revert to the default, use the no form of the command.
hash {md5 | sha}
no hash
Syntax Description
Defaults sha
Command Modes IKE policy configuration submode.
Command History
Usage Guidelines To use this command, the IKE protocol must be enabled using the crypto ike enable command.
Examples The following example shows how to configure the hash algorithm for the IKE protocol.
switch# config terminal
switch(config)# crypto ike domain ipsec
switch(config-ike-ipsec)# policy 1
switch(config-ike-ipsec-policy)# hash md5
Related Commands
md5 Specifies the MD5
1
hash algorithm.
sha Specifies the SHA
2
.
1. MD5 = Message-Digest
2. SHA = Secure Hash Algorithm
Release Modification
2.0(x) This command was introduced.
Command Description
crypto ike domain ipsec Enters IKE configuration mode.
crypto ike enable Enables the IKE protocol.
policy Configures IKE policy parameters.
show crypto ike domain ipsec Displays IKE information for the IPsec domain.