Parameter |
Description |
Value |
|---|---|---|
number proposal-number |
Specifies the number of an IKE proposal. A smaller IKE proposal number indicates a higher priority. |
|
default |
Displays a default IKE proposal information. |
- |
# Display the configuration of all IKE proposals.
<sysname> display ike proposal Number of IKE Proposals: 2 ------------------------------------------- IKE Proposal: 1 Authentication Method : PRE_SHARED Authentication Algorithm : SHA2-256 Encryption Algorithm : AES-256 Diffie-Hellman Group : MODP-2048 SA Duration(Seconds) : 86400 Integrity Algorithm : HMAC-SHA2-256 Prf Algorithm : HMAC-SHA2-256 ------------------------------------------- ------------------------------------------- IKE Proposal: Default Authentication Method : PRE_SHARED Authentication Algorithm : SHA2-512 SHA2-384 SHA2-256 Encryption Algorithm : AES-256 AES-192 AES-128 Diffie-Hellman Group : MODP-2048 SA Duration(Seconds) : 86400 Integrity Algorithm : HMAC-SHA2-256 Prf Algorithm : HMAC-SHA2-256 -------------------------------------------
Item |
Description |
|---|---|
Number of IKE Proposals |
Number of the IKE proposal. |
IKE Proposal |
IKE proposal number. To configure an IKE proposal, run the ike proposal command. |
Authentication Method |
Authentication method used in the IKE proposal:
To configure an authentication method, run the authentication-method command. |
Authentication Algorithm |
Authentication algorithm used in the IKE proposal:
NOTE:
The MD5 and SHA-1 algorithms have potential security risks. The SHA2 or SM3 algorithm is recommended. |
Encryption Algorithm |
Encryption algorithm used in the IKE proposal:
NOTICE:
The DES and 3DES algorithms have potential security risks. The AES or SM algorithm is recommended. |
Diffie-Hellman Group |
DH group in the IKE proposal:
To configure a DH group, run the dh command. |
SA Duration(Seconds) |
IKE SA lifetime. To set the IKE SA lifetime, run the sa duration command. |
Integrity Algorithm |
Integrity algorithm in the IKE proposal:
NOTE:
The HMAC-MD5-96 and HMAC-SHA1-96 algorithms have potential security risks. The HMAC-SHA2-256, HMAC-SHA2-384, or HMAC-SHA2-512 algorithm is recommended. |
Prf Algorithm |
Algorithm used to generate a pseudo random number in the IKE proposal:
NOTE:
The HMAC-MD5 and HMAC-SHA1 algorithms have potential security risks. The AES-XCBC-128, HMAC-SHA2-256, HMAC-SHA2-384, or HMAC-SHA2-512 algorithm is recommended. |