131
Views
IKE keychain view
Change description
After modification, if you do not specify the cipher cipher-key option, you specify a plaintext
pre-shared key in interactive mode. The key is a case-sensitive string of 15 to 128 characters, and it
must contain uppercase and lowercase letters, digits, and special characters other than the question
mark (?). In non-FIPS mode, this command does not support configuring a pre-shared key in
interactive mode.
Modified command: authentication-algorithm
Old syntax
In non-FIPS mode:
authentication-algorithm { md5 | sha | sm3 }
undo authentication-algorithm
In FIPS mode:
authentication-algorithm sha
undo authentication-algorithm
New syntax
In non-FIPS mode:
authentication-algorithm { md5 | sha | sha256 | sha384 | sha512 | sm3 }
undo authentication-algorithm
In FIPS mode:
authentication-algorithm { sha| sha256 | sha384 | sha512 }
undo authentication-algorithm
Views
IKE proposal view
Change description
The following keywords were added:
sha256: Specifies the HMAC-SHA256 algorithm.
sha384: Specifies the HMAC-SHA384 algorithm.
sha512: Specifies the HMAC-SHA512 algorithm.