Allied Telesis AT-DC2552XS User Manual
Page 212

Chapter 8: SNMP Commands
212
Mode
Global Configuration mode
Description
Use this command to create an SNMPv3 user. You can assign a user with
a security level of no security, authentication only, or authentication and
privacy (encryption). The security level is assigned in the following
manner:
To create a user that has neither authentication nor privacy, omit both
the AUTH and PRIV keywords.
To create a user that has authentication but not privacy, include the
AUTH keyword but not the PRIV keyword.
To create a user that has both authentication and privacy, include both
the AUTH and PRIV keywords.
Confirmation Command
“SHOW SNMP-SERVER USER” on page 198
Examples
This example creates the user “jsmith” to belong to the group “admins.”
Since the minimum security level of the group “admns” is privacy, both an
authentication password (ssujasha8*8*) and an encrypted password
(ati345#$) are specified:
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server user jsmith admins auth sha
ssujasha8*8* priv des ati345#$
This example creates the user “bjones” to belong to the group “operators.”
Since the minimum security level of the group “operators” is authentication
without encryption, an authentication password (as11fir&) is specified:
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server user bjones operators auth md5
as11fir&