I am trying to use this method to monitor AIX 5.3 machines.. here is what I have done so far:
1. Installed net-snmp 5.4.1 (via rpm @ http://www.perzl.org/aix/index.php?n=Main.Net-snmp) and added the Proxy statements to the snmpd.conf 2. Used chssys to change AIX's snmp port (chssys -s snmpd -a '-p 1610') 3. Started net-snmpd.. With the proxy statements enabled, an snmpwalk times out on the host. With the proxy statements disabled, an snmpwalk works fine, but obviously doesn't return all of the data. Continously scrolling in my net-snmp's log is: [smux_accept] accepted fd 19 from 127.0.0.1:33248 snmpd[999532]: refused smux peer: oid SNMPv2-SMI::enterprises.2.3.1.2.3.1.1, descr SMUX ATM daemon Not quite sure where this is coming from.. Here is my AIX's SNMPD.CONF: -- logging file=/usr/tmp/snmpd.log enabled logging size=100000 level=0 community fcsnmp1ro #community private 127.0.0.1 255.255.255.255 readWrite #community system 127.0.0.1 255.255.255.255 readWrite 1.17.2 view 1.17.2 system enterprises view VACM_VIEW defaultView 1.3.6.1.4.1.2.6.191 - included - VACM_VIEW defaultView system - included - VACM_VIEW defaultView interfaces - included - VACM_VIEW defaultView tcp - included - VACM_VIEW defaultView icmp - included - VACM_VIEW defaultView internet - included - VACM_VIEW defaultView enterprises - included - VACM_VIEW defaultView 1.3.6.1.2.1 - included - VACM_VIEW defaultView 1.3.6.1.4.1.2 - included - VACM_VIEW defaultView 1.3.6.1.4.1.2.2 - included - VACM_VIEW defaultView 1.3.6.1.4.1.2.3 - included - VACM_VIEW defaultView 1.3.6.1.4.1.2.5 - included - VACM_VIEW defaultView 1.3.6.1.4.1.2.6 - included - VACM_VIEW defaultView internet - included - VACM_VIEW defaultView directory - included - VACM_VIEW defaultView mgmt - included - VACM_VIEW defaultView mib-2 - included - VACM_VIEW defaultView system - included - VACM_VIEW defaultView aix - included - VACM_VIEW defaultView xmd - included - VACM_VIEW defaultView ibm - included - VACM_VIEW defaultView ibmAgents - included - trap public 127.0.0.1 1.2.3 fe # loopback #snmpd maxpacket=1024 querytimeout=120 smuxtimeout=60 smux 1.3.6.1.4.1.2.3.1.2.1.2 gated_password # gated smux 1.3.6.1.4.1.2.3.1.2.2.1.1.2 dpid_password #dpid snmpd smuxtimeout=200 #muxatmd smux 1.3.6.1.4.1.2.3.1.2.3.1.1 muxatmd_password #muxatmd -- Does anyone have any idea on why this is failing? I really would like to get this up and going. Thanks! -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=15532#15532 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
