show snmpv3 user
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
233
show snmpv3 user
show snmpv3 user {[[hex <hex_user_name>] | <user_name>]}
Description
Displays detailed information about the user.
Syntax Description
Default
N/A.
Usage Guidelines
The
show snmpv3 user
command displays the details of a user. If you do not specify a user name, the
command will display details for all the users. The authentication and privacy passwords and keys will
not be displayed.
The user entries in SNMPv3 are stored in the USMUserTable, so the entries are indexed by EngineID
and user name.
Example
The following command lists all user entries:
show snmpv3 user
The following is sample output from this command:
Engine-ID : 80:00:07:7c:03:00:04:96:1f:a2:60 'H'
User Name : admin
Security Name : admin
Authentication : HMAC-MD5
Privacy : DES
Storage Type : Permanent
Row Status : Active
Engine-ID : 80:00:07:7c:03:00:04:96:1f:a2:60 'H'
User Name : initial
Security Name : initial
Authentication : No-Authentication
Privacy : No-Privacy
hex_user_name
Specifies the user name to display. The value is to be supplied as a colon
separated string of hex octets.
user_name
Specifies the user name to display. The value is to be supplied in ASCII
format.