fsQoSQTemplateDropType
SUPERMICRO-QOS-MIB ·
.1.3.6.1.4.1.10876.101.2.6.1.4.1.1.3
Object
column
r/w
Enumeration
The type of drop algorithm used by this queue template. The value
other(1)requires further specification in some other MIB module.
In the tailDrop(2) algorithm, fsQoSQTemplateSize
represents the maximum depth of the queue, beyond which all newly
arriving packets will be dropped.
In the headDrop(3) algorithm, if a packet arrives when the current
depth of the queue, is at fsQoSQTemplateSize , packets
currently at the head of the queue are dropped to make room for the
new packet to be enqueued at the tail of the queue.
In the random Drop(4) and (6) algorithms, on packet arrival, an Active
Queue Management algorithm is executed which may randomly drop a
packet. This algorithm may be proprietary, and it may drop either
the arriving packet or another packet in the queue.
For this algorithm, fsQoSQTemplateSize is understood to
be the absolute maximum size of the queue and additional parameters are
described in fsQoSRandomDetectCfgTable.
The alwaysDrop(5) algorithm is as its name specifies; always
drop. In this case, the other configuration values in this Entry
are not meaningful
Context
- MIB
- SUPERMICRO-QOS-MIB
- OID
.1.3.6.1.4.1.10876.101.2.6.1.4.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsQoSQTemplateEntry
- Table
- fsQoSQTemplateTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | tailDrop |
3 | headDrop |
4 | red |
5 | alwaysDrop |
6 | wred |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| fsQoSQTemplateId Queue Template Table Index. | column | IndexInteger | .1.3.6.1.4.1.10876.101.2.6.1.4.1.1.1 |
| fsQoSQTemplateName This the Name for a Entry. It should be unique in this Table. | column | OctetString | .1.3.6.1.4.1.10876.101.2.6.1.4.1.1.2 |
| fsQoSQTemplateDropAlgoEnableFlag Enable/disable Drop Algorithm for Congestion Management | column | EnableStatus | .1.3.6.1.4.1.10876.101.2.6.1.4.1.1.4 |
| fsQoSQTemplateSize The Queue Size. This must be greater than or equal to the
fsQoSRandomDetectCfgMinAvgThresh and less-than/equal to
fsQoSRandomDetectCfgMaxAvgThresh if Random Detection is enabled.
… | column | bytes Unsigned32 | .1.3.6.1.4.1.10876.101.2.6.1.4.1.1.5 |
| fsQoSQTemplateStatus The status of this conceptual row. All writable objects in this
row may be modified at any time.
It can be deleted 'destroy', only if it is not referenced
by other table; otherw… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.10876.101.2.6.1.4.1.1.6 |