My server appears to be polling my MT (2.8.26), but it is not pulling any bandwidth data. In other words, my MRTG graphs does not show any data, but the stats continually show an updated time.
I am using the same basic config file on my other MT’s and they are working just fine: 2.8.19, 2.8.2, and 2.8.21.
Has anybody else experienced this problem with 2.8.26? Or any other suggestions?
I do not have any other SNMP program to try it out. I am currently polling (3) other MikroTiks the same way. Here is my config file (which is the same template that works for all of the other routers):
Try increasing max bytes to at least 100000000 (100MB). Numbers above max bytes that are returned by the device are ignored by MRTG. If this works, reduce to the actual maximum data rate that this interface will see.
This gives you Windows/*nix command line tools snmpget, snmpwalk etc. These are very useful for seeing what output, if any, a device is giving in response to SNMP queries.
Try:
c:>snmpget -v 1 -c community_name ip_address oid
I would suggest using a cfg file that queries specific OIDs instead of using cfgmaker to create the cfg. This only seems to work half the time. To find the oid for the parameter you want to get in MT, go to the appropriate menu level and type print oid. So, to get bytes in and out for interface named Public1:
/interface print
This will assign and list numbers to each interface. Then
/interface print oid
This will list the OIDs for each interface. You want the OIDs for Public1 bytes in and bytes out. Then use your existing cfg file as a template and change it to look something like this: