| Parameter | Description | Value |
|---|---|---|
| engineid engineid | Displays the information of the SNMPv3 with a specified engine ID. | It is a string of 10 to 64 characters without spaces. |
| group group-name | Displays the user information of the specified group. | The name is in the range of 1 to 32 characters without spaces. NOTE:
When double quotation marks are used around the string, spaces are allowed in the string. |
| username user-name | Displays the information of the specified SNMPv3 user. | It is a string of 1 to 32 characters without spaces. NOTE:
When double quotation marks are used around the string, spaces are allowed in the string. |
An SNMP user is a remote user who executes SNMP management operations. The snmp-agent usm-user command is used to specify the SNMP user.
The display snmp-agent usm-user command can display the information of SNMPv3 users only.
# Display the information about all the current users.
<sysname> display snmp-agent usm-user
User name: u1
Engine ID: 000007DB7F00000100001106 active
Authentication Protocol: sha
Privacy Protocol: aes256
Group name: group1
Acl : 2001
Item |
Description |
|---|---|
User name |
Character string used to identify the SNMP user |
Engine ID |
Engine ID used to identify the SNMP device |
active |
Status of SNMP user |
Authentication Protocol |
Authentication protocol for an SNMP user: MD5 or SHA. If no value is specified, "none" is displayed. |
Privacy Protocol |
Encryption protocol for an SNMP user: DES56, 3DES, AES128, AES192, or AES256. If no value is specified, "none" is displayed. |
Group name |
Name of an SNMP user group. If no value is specified, this field is not displayed. |
Acl |
ACL associated with an SNMP user. If no value is specified, this field is not displayed. |