A SERVICE OF

logo

2153
141
IKE CONFIGURATION COMMANDS
authentication-algorithm
Syntax authentication-algorithm { md5 | sha }
undo authentication-algorithm
View IKE proposal view
Parameter md5: Uses HMAC-MD5.
sha: Uses HMAC-SHA1.
Description Use the
authentication-algorithm command to specify the authentication
algorithm for an IKE proposal.
Use the
undo authentication-algorithm command to restore the default.
By default, an IKE proposal uses the SHA1 authentication algorithm.
Related command: ike proposal, display ike proposal.
Example # Set MD5 as the authentication algorithm for IKE proposal 10.
<Sysname> system-view
[Sysname] ike proposal 10
[Sysname-ike-proposal-10] authentication-algorithm md5
authentication-method
Syntax authentication-method { pre-share | rsa-signature }
undo authentication-method
View IKE proposal view
Parameter pre-share: Uses the pre-shared key method.
rsa-signature: Uses the RSA digital signature method.