Allied Telesis AT-8100 Series User Manual
Page 1200
Chapter 75: SNMPv3 Commands
1200
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.
You cannot create a user that has privacy but not authentication.
Confirmation Command
“SHOW SNMP-SERVER USER” on page 1191
Examples
This example creates the user “dcraig”. The user is not given
authentication or privacy:
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server user dcraig
This example creates the user “bjones”. The user is assigned
authentication using SHA and the authentication password “as11fir”. The
account is not assigned privacy:
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server user bjones auth sha as11fir
This example creates a user with the name “csmith”. The account is given
both authentication and privacy. The authentication protocol is MD5, the
authentication password “light224aq”, and the privacy password
“pl567pe”:
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server user csmith auth md5 light224aq
priv des pl567pe