All MIBs › DIFF-SERV-MIB › diffServQMaxRateRel
diffServQMaxRateRel
Module: DIFF-SERV-MIB
OID (symbolic): DIFF-SERV-MIB::diffServQMaxRateRel
OID (numeric): 1.3.6.1.2.1.12345.2.10.1.8
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-create
Description:
The maximum 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/10,000 of 1. If the value is zero, then there is effectively no maximum rate limit and 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's value is coupled to that of diffServQMaxRateAbs: changes to one will affect the value of the other. They are linked by the following equation:
diffServQMaxRateAbs = ifSpeed * diffServQMaxRateRel/10,000,000
or, if appropriate:
diffServQMaxRateAbs = ifHighSpeed * diffServQMaxRateRel / 10
What is diffServQMaxRateRel?
This OID holds a percentage or ratio that limits how much of the network interface's total speed one traffic queue can use. It ensures quality of service by preventing any single application from hogging all bandwidth. An ISP operator uses this to allocate bandwidth fairly: video streaming might get 30%, VoIP 20%, and web browsing 50% of the link's total capacity.
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.12345 | diffServMib | DIFF-SERV-MIB |
| 1.3.6.1.2.1.12345.2 | diffServTables | DIFF-SERV-MIB |
| 1.3.6.1.2.1.12345.2.10 | diffServQTable | DIFF-SERV-MIB |
| 1.3.6.1.2.1.12345.2.10.1 | diffServQEntry | DIFF-SERV-MIB |
| 1.3.6.1.2.1.12345.2.10.1.8 | diffServQMaxRateRel | DIFF-SERV-MIB |