Hi,
I'm authoring SNMP data collection for R510 Unleashed 200.8 and stuck with obtaining realistic values from some OIDs, e.g.:
value: ruckusUnleashedSystemStatsWLANTotalRxBytes
oid: .1.3.6.1.4.1.25053.1.15.1.1.1.15.5.0
OID obtained from unleashed_200.7.10.102.64_mibs_20181105 found on this site.
Within a minute SNMP value changed from 15634020259856384 to 15658604652658688.
UI shows that in total there was 0.34Mb of traffic during that time. The value may differ a bit cause I'm not exactly sure at what second counting starts, but whatever difference is
15658604652658688 - 15634020259856384 = ~24 Tb
Of course I can divide it by 10^14 and be happy it's about 30% deviation, but is there just a documentation/explanation for that?
Thanks