I’ve just purchased 2 SwOS 5 port devices. It’s a great little 5 port managed switch for my small home office. I’m monitoring it using SNMP, but unlike the RouterOS (which I also have two), the Mikrotik MIB is not present. It appears to only support the standard interface table, the standard system information and a few other tid bits. It’s got 64bit counters which is great.
It appears that the WebGUI includes much of the important packet and byte range histograms that are included in the RouterOS MIB. The GUI also provides some of the health information from the MikroTik MIB (which is not working in 2.5). However, the SNMP agent does not include any of these statistics.
The question I have is this, is there a roadmap that will deliver this GUI information (aka Mikrotik MIB) through SNMP? If not, is there a published Web Services API and documentation that I can use to get this information from the WEB GUI using Curl? I would be okay getting it through CURL, but I’m afraid I’m not certain how to construct the Authorization header or how to decode the JSON repsonses.