Hello,
I'm trying to poll a device and the following query works fine...
The zabbix item I have for this EXACT same target host and OID refuses to give me anything back. I constantly receive...
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!
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
Code:
Item [Switch01:ifInOctets01] error: Timeout while connecting to [172.16.253.27:161]
Any thoughts would be greatly welcomed!
Comment