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
Remove DES privtype and MD5/SHA128 authtype, appears in 5.1.0

Description

Create a snmpV3 user (read only)

Usage

[clear] username=<username> authtype=SHA224|SHA256|SHA384|SHA512 authpass=<passphrase> [privtype=AES] [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 ACCESS USERV3 clear
CONFIG SNMP ACCESS USERV3 username=admin authtype=MD5 authpass=adminadmin privtype=DES
CONFIG SNMP ACCESS USERV3 username=admin authtype=MD5 authpass=adminadmin privtype=DES privpass=nimdanimda
CONFIG SNMP ACCESS USERV3 username=admin authtype=MD5 authpass=adminadmin