Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
MaxQueueThreshold | uint32 | |
Description | string | This is an unsigned 32-bit integer that defines the maximum average queue length at which packets are subject to always being dropped, regardless of the dropping algorithm and probabilities being used. (See the ThresholdUnits property to determine the units of the threshold.) |
MaxValue | sint64 | 1000 |
MinValue | sint64 | 0 |
ModelCorrespondence | string | CIM_REDDropperService.ThresholdUnits |
MinQueueThreshold | uint32 | |
Description | string | This is an unsigned 32-bit integer that defines the minimum average queue depth at which packets are subject to being dropped. (See the ThresholdUnits property to determine the units of the threshold.) The slope of the drop probability function is described by the Start/StopProbability properties. |
ModelCorrespondence | string | CIM_REDDropperService.ThresholdUnits |
StartProbability | uint32 | |
Description | string | This is an unsigned 32-bit integer, used in conjunction with the StopDropProbability property. The start and stop probabilities define the slope of the drop probability function. This function governs the rate at which packets are subject to being dropped, as a function of the queue length.
This property expresses a drop probability in drops per thousand packets. For example, the value 100 indicates a drop probability of 100 per 1000 packets, that is, 10%. Min and max values are 0 to 1000. |
ModelCorrespondence | string | CIM_REDDropperService.StopProbability |
PUnit | string | count / packet * 10^-3 |
Units | string | Per Thousand Packets |
StopProbability | uint32 | |
Description | string | This is an unsigned 32-bit integer, used in conjunction with the StartDropProbability property. The start and stop probabilities define the slope of the drop probability function. This function governs the rate at which packets are subject to being dropped, as a function of the queue length.
This property expresses a drop probability in drops per thousand packets. For example, the value 100 indicates a drop probability of 100 per 1000 packets, that is, 10%. Min and max values are 0 to 1000. |
MaxValue | sint64 | 1000 |
MinValue | sint64 | 0 |
ModelCorrespondence | string | CIM_REDDropperService.StartProbability |
PUnit | string | count / packet * 10^-3 |
Units | string | Per Thousand Packets |
ThresholdUnits | uint16 | |
Description | string | ThresholdUnits is an enumerated integer that identifies the units for the Min and MaxQueueThreshold properties. The values are either bytes (1) or packets (2). |
ValueMap | string | 1, 2 |
Values | string | Bytes, Packets |