QoS Statistics

Starting 3.4 Release extended QoS statistics is represented on UI, CLI and SNMP.

On UI QoS statistics is available on Monitor -> Performance page in case QoS is Enabled (Configuration -> QoS page).

In CLI QoS statistics is available with “show wireless” command.

ePMP2000_d26f8b>show wireless
 FrameSkipDueToCCACounter                  0
 cambiumStatsResetTimer                    0000:00:08:14
 classificationHighQueueDropPacketCount    0
 classificationHighQueueGetPacketCount     0
 classificationHighQueuePutPacketCount     0
 classificationLowQueueDropPacketCount     0
 classificationLowQueueGetPacketCount      0
 classificationLowQueuePutPacketCount      0
 classificationTotalQueueDropPacketCount   0
 classificationTotalQueueGetPacketCount    0
 classificationTotalQueuePutPacketCount    0
 classificationVoiceQueueDropPacketCount   0
 classificationVoiceQueueGetPacketCount    0
 classificationVoiceQueuePutPacketCount    0

QoS statistics OIDs were added to SNMP as well.

classificationVoiceQueuePutPacketCount OBJECT-TYPE
		SYNTAX	   Counter32
		MAX-ACCESS read-only
		STATUS	   current
		DESCRIPTION
				"Total count of put packets to VOICE queue
				Device Allocation: AP, SM"
		::= { cambiumPerformanceMonitoring 118 }

classificationVoiceQueueGetPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of get packets from VOICE queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 119 }

classificationVoiceQueueDropPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of dropped packets from VOICE queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 120 }

classificationHighQueuePutPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of put packets to HIGH queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 121 }

classificationHighQueueGetPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of get packets from HIGH queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 122 }

classificationHighQueueDropPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of dropped packets from HIGH queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 123 }

classificationLowQueuePutPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of put packets to LOW queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 124 }

classificationLowQueueGetPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of get packets from LOW queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 125 }

classificationLowQueueDropPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of dropped packets from LOW queue
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 126 }

classificationTotalQueuePutPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of put packets to all queues
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 127 }

classificationTotalQueueGetPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of get packets from all queues
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 128 }

classificationTotalQueueDropPacketCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
“Total count of dropped packets from all queues
Device Allocation: AP, SM”
::= { cambiumPerformanceMonitoring 129 }

More information regarding QoS Configuration can be found:

http://community.cambiumnetworks.com/t5/ePMP-Networking/Quality-of-Service-Mechanisms-Explained/td-p/52921

3 Likes