Hello to all!
I want to monitor the signal levels of my Mikrotik Access Points and CPEs(subscribers devices) connected to those APs via SNMP. I already have a PHP script to do that, but I faced with a problem.
During my lab test with SNMPWalk and SNMPGet I've figured out, that this group of OIDs:
.1.3.6.1.4.1.14988.1.1.1.1.1.4.8
.1.3.6.1.4.1.14988.1.1.1.2.1.3.MAC.IN.DECIMAL.FORM.GOES.HERE
.1.3.6.1.4.1.14988.1.1.1.2.1.13.MAC.IN.DECIMAL.FORM.GOES.HERE
.1.3.6.1.4.1.14988.1.1.1.2.1.14.MAC.IN.DECIMAL.FORM.GOES.HERE
.1.3.6.1.4.1.14988.1.1.1.2.1.15.MAC.IN.DECIMAL.FORM.GOES.HERE
.1.3.6.1.4.1.14988.1.1.1.2.1.16.MAC.IN.DECIMAL.FORM.GOES.HERE
.1.3.6.1.4.1.14988.1.1.1.2.1.19.MAC.IN.DECIMAL.FORM.GOES.HERE
are responsible for signal levels. But I can't figure out which OID is responsible for which parameter: I need to know, which of them is Chain0 RX, Chain0 TX, Chain1 RX, Chain1 TX and common RX/TX. And is there any difference in the OIDs meaning between different wireless modes (AP/Station and so on)?
Can someone explain this to me? Any info will be greatly appreciated.