1. Bundled Software for the Server
Express5800/R320g-E4, R320g-M4 Installation Guide (VMware)
72
Chapter 2 Installing Bundled Software
1.1.1
Preinclination
SNMP is used for reporting to NEC ESMPRO Manager. Provide settings for SNMP as shown below.
1. Log in to ftSys Management Appliance as a root user.
2. Edit the /etc/snmp/snmpd.conf.
Change the /etc/snmp/snmpd.conf, and, for ESMPRO MIB (.1.3.6.1.4.1.119.2.2.4.4), set a right of the
community in "READ WRITE".
In the example below, "READ WRITE" authority is given to all MIB (.1 subordinates) of default
community (public).
Example
Note
Refer to Help of snmpd.conf for detailed procedure. Run man command to open Help of
snmpd.conf.
3. Check that enabled of snmpd.
# systemctl is-enabled snmpd.service
- In case of enabled, restart snmpd.
# systemctl restart snmpd.service
- In case of disabled, change the setting of snmpd, and start snmpd.
# systemctl enable snmpd.service
# systemctl start snmpd.service
4. Allow to receive the snmp/udp port on the ft management appliance.
# firewall-cmd --permanent --add-rich-rule='rule family="ipv4" port
port="161" protocol="udp" accept'
# firewall-cmd --reload
####
#
Third,
create
a
view
for
us
to
let
the
group
have
rights
to:
#
name
incl/excl
subtree
mask(optional)
#view
systemview
included
.1.3.6.1.2.1.1
#view
systemview
included
.1.3.6.1.2.1.25.1.1
view
all
included
.1
80
####
#
Finally,
grant
the
group
read
‐
only
access
to
the
systemview
view.
#
group
context
sec.model
sec.level
prefix
read
write
notif
#access
notConfigGroup
""
any
noauth
exact
systemview
none
none
access
notConfigGroup
""
any
noauth
exact
all
all
none
enabled
Modify these lines.
– Comment out the existing
description.
– Add new descriptions.