Hi All,
Looking for some guidance on monitoring via SNMP on our B5c’s and B24 back hauls. Currently I have a lot of data being pulled into my Zabbix sever via SNMP and looking to get some confirmation on a few values.
I was following this: http://backhaul.help.mimosa.co/snmp-oid-reference
Examples of what i am able to get in is the Phy TX/RX values, TDMA details(Windows, Traffic Split, Mode) I am wanting to use these Values to calculate the MAC TX/RX values using the formula details here http://backhaul.help.mimosa.co/backhaul-faq-what-is-mac-throughput
So i have B5c back haul, where I have this working by using getting all the Physical TX/RX stream values, adding them together, I have the Traffic split mode, which is 75/25, and the Window which is 8ms, Creating a calculated item in Zabbix i am able to calculate a very close MAC TX/RX that we can monitor now.
Example:
MAC Tx Throughput = (Total Tx PHY rate) * 0.75 * 0.90
MAC Rx Throughput = (Total Rx PHY rate) * 0.25 * 0.90
My issues is coming from the values i get for Traffic Split.
When i pull the Traffic rate from a B24 running in auto mode i get the value “1”, which is the same value of the B24 running 75/25 from the AP side, and 2 from the Station side which is “25” and the MAC is calculated but is wrong in compared to the Web UI
Do you guys know what I should be looking for here, like if it’s in Auto Mode what would a traffic split value of 1 or 2 equal? Is there another OID that maybe I am missing?
I’m going to keep looking into things, Everything else I’ve pulled into Zabbix via SNMP has been really useful, we are just really looking to get the MAC TX/RX in it as well.
Thanks in advance.