I have a Cacti graph monitoring OID .1.3.6.1.4.1.14988.1.1.1.2.1.11 (Wireless Session uptime) of many Mikoritk RouterOS devices. It has been working ok at least up to v6.28, but has stopped working with RouterOS 6.30. I have tried newer versions too without any success.
If I query the OID with snmpwalk, snmpbulkget or snmpbulkwalk I do get the proper value, but Cacti is unable to retrieve the value, either with Spine or with cmd.php. No change has been done to the Cacti setup or environment. Indeed, the antennas which use versions <6.30 are reporting that value ok.
I'm using v0.8.8c, but I have tested with Spine 0.8.8f too with the same results:
Code: Select all
09/23/2015 12:18:21 PM - SPINE: Poller[0] Host[296] TH[1] DS[4053] SNMP: v2: 1.2.3.7, dsname: wirelessUptime, oid: .1.3.6.1.4.1.14988.1.1.1.2.1.11, value: U
Code: Select all
09/23/2015 13:22:07 PM - SPINE: Poller[0] Host[250] TH[1] DS[3347] SNMP: v2: 1.2.3.5, dsname: wirelessUptime, oid: .1.3.6.1.4.1.14988.1.1.1.2.1.11, value: 2275500
Code: Select all
snmpbulkget -v2c -c public 1.2.3.7 .1.3.6.1.4.1.14988.1.1.1.2.1.11
iso.3.6.1.4.1.14988.1.1.1.2.1.11.76.94.11.152.83.235.2 = Timeticks: (8566100) 23:47:41.00
iso.3.6.1.4.1.14988.1.1.1.2.1.12.76.94.11.152.83.235.2 = INTEGER: 64
iso.3.6.1.4.1.14988.1.1.1.2.1.13.76.94.11.152.83.235.2 = INTEGER: -57
iso.3.6.1.4.1.14988.1.1.1.2.1.14.76.94.11.152.83.235.2 = INTEGER: -46
iso.3.6.1.4.1.14988.1.1.1.2.1.15.76.94.11.152.83.235.2 = INTEGER: -56
iso.3.6.1.4.1.14988.1.1.1.2.1.16.76.94.11.152.83.235.2 = INTEGER: -47
iso.3.6.1.4.1.14988.1.1.1.2.1.17.76.94.11.152.83.235.2 = INTEGER: 0
iso.3.6.1.4.1.14988.1.1.1.2.1.18.76.94.11.152.83.235.2 = INTEGER: 0
iso.3.6.1.4.1.14988.1.1.1.2.1.19.76.94.11.152.83.235.2 = INTEGER: -53
Code: Select all
snmpwalk -v2c -c public 1.2.3.7 .1.3.6.1.4.1.14988.1.1.1.2.1.11
iso.3.6.1.4.1.14988.1.1.1.2.1.11.76.94.11.152.83.235.2 = Timeticks: (8567500) 23:47:55.00
Code: Select all
snmpbulkwalk -v2c -c public 1.2.3.7 .1.3.6.1.4.1.14988.1.1.1.2.1.11
iso.3.6.1.4.1.14988.1.1.1.2.1.11.76.94.11.152.83.235.2 = Timeticks: (8606400) 23:54:24.00
Any clue about what could be causing this issue?
Thanks!