Snmpv3 configuration – Riello UPS NetMan 204 User Manual
Page 37

SNMPV3 CONFIGURATION
For enabling SNMPv3, is necessary to set this value on the Expert mode:
set snmpv3_enable true
For configuring SNMPv3 access, is necessary to edit snmp.conf. This file can be downloaded and
uploaded with FTP with user “admin” (default password: “admin”).
Each line of the file is parsed by NetMan 204 and must begin with one of these keyword:
•
#
: for comment, the line is skipped.
•
addUser
: for adding a new user and setting the passwords
•
addGroup
: for putting a user into a group
•
addAccessEntry
: for enabling access privileges to a group
•
addView
: for adding privileges
•
addManager
: for adding SNMP Manager which will receive SNMP traps.
The correct syntax for addUser is:
addUser
values are:
•
noauth
(no authentication will be used)
•
md5
(MD5 will be used for authentication)
•
sha
(SHA will be used for authentication)
•
nopriv
(no privacy will be used)
•
des
(DES will be used for privacy)
The correct syntax for addGroup is:
addGroup
must be USM. Possible values are:
•
USM
(User-based Security Model with SNMPv3)
•
v2
(SNMPv2)
•
v1
(SNMPv1)
Please note that a userName can be assigned to only one group.
The correct syntax for addAccessEntry is:
addAccessEntry
group name defined with addGroup.
right, must match the security model defined with addGroup.
- 37 -