Command Reference Guide

showsnmpuser
DESCRIPTION
The showsnmpuser command displays information about one or all SNMP users, including the
username, authentication and privacy protocols.
WARNING! SNMP cannot be used in Common Criteria mode. It might compromise the security
of the storage system.
SYNTAX
The syntax for the showsnmpuser command can be one of the following:
showsnmpuser [<user_name>]
showsnmpuser
AUTHORITY
Any role in the system.
OPTIONS
None.
SPECIFIERS
<user_name>
Specifies the SNMPv3 username, using up to 31 characters. This specifier is not required on the
command line. If no specifier is used, information about all SNMP users is displayed.
RESTRICTIONS
None.
EXAMPLES
The following example displays a list of all SNMP users:
cli% showsnmpuser
Username AuthProtocol PrivProtocol
snmpadm HMAC-SHA-96 CFB128-AES-128
joe HMAC-SHA-96 CFB128-AES-128
NOTES
The showsnmpuser command displays SNMPv3 user information for all local users when the
<username> is not provided or the information for just the local user with the name <username>
when it is provided. The output for users with a Browse or Service role is limited to the user's own
accounts. If the <username> is provided, it must be the user's name.
SNMP users are created using the createsnmpuser command.
showsnmpuser 475