On 23 November 2011 17:07, Nathan Harris <[email protected]> wrote: > Working on monitoring our datacentre power meters using Zenoss I am getting > a very strange issue
> [root@nlc1~]# snmpget -v1 -c public 10.3.9.11 1.3.6.1.4.1.29711.7709 > Timeout: No Response from 10.3.9.11. > C:\usr\bin>snmpget -v 1 -c public 10.3.9.11 1.3.6.1.4.1.29711.7680 > SNMPv2-SMI::enterprises.29711.7680 = INTEGER: 105 Hmmm... The most obvious possibilities relate to firewall/router filtering (so the target agent never receives the request), or access control configuration (so the agent receives it, but ignores it). But these wouldn't normally affect Linux and Windows clients differently. Given that behaviour, I'm wondering if the target agent is being confused by the 32-bit request identifiers that the Net-SNMP tools will be using. So the first thing to try would be setting the directive "16bitIDs yes" in the client config file 'snmp.conf' (note - *not* snmpd.conf), and see if this helps. Dave ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
