Hello everybody,
I am facing to a problem with the monitoring of my AIX servers. We have a bunch of AIX 7.1 servers , on which SNMP is configured (snmpV2C).
I created my community etc... And when I add the server and I do snmp test (with the community) , it's working well.
But the problem is that I can't see CPU , memory, disks and interfaces from those servers.
Any idea ?
Here is my snmp config.
/etc/snmpd3v.conf
VACM_GROUP group1 SNMPv1 public -
VACM_GROUP group2 SNMPv2c my_community -
VACM_VIEW defaultView internet - included -
VACM_VIEW defaultView 1.3.6.1.4.1.2.2.1.1.1.0 - included -
VACM_VIEW defaultView 1.3.6.1.4.1.2.6.191.1.6 - included -
# exclude snmpv3 related MIBs from the default view
VACM_VIEW defaultView snmpModules - excluded -
VACM_VIEW defaultView 1.3.6.1.6.3.1.1.4 - included -
VACM_VIEW defaultView 1.3.6.1.6.3.1.1.5 - included -
# exclude aixmibd managed MIBs from the default view
VACM_VIEW defaultView 1.3.6.1.4.1.2.6.191 - excluded -
VACM_ACCESS group1 - - noAuthNoPriv SNMPv1 defaultView - defaultView -
VACM_ACCESS group2 - - noAuthNoPriv SNMPv2c defaultView - defaultView -
NOTIFY notify1 traptag trap -
TARGET_ADDRESS Target1 UDP 127.0.0.1 traptag trapparms1 - - -
TARGET_PARAMETERS trapparms1 SNMPv1 SNMPv1 public noAuthNoPriv -
#COMMUNITY public public noAuthNoPriv 0.0.0.0 0.0.0.0 -
COMMUNITY my_community my_community noAuthNoPriv 127.0.0.1 255.255.255.255 -
COMMUNITY my_community my_community noAuthNoPriv 10.100.101.25 255.255.0.0 -
DEFAULT_SECURITY no-access - -
logging file=/usr/tmp/snmpdv3.log enabled
logging size=100000 level=0
smux 1.3.6.1.4.1.2.3.1.2.1.2 gated_password # gated
/etc/clsnmp.conf
v2c localhost snmpv2c
Maybe I should add some view ? Or maybe there is a mistake in my config ?
Does NPM support snmp on AIX 7.1?
Any help would appreciate..
Thank you