diffServMaxRateAbsolute
DIFFSERV-MIB ·
.1.3.6.1.2.1.97.1.8.6.1.3
Object
column r/w
kilobits per secondUnsigned32
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 maximum 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 attribute value and that of
diffServMaxRateRelative are coupled: changes to one will affect
the value of the other. They are linked by the following
equation, in that setting one will change the other:
diffServMaxRateRelative =
(diffServMaxRateAbsolute*1000000)/ifSpeed
or, if appropriate:
diffServMaxRateRelative = diffServMaxRateAbsolute/ifHighSpeed
Context
- MIB
- DIFFSERV-MIB
- OID
.1.3.6.1.2.1.97.1.8.6.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Units
- kilobits per second
- Parent
- diffServMaxRateEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DIFFSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DIFFSERV-MIB::diffServMaxRateAbsolute'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DIFFSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DIFFSERV-MIB::diffServMaxRateAbsolute.<diffServMaxRateId>.<diffServMaxRateLevel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DIFFSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DIFFSERV-MIB::diffServMaxRateAbsolute'
Syntax
kilobits per secondUnsigned32
Values & Constraints
Object Constraints
range: 1-4294967295
Conformance
Member of
Compliance refinements
diffServMIBReadOnlyCompliance
readonly
Write access is not required.