All MIBs › CISCO-WIRELESS-DOCS-EXT-MIB › cwdxQosIfRateLimitShpMaxDelay
cwdxQosIfRateLimitShpMaxDelay
Module: CISCO-WIRELESS-DOCS-EXT-MIB
OID (symbolic): CISCO-WIRELESS-DOCS-EXT-MIB::cwdxQosIfRateLimitShpMaxDelay
OID (numeric): 1.3.6.1.4.1.9.9.169.1.1.2.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The maximum shaping delay in milliseconds. That is, the maximum amount of time for which the HE will allow buffering of any rate exceeded flow. If the max buffering delay is large, then grants/packets of the flow will be buffered for a longer period of time even though the flow is rate exceeded. This means fewer chances of drops for such rate exceeded flow. However, too large a max shaping delay can result in quick drainage of packet buffers at the HE, since several packets will be in the shaping (delay) queue waiting for their proper transmission time. Another important point to note is that delaying a flow's packets (especially TCP flows) for extended periods of time may be counter- productive, since the higher protocol layers may assume a packet loss after a certain amount of time.
The maximum shaping delay is only applied to rate limit algorithm: Token bucket algorithm with shaping. If the rate limit algorithm is not Token bucket algorithm with shaping, the value is always na(1) which is not applicable. In this case, you will be allowed to set the value to na(1) only.
If the token count is less than the size of request/packet, HE computes the shaping delay time after which the deficit number of tokens would be available. If the shaping delay time is greater than the maximum shaping delay, the request/packet will be dropped.
The enumerations for cwdxQosIfRateLimitShpMaxDelay are: na(1): maximum shaping delay is not applied to the current rate limit algorithm msec128(2): maximum shaping delay is 128 milliseconds msec256(3): maximum shaping delay is 256 milliseconds msec512(4): maximum shaping delay is 512 milliseconds msec1024(5): maximum shaping delay is 1024 milliseconds
At the downstream, cwdxQosIfRateLimitShpMaxDelay is configurable and the default value is msec128(2). 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.
At the upstream, cwdxQosIfRateLimitShpMaxDelay is not configurable and it is read-only value.
What is cwdxQosIfRateLimitShpMaxDelay?
This read-write object sets the maximum shaping delay, in milliseconds, that the headend will allow when buffering packets from a rate-exceeded flow under the shaping rate-limit algorithm. An admin cares about this trade-off because a larger max delay reduces packet drops for bursty flows but adds latency, which matters for delay-sensitive traffic. For example, an admin shaping a bulk-data service flow might set cwdxQosIfRateLimitShpMaxDelay to msec1024(5) to favor throughput, while a latency-sensitive flow would use a smaller value like msec128(2).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.169.1.1.2.1.3 snmpwalk -v2c -c public <target> CISCO-WIRELESS-DOCS-EXT-MIB::cwdxQosIfRateLimitShpMaxDelay
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.169.1.1.2.1.3.1 snmpget -v2c -c public <target> CISCO-WIRELESS-DOCS-EXT-MIB::cwdxQosIfRateLimitShpMaxDelay.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.169.1.1.2.1.3.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::cwdxQosIfRateLimitShpMaxDelay 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.3 | cwdxQosIfRateLimitShpMaxDelay | CISCO-WIRELESS-DOCS-EXT-MIB |