MIB Viewer

qosPolicyDropAlgorithm

OBJECT-TYPE
1.3.6.1.4.1.6339.100.11.1.3.1.9
Access
read-write
Status
current
Sub-identifiers
0
This objects defines the packet dropping algorithm to apply if more than qosPolicyUpperThreshold octets are currently enqueued, possible values: tail-drop(1) = drop all newly arriving packets head-drop(2) = drop packets at the queue head enqueue newly arriving packets random-drop(3) = drop arriving or enqueued packets randomly.
INTEGER { tail-drop(1), head-drop(2), random-drop(3) }