I can't seem to get SNMP interface discovery working on a network device (from Template SNMP Interfaces). Error in zabbix_server:
From the same server, I am able to get a response no problem outside of Zabbix, using both snmpwalk and snmpbulkwalk.
Any ideas?
Code:
1117:20150820:141053.147 SNMP agent item "ifDescr" on host "host" failed: first network error, wait for 15 seconds 1121:20150820:141108.770 resuming SNMP agent checks on host "host": connection restored
Code:
[root@host /]# snmpwalk -v 2c -c public 10.10.10.10 IF-MIB::ifDescr IF-MIB::ifDescr.1 = STRING: mgmt IF-MIB::ifDescr.2 = STRING: ethernet1/1 IF-MIB::ifDescr.3 = STRING: ethernet1/2 IF-MIB::ifDescr.4 = STRING: ethernet1/3
Code:
[root@host /]# snmpbulkwalk -v 2c -c public 10.10.10.10 IF-MIB::ifDescr IF-MIB::ifDescr.1 = STRING: mgmt IF-MIB::ifDescr.2 = STRING: ethernet1/1 IF-MIB::ifDescr.3 = STRING: ethernet1/2 IF-MIB::ifDescr.4 = STRING: ethernet1/3
Comment