14 – Command Reference
Snmpv3user
14-190 59183-03 A
S
list
Displays SNMP version 3 user accounts, group, authentication type, and privacy
type. This keyword does not require an Admin session.
Examples The following is an example of the Snmpv3user Add command:
SANbox #> admin start
SANbox (admin) #> snmpv3user add
A list of SNMPV3 user attributes with formatting and default values as
applicable will follow.
Enter a new value OR simply press the ENTER key where-ever allowed to
accept the default value.
If you wish to terminate this process before reaching the end of the list,
press "q" or "Q" and the ENTER OR "Ctrl-C" key to do so.
Username (8-32 chars) : snmpuser1
Group (0=ReadOnly, 1=ReadWrite) [ReadOnly ] : 1
Authentication (True/False) [False ] : t
AuthType (1=MD5, 2=SHA) [MD5 ] : 1
AuthPhrase (8-32 chars) : ***********
Confirm AuthPhrase : ***********
Privacy (True/False) [False ] : t
PrivType (1=DES) [DES ] : 1
PrivPhrase (8-32 chars) : ********
Confirm PrivPhrase : ********
Do you want to save and activate this snmpv3user setup ? (y/n): [n] y
SNMPV3 user added and activated.
The following is an example of the Snmpv3user Delete command:
SANbox #> admin start
SANbox (admin) #> snmpv3user delete snmpuser1
The user account will be deleted. Please confirm (y/n): [n] y
SNMPV3 user deleted.
The following is an example of the Snmpv3user List command:
SANbox #> snmpv3user list
Username Group AuthType PrivType
-------- ----- -------- --------
snmpuser1 ReadWrite MD5 DES