CONFIG SNMP ACCESS USERV3
Level
log,modify
History
added AES in supported privtype in Netasq 7.0.0
level changes from other,modify to log,modify in Netasq 9.0.0
Description
Create a snmpV3 user (read only)
Usage
[clear] username=<username> authtype=(MD5|SHA128|SHA224|SHA256|SHA384|SHA512) authpass=<passphrase> [privtype=(AES|DES)] [privpass=<passphrase>]
Returns
Error code
Remark
use clear to erase the current user
if privpass is'nt specify, then passphrase = authpass
privtype and privpass are optional
Example
CONFIG SNMP USERV3 clear
CONFIG SNMP USERV3 username=admin authtype=MD5 authpass=adminadmin privtype=DES
CONFIG SNMP USERV3 username=admin authtype=MD5 authpass=adminadmin privtype=DES privpass=nimdanimda
CONFIG SNMP USERV3 username=admin authtype=MD5 authpass=adminadmin