Install: yuminstallnet-snmpnet-snmp-utils (test tool) configuration snmp edit/etc/snmp/snmpd. conf change group name search for the following line # sec. namesourcecommunitycom2secnotConfigUserdefaultpublic publi
Installation:
Yum install net-snmp-utils (test tool)
Configure snmp
Edit/etc/snmp/snmpd. conf
Change group name
Find the following lines
# Sec. name source community
Com2sec notConfigUser default public
Change the public group name to any other field, for example:
Com2sec notConfigUser default monit
Grant read permission
Find the following lines
# Group context sec. model sec. level prefix read write notif
Access notConfigGroup "" any noauth exact systemview none
Change the read permission systemview to all, for example:
Access notConfigGroup "" any noauth exact all none
Find the following lines
# Incl/excl subtree mask
# View all supported DED. 1 80
Remove # before view all, for example:
View all supported DED. 1 80
Start snmpd service