- Table of Contents
-
- 03-Security Command Reference
- 00-Preface
- 01-Security zone commands
- 02-Security policy commands
- 03-ASPF commands
- 04-Session management commands
- 05-Object group commands
- 06-IP source guard commands
- 07-AAA commands
- 08-User identification commands
- 09-Password control commands
- 10-Portal commands
- 11-MAC authentication commands
- 12-SMS commands
- 13-802.1X commands
- 14-Public key management commands
- 15-PKI commands
- 16-SSH commands
- 17-SSL commands
- 18-Connection limit commands
- 19-Attack detection and prevention commands
- 20-Server connection detection commands
- 21-ARP attack protection commands
- 22-ND attack defense commands
- 23-uRPF commands
- 24-IP-MAC binding commands
- 25-Keychain commands
- 26-MAC learning through a Layer 3 device commands
- 27-APR commands
- 28-IPoE commands
- 29-Crypto engine commands
- 30-Location identification commands
- 31-Terminal identification commands
- Related Documents
-
Title | Size | Download |
---|---|---|
29-Crypto engine commands | 54.44 KB |
Crypto engine commands
display crypto-engine
Use display crypto-engine to display crypto engine information.
Syntax
display crypto-engine
Views
Any view
Predefined user roles
network-admin
network-operator
context-admin
context-operator
Usage guidelines
If the device does not have hardware crypto engines, this command displays information only about software crypto engines.
Examples
# Display crypto engine information.
<Sysname> display crypto-engine
Crypto engine name: cavium crypto driver
Crypto engine state: Enabled
Crypto engine type: Hardware
Slot ID: 1
CPU ID:0
Crypto engine ID: 0
Crypto device name: cavium crypto
Crypto device serial number:
Symmetric algorithms: des-ecb 3des-cbc 3des-ecb aes-cbc aes-ecb aes-ctr camellia_cbc sha1 sha2-256 sha2-384 sha2-512 md5-hmac sha1hmac sha2-256-hmac sha2-384-hmac sha2-512-hmac
Asymmetric algorithms: dh-group1 dh-group2 dh-group5 dh-group14 dh-group24
Random number generation function: Supported
Crypto engine name: Software crypto engine
Crypto engine state: Enabled
Crypto engine type: Software
Slot ID: 1
CPU ID:0
Crypto engine ID: 1
Crypto device name: Software
Crypto device serial number:
Symmetric algorithms: des-cbc des-ecb 3des-cbc aes-cbc aes-ecb aes-ctr camellia_cbc md5 sha1 sha2-256 sha2-384 sha2-512 md5-hmac sha1-hmac sha2-256-hmac sha2-384-hmac sha2-512-hmac aes-xcbc aes-xcbc-hmac
Asymmetric algorithms:
Random number generation function: Supported
Crypto engine name: inhandxdrv
Crypto engine state: Enabled
Crypto engine type: Hardware
Slot ID: 2
CPU ID: 0
Crypto engine ID: 2
Crypto device name: inhandxcard2/8
Crypto device serial number: 2016091400125014
Symmetric algorithms: sm1-cbc-128
Asymmetric algorithms: sm2
Random number generation function: Not Supported
Table 1 Command output
Field |
Description |
Crypto engine state |
Hardware crypto engine state: · Enabled. · Disabled. This field always displays Enabled for software crypto engines. |
Crypto engine type |
Crypto engine type: · Hardware. · Software. |
Crypto device name |
Name of the crypto device. This field displays Software for software crypto engines. |
Crypto device serial number |
Serial number of the crypto device. This field is always empty for software crypto engines. |
Symmetric algorithms |
Supported symmetric algorithms. |
Asymmetric algorithms |
Supported asymmetric algorithms. |
Random number generation function |
Whether random number generation function is supported: · Supported. · Not supported. |
display crypto-engine statistics
Use display crypto-engine statistics to display crypto engine statistics.
Syntax
display crypto-engine statistics [ engine-id engine-id slot slot-number ]
Views
Any view
Predefined user roles
network-admin
network-operator
context-admin
context-operator
Parameters
engine-id engine-id: Specifies a crypto engine by its ID. The value range for the engine-id argument is 0 to 4294967295.
slot slot-number: Specifies an IRF member device by its member ID.
Usage guidelines
If hardware crypto engines are not enabled or the device does not have hardware crypto engines, this command displays statistics only for software crypto engines.
If you do not specify any parameters, this command displays crypto engine statistics for all member devices.
Examples
# Display all crypto engine statistics.
<Sysname> display crypto-engine statistics
Slot ID: 1
CPU ID: 0
Crypto engine ID: 0
Submitted sessions: 0
Failed sessions: 0
Symmetric operations: 0
Symmetric errors: 0
Asymmetric operations: 0
Asymmetric errors: 0
Get-random operations: 0
Get-random errors: 0
# Display statistics for crypto engine 1 on the specified slot.
<Sysname> display crypto-engine statistics engine-id 1 slot 1
Submitted sessions: 0
Failed sessions: 0
Symmetric operations: 0
Symmetric errors: 0
Asymmetric operations: 0
Asymmetric errors: 0
Get-random operations: 0
Get-random errors: 0
Table 2 Command output
Field |
Description |
Submitted sessions |
Number of established sessions. |
Failed sessions |
Number of failed sessions. |
Symmetric operations |
Number of operations using symmetric algorithms. |
Symmetric errors |
Number of failed operations using symmetric algorithms. |
Asymmetric operations |
Number of operations using asymmetric algorithms. |
Asymmetric errors |
Number of failed operations using asymmetric algorithms. |
Get-random operations |
Number of operations for obtaining random numbers. |
Get-random errors |
Number of failed operations for obtaining random numbers. |
Related commands
reset crypto-engine statistics
reset crypto-engine statistics
Use reset crypto-engine statistics to clear crypto engine statistics.
Syntax
reset crypto-engine statistics [ engine-id engine-id slot slot-number ]
Views
User view
Predefined user roles
network-admin
context-admin
Parameters
engine-id engine-id: Specifies a crypto engine by its ID. The value range for the engine-id argument is 0 to 4294967295.
slot slot-number: Specifies an IRF member device by its member ID.
Usage guidelines
If you do not specify any parameters, this command clears crypto engine statistics for all member devices.
Examples
# Clear statistics for all crypto engines.
<Sysname> reset crypto-engine statistics
# Clear statistics for crypto engine 1 on the specified slot.
<Sysname> reset crypto-engine statistics engine-id 1 slot 1
Related commands