Synopsis
set snmpuser security_level=<int> name=<string> [view_name=<string>] [auth_protocol=<int>] [privacy_protocol=<int>] [auth_password=<stringx>] [privacy_password=<stringx>]Description
Use this operation to modify SNMP User
Parameters
- security_level
Security Level of SNMP User. Values: 0: noAuthNoPriv, 1: authNoPriv, 2: authPriv
This is a mandatory parameter.
- name
Name of SNMP User
This is a mandatory parameter.
- view_name
SNMP View Name attached to the SNMP User
- auth_protocol
Authentication Protocol of SNMP User. Values: 0:noValue, 1: MD5, 2: SHA1
- privacy_protocol
Privacy Protocol of SNMP User. Values: 0:noValue, 1: DES, 2: AES
- auth_password
Authentication Password of SNMP User
- privacy_password
Privacy Password of SNMP User