All MIBs › CISCO-WIRELESS-DOCS-EXT-MIB › cwdxQosIfRateLimitShpGranularity
cwdxQosIfRateLimitShpGranularity
Module: CISCO-WIRELESS-DOCS-EXT-MIB
OID (symbolic): CISCO-WIRELESS-DOCS-EXT-MIB::cwdxQosIfRateLimitShpGranularity
OID (numeric): 1.3.6.1.4.1.9.9.169.1.1.2.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The width in milliseconds of each element in shaping delay queue, that is, the shaping granularity.
The shaping granularity is only applied to rate limit algorithm: Token bucket algorithm with shaping. It controls how accurately the algorithm quantizes the shaping delay for a rate exceeded flow. If granularity is large, several shaping delay values will all be quantized to the same element in the queue resulting in less accurate rate shaping for the flows in bits/sec. On the other hand, choosing too small granularity causes more memory to be used for the shaper block, and also can cost a bit more in runtime overhead.
If the rate limit algorithm is not Token bucket algorithm with shaping, the value is always na(1) which is not applicable. Setting to any thing other than na(1) will be rejected.
The enumerations for shaping granularity are: na(1): shaping granularity is not applied to the current rate limit algorithm msec1(2): shaping granularity in 1 milliseconds msec2(3): shaping granularity in 2 milliseconds msec4(4): shaping granularity in 4 milliseconds msec8(5): shaping granularity in 8 milliseconds msec16(6): shaping granularity in 16 milliseconds
At the downstream, this object is configurable and the default value is msec4(4). Whenever the downstream rate limit algorithm is changed to Token bucket algorithm with shaping from other rate limit algorithm, the value will be reset to the default value. When the algorithm is Token bucket algorithm with shaping and set to same algorithm again the value will not be reset to default value.
At the upstream, this object is not configurable and it is read-only value.
What is cwdxQosIfRateLimitShpGranularity?
This read-write object sets the width, in milliseconds, of each element in the shaping delay queue used by the token-bucket-with-shaping rate-limit algorithm, controlling how finely the algorithm quantizes delay for rate-exceeded flows. Admins care because coarser granularity groups more traffic into the same delay slot, which can reduce precision in how shaping delay is applied. For example, an admin wanting more precise shaping behavior for a sensitive flow would set cwdxQosIfRateLimitShpGranularity to msec1(2) rather than a coarser setting like msec16(6).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.169.1.1.2.1.4 snmpwalk -v2c -c public <target> CISCO-WIRELESS-DOCS-EXT-MIB::cwdxQosIfRateLimitShpGranularity
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.169.1.1.2.1.4.1 snmpget -v2c -c public <target> CISCO-WIRELESS-DOCS-EXT-MIB::cwdxQosIfRateLimitShpGranularity.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.169.1.1.2.1.4.1 i <value>
Start monitoring Cisco DOCSIS headend devices with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-WIRELESS-DOCS-EXT-MIB::cwdxQosIfRateLimitShpGranularity OID value, configure state conditions and alerts, and monitor any Cisco DOCSIS headend devices from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.169 | ciscoWirelessDocsExtMIB | CISCO-WIRELESS-DOCS-EXT-MIB |
| 1.3.6.1.4.1.9.9.169.1 | ciscoWirelessDocsExtMIBObjects | CISCO-WIRELESS-DOCS-EXT-MIB |
| 1.3.6.1.4.1.9.9.169.1.1 | cwdxQosCtrlObjects | CISCO-WIRELESS-DOCS-EXT-MIB |
| 1.3.6.1.4.1.9.9.169.1.1.2 | cwdxQosIfRateLimitTable | CISCO-WIRELESS-DOCS-EXT-MIB |
| 1.3.6.1.4.1.9.9.169.1.1.2.1 | cwdxQosIfRateLimitEntry | CISCO-WIRELESS-DOCS-EXT-MIB |
| 1.3.6.1.4.1.9.9.169.1.1.2.1.4 | cwdxQosIfRateLimitShpGranularity | CISCO-WIRELESS-DOCS-EXT-MIB |