ePMP 1000 Throughput Chart SNMP Info

Hi,
I want to know what is the SNMP OID Number of Throughput Chart on monitor section of ePMP 1000 . I wrote this request on help.cambiumnetworks.com but he who helped me on this case didn’t find any information. (He even asked development team )

And he ask me can I write here this request. I hope you can help.

Thank you.

Hi,

If you want to monitor Live Throughput on AP please use following OIDs:

dlWLanPerUserKbitCount
Object ID: 1.3.6.1.4.1.17713.21.2.1.46.1.3

ulWLanPerUserKbitCount
Object ID: 1.3.6.1.4.1.17713.21.2.1.46.1.2

Thank you.

Thank You Fedor,

Do you have information (SNMP OID) of throughput for CPE .

.1.3.6.1.4.1.17713.21.2.1.37

ulWLanKbitCount OBJECT-TYPE
		SYNTAX	   Counter64
		MAX-ACCESS read-only
		STATUS	   current
		DESCRIPTION
				"Aggregated total Uplink data traffic in kilobits
				Device Allocation: AP, SM"
		::= { cambiumPerformanceMonitoring 37 }

.1.3.6.1.4.1.17713.21.2.1.38

dlWLanKbitCount OBJECT-TYPE
		SYNTAX	   Counter64
		MAX-ACCESS read-only
		STATUS	   current
		DESCRIPTION
				"Aggregated total Downlink data traffic in kilobits
				Device Allocation: AP, SM"
		::= { cambiumPerformanceMonitoring 38 }

Hi,

Thanks for your answer. Actually we have these Oıds and they gave us numeric number of throughput in and out infos. But I want to get chart on CPE monitor>throughput chart with SNMP. I uploaded a chart for example. is it possible?

I’m not sure I understood exactly what you are looking for, but you can get current values through SNMP and build the graph on their basis.
You can see that the graph on ePMP UI is built on separate points as well.

Thank you.

Heads up, these OIDs seem to point to the Performance metrics which do not seem to be “live” packet counts. I had to change our monitoring system to every poll only every 5 minutes in order to ensure we got a new “count” value returned each time our system polled it.