Details
Description
Hello,
The Mikrotik's MIB includes a module called "mikrotikExperimentalModule", your help to add the feature to get queues's traffic chart using the OID it includes with the option to enable it manually to don't impact the Mikrotik's CPU, in my case I'm using more than 1K queues per device.
The OID are the followings:
name=.1.3.6.1.4.1.14988.1.1.2.1.1.2.<queue-id>
bytes-in=.1.3.6.1.4.1.14988.1.1.2.1.1.8.<queue-id>
bytes-out=.1.3.6.1.4.1.14988.1.1.2.1.1.9.<queue-id>
packets-in=.1.3.6.1.4.1.14988.1.1.2.1.1.10.<queue-id>
packets-out=.1.3.6.1.4.1.14988.1.1.2.1.1.11.<queue-id>
Thank you in advance.