Ad Widget

Collapse

Stumped on snmp query that works manually

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elvar
    Senior Member
    • Feb 2008
    • 226

    #1

    Stumped on snmp query that works manually

    Hello,

    I'm trying to poll a device and the following query works fine...

    Code:
    root@zabbix01:~# snmpwalk -v 3 -u username -l AuthNoPriv -a MD5 -A 'password' 172.16.253.27 .1.3.6.1.2.1.2.2.1.10.1
    IF-MIB::ifInOctets.1 = Counter32: 76787287
    The zabbix item I have for this EXACT same target host and OID refuses to give me anything back. I constantly receive...

    Code:
    Item [Switch01:ifInOctets01] error: Timeout while connecting to [172.16.253.27:161]
    One thing to note here, I'm running the manual snmpwalk from the same server the zabbix proxy is running on. Also, I'm able to query other devices, just nothing on this particular device. I can manually poll for any of the OID's though.

    Any thoughts would be greatly welcomed!
  • elvar
    Senior Member
    • Feb 2008
    • 226

    #2
    This is bug ZBX-2152

    Pretty sure I'm a victim of the following bug:

    Comment

    Working...