I may have discovered a SNMP bug in 6.35.4.
We have many Mikrotik routers on the network… most of them CCRs and also a bunch of 493G.
After upgrading to 6.35.4 from 6.35.1 I’ve noticed that some of our SNMP queries are no longer working.
For example… we are using snmpget -mALL -v1 -cpassword 10.1.1.1 SNMPv2-SMI::enterprises.14988.1.1.3.10.0 to read the temperature.
Running on a CCR1016-12S-1S+:
snmpget -mALL -v1 -cpassword 10.1.1.1 SNMPv2-SMI::enterprises.14988.1.1.3.10.0
SNMPv2-SMI::enterprises.14988.1.1.3.10.0 = INTEGER: 340
Running on a CCR1036-12G-4S:
snmpget -mALL -v1 -cpassword 10.1.1.33 SNMPv2-SMI::enterprises.14988.1.1.3.10.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: SNMPv2-SMI::enterprises.14988.1.1.3.10.0
Here is the SNMP config on the CCR1016-12S-1S+:
/snmp community
set [ find default=yes ] addresses=0.0.0.0.0/0 name=password
/snmp
set contact=Admin enabled=yes location=“CWO NOC” trap-target=0.0.0.0
Here is the SNMP config on the CCR1036-12G-4S:
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0 name=password
/snmp
set contact=Admin enabled=yes location=“CWO NATO” trap-target=0.0.0.0
There is no Firewall configured on these units.
Has anyone else noticed this?
JB