I can poll correctly mib’d data with the following from the command line:
snmpwalk -Cc -v 1 -m ALL -c public **$hostname** enterprises
When trying from LibreNMS I get:
Error: OID not increasing: .1.3.6.1.4.1.40989.10.16.20.16.0
= .1.3.6.1.4.1.40989.10.16.1.0.1.0
.1.3.6.1.2.1.1.1.0 = STRING: GLCY SNMP
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.2.1.1.2
.1.3.6.1.2.1.1.3.0 = Timeticks: (2726677400) 315 days, 14:06:14.00
.1.3.6.1.2.1.1.4.0 = STRING:
.1.3.6.1.2.1.1.5.0 = STRING:
.1.3.6.1.2.1.1.6.0 = STRING:
.1.3.6.1.4.1.40989.10.16.20.1.0 = STRING: “OAP-M2”
And we’ve think we’ve isolated it to the -Cc being required.
Is it possible to configure/change flags that are used for snmpwalk by device?