MIB Mikrotik for external snmp server

I need to configure a server for check the bandwith of mikrotik Routerboard interface …

how i can find the OID of signol interface …

can i monitor CCQ, Signal Streight, of wireless link with Snmp what is the OID of this paramenters ???

Thx for the answer

PS\ My monitor server is a zabbix on linux

hello,

you can see the OIDs like:

“print oid”

[admin@1-Torreta] > interface wireless print oid
 0 tx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.2.4 
   rx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.3.4 
   strength=.1.3.6.1.4.1.14988.1.1.1.1.1.4.4 
   ssid=.1.3.6.1.4.1.14988.1.1.1.1.1.5.4 
   bssid=.1.3.6.1.4.1.14988.1.1.1.1.1.6.4 
   frequency=.1.3.6.1.4.1.14988.1.1.1.1.1.7.4 

 1 tx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.2.5 
   rx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.3.5 
   strength=.1.3.6.1.4.1.14988.1.1.1.1.1.4.5 
   ssid=.1.3.6.1.4.1.14988.1.1.1.1.1.5.5 
   bssid=.1.3.6.1.4.1.14988.1.1.1.1.1.6.5 
   frequency=.1.3.6.1.4.1.14988.1.1.1.1.1.7.5 

 2 tx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.2.6 
   rx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.3.6 
   strength=.1.3.6.1.4.1.14988.1.1.1.1.1.4.6 
   ssid=.1.3.6.1.4.1.14988.1.1.1.1.1.5.6 
   bssid=.1.3.6.1.4.1.14988.1.1.1.1.1.6.6 
   frequency=.1.3.6.1.4.1.14988.1.1.1.1.1.7.6

TAKE CARE, BECAUSE SOME OF THEM, LIKE THE EXAMPLE, ARE DYNAMIC, and the OID will be different on each reboot.. same oid can be a different customer on reboot.