snmp-server user

This command creates an SNMPv3 user for access to the system.

Default No default users are created.
Format snmp-server user username groupname [remote engineid-string] [ {auth-md5 password | auth-sha password | auth-md5-key md5-key | auth-sha-key sha-key} [priv-des password | priv-des-key des-key]
Mode Global Config
Parameter Description
username The username the SNMPv3 user will connect to the switch as. The range is 1 to 30 characters.
group-name The name of the group the user belongs to. The range is 1 to 30 characters.
engineid-string The engine-id of the remote management station that this user will be connecting from. The range is 5 to 32 characters.
password The password the user will use for the authentication or encryption mechanism. The range is 1 to 32 characters.
md5-key A pregenerated MD5 (Message-Digest algorithm 5) authentication key. The length is 32 characters.
sha-key A pregenerated SHA authentication key. The length is 48 characters.
des-key A pregenerated DES encryption key. The length is 32 characters if MD5 is selected, 48 characters if SHA is selected.