snmp-user-entry
The required snmp-user-entry element is used to create an identity for one or more SNMPv3 users, their security level, passwords for secure authentication and privacy. This element provides a way to identify a user, protect the user from a different SNMP agent that uses message capture and replay, and protect the user from a network traffic source that uses an incorrect password or security level.
Parameters
- user-name
 - Enter the name of
				the user authorized for retrieving SNMPv3 information. 
				
                        
- Default: none
 - Values: <user name string> that is 1 to 24 characters.
 
 - auth-protocol
 - Use this required parameter to enter the HMAC-SHA2-256 or
				HMAC-SHA2-512 authentication protocol. 
				
                        
- Default: sha512
 - Values: none | sha256 | sha512
 
 - auth-password
 - Enter the
				authorization password for this user. This value is obscured when displayed at
				the ACLI. 
				
                        
- Default: none
 - Values: <password-string> that is 6 to 64 characters.
 
 - priv-protocol
 - Use this required parameter to enter the AES or CBC-DES privacy
				protocol. 
				
                        
- Default: aes128
 - Values: none | aes128
 
 - priv-password
 - Enter the privacy
				password for this user. This value is obscured when displayed at the ACLI. 
				
                        
- Default: none
 - Values: <password-string> that is 6 to 64 characters.
 
 - address-list
 - Enter the required address list name(s) for this user, which must
				match an 
				address-name
				parameter that you specified when you configured the 
				snmp-address-entry
				element. 
				
                        
- Default: none
 - Values: <address-string> that is 1 to 24 characters. You can specify multiple address list names by separating them with a comma.
 
 
Path
snmp-community is an element under the system path. The full path from the topmost ACLI prompt is:
Note:
This is a multiple instance configuration element.