dsMaxRateAbsolute OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
UNITS "kilobits per second"
STATUS current
DESCRIPTION
"The maximum rate in kilobits/sec that a downstream
scheduler element should allocate to this queue. If
the value is zero, then there is effectively no max-
imum rate limit and that the scheduler should attempt
to be work-conserving for this queue. If the value
is non-zero, the scheduler will limit the servicing
of this queue to, at most, this rate in a non-work-
conserving manner.
Note that this attributes value is coupled to that
of dsMaxRateRelative: changes to one will
affect the value of the other.
[IFMIB] defines ifSpeed as Gauge32 in units of bits per
second, and ifHighSpeed as Gauge32 in units of 1,000,000 bits
per second.
This yields the following equations:
RateRelative = [ (RateAbsolute * 1000) / ifSpeed ] * 1,000
Where, 1000 is for converting kbps used by RateAbsolute to bps
used by ifSpeed, 1,000 is for in units of 1/1,000 of 1
for RateRelative.
or, if appropriate:
RateRelative =
{ [ (RateAbsolute * 1000) / 1,000,000 ] / ifHIghSpeed } *
1,000
Where, 1000 and 1,000,000 is for converting kbps used by
RateAbsolute to 1 million bps used by ifHighSpeed, 1,000 is
for in units of 1/1,000 of 1 for RateRelative."
View at oid-info.com
Automatically extracted from RFC3317
Internet Assigned Numbers Authority
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.2.2.4.2.14.1.1 | dsMaxRatePrid | 0 | 0 | dsMaxRatePrid OBJECT-TYPE SYNTAX InstanceId STATUS current DESCRIPTION "An arbitrary integer index that uniquely identifies an … |
1.3.6.1.2.2.4.2.14.1.2 | dsMaxRateId | 0 | 0 | dsMaxRateId OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) STATUS current DESCRIPTION "An identifier used together with dsMaxRat… |
1.3.6.1.2.2.4.2.14.1.3 | dsMaxRateLevel | 0 | 0 | dsMaxRateLevel OBJECT-TYPE SYNTAX Unsigned32 (1..32) STATUS current DESCRIPTION "An index that indicates which level of a multi… |
1.3.6.1.2.2.4.2.14.1.5 | dsMaxRateRelative | 0 | 0 | dsMaxRateRelative OBJECT-TYPE SYNTAX Unsigned32 (1..4294967295) STATUS current DESCRIPTION "The maximum rate that a downstream … |
1.3.6.1.2.2.4.2.14.1.6 | dsMaxRateThreshold | 0 | 0 | dsMaxRateThreshold OBJECT-TYPE SYNTAX BurstSize UNITS "Bytes" STATUS current DESCRIPTION "The number of bytes of queue depth at… |