integrity-algorithm
Parameters
Parameter | Description | Value |
---|---|---|
aes-xcbc-96 | Indicates that the integrity algorithm is AES-XCBC-96. | - |
hmac-md5-96 | Indicates that the integrity algorithm is HMAC-MD5-96. | - |
hmac-sha1-96 | Indicates that the integrity algorithm is HMAC-SHA1-96. | - |
hmac-sha2-256 | Indicates that the integrity algorithm is HMAC-SHA2-256. | - |
hmac-sha2-384 | Indicates that the integrity algorithm is HMAC-SHA2-384. | - |
hmac-sha2-512 | Indicates that the integrity algorithm is HMAC-SHA2-512. | - |
Usage Guidelines
Usage Scenario
The integrity algorithms are listed as follows from the highest security level to the lowest security level: hmac-sha2-512 > hmac-sha2-384 > hmac-sha2-256 > aes-xcbc-96 > hmac-sha1-96 > hmac-md5-96.
Precautions
On the device running a version earlier than V200R007, the authentication-algorithm command serves the same function as the integrity-algorithm command.