diffServMinRateRelative

DIFFSERV-MIB · .1.3.6.1.2.1.97.1.8.4.1.4

Object

column r/w Unsigned32
The minimum rate that a downstream scheduler element should
allocate to this queue, relative to the maximum rate of the
interface as reported by ifSpeed or ifHighSpeed, in units of
1/1000 of 1. If the value is zero, then there is effectively no
minimum rate guarantee. If the value is non-zero, the scheduler
will assure the servicing of this queue to at least this rate.
              
Note that this attribute value and that of
diffServMinRateAbsolute 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:
              
  diffServMinRateRelative =
          (diffServMinRateAbsolute*1000000)/ifSpeed
              
or, if appropriate:
              
  diffServMinRateRelative = diffServMinRateAbsolute/ifHighSpeed

Context

MIB
DIFFSERV-MIB
OID
.1.3.6.1.2.1.97.1.8.4.1.4
Type
column
Access
readwrite
Status
current
Parent
diffServMinRateEntry
Groups
1

Walk 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::diffServMinRateRelative'
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::diffServMinRateRelative.<diffServMinRateId>'
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::diffServMinRateRelative'

Syntax

Unsigned32

Values & Constraints

Object Constraints
range: 1-4294967295

Conformance

Member of
Compliance refinements
Write access is not required.