Allied Telesis AT-S62 User Manual
Page 95

AT-S62 Command Line User’s Guide
95
volatile
Does not allow you to save the table
entry to the configuration file on the
switch. This is the default.
nonvolatile
Allows you to save the table entry to
the configuration file on the switch.
Description
This command creates an SNMPv3 User Table entry.
Examples
The following command creates an SNMPv3 user with the name
“steven142” with an authentication protocol of MD5, an authentication
password of “99doublesecret12”, a privacy password of “encrypt178”
and a storage type of nonvolatile.
add snmpv3 user=steven142 authentication=md5
authpassword=99doublesecret12
privpassword=encrypt178 storagetype=nonvolatile
The following command creates an SNMPv3 user with the name “77hoa”
an authentication protocol of SHA, an authentication password of
“youvegottobekidding88” and a storage type of nonvolatile.
add snmpv3 user=77hoa authentication=sha
authpassword=youvegottobekidding88
storagetype=nonvolatile