|
For details about enabling SNMP agent in Linux systems, refer to Enabling SNMP Agent on Linux System.
To configure SNMP Agent you have to modify snmpd.conf file:
| • | After the line:
# name incl/excl subtree mask(optional)
insert the line
view allview included .1.3.6 |
| • | Change the line aftnr to:
# group context sec.model sec.level prefix read write notif
from
access notConfigGroup "" any noauth exact systemview none none
to
access notConfigGroup "" any noauth exact allview none none |
| • | Then restart the snmp agent using:
/etc/rc.d/init.d/snmpd restart |
|