Connectivity Guide

Table Of Contents
qos-group dscp
Configures a DSCP trust map to the traffic class.
Syntax
qos-group tc-list [dscp values]
Parameters
qos-group tc-list Enter the traffic single value class ID, from 0 to 7.
dscp values (Optional) Enter either single, comma-delimited, or a hyphenated range of DSCP
values, from 0 to 63.
Default 0
Command Mode TRUST-MAP
Usage
Information
If the trust map does not define DSCP values to any traffic class, those flows map to the default traffic
class 0. If some of the DSCP values are already mapped to an existing traffic class, you will see an error.
The no version of this command returns the value to the default.
Example
OS10(conf-tmap-dscp-qos)# qos-group 5 dscp 42
Supported
Releases
10.3.0E or later
qos-rate-adjust
Configures additional number of data bytes to add to overhead fields per frame for rate calculations.
Syntax
qos-rate-adjust [value-of-adjust]
Parameters value-of-adjustNumber of bytes to add to overhead fields in each frame, from 1 to 31.
Default 0
Command Mode CONFIGURATION
Usage
Information
The no form of this command removes the rate adjustment configuration and is the same as using the
qos-rate-adjust 0 command.
Example
OS10(config)# qos-rate-adjust 10
Supported
Releases
10.4.3.0 or later
queue-limit
Configures static or dynamic shared buffer thresholds.
Syntax
queue-limit {queue-len value | thresh-mode [dynamic threshold-alpha-value |
static threshold-value]}
Parameters
queue-len value Enter the guaranteed size for the queue, from 0 to 8911.
45 KB (10G)/111 KB (40G) if the queue is priority flow control enabled
2 KB (10G)/8 KB (40G) if the queue is lossy/link-level flow control
If this is a priority flow-control queue, this configuration is invalid
Only supported for POLICY-MAP-CLASS-MAP (pmap-c-queue) mode
thresh-mode (Optional) Buffer threshold mode.
dynamic thresh-alpha-value (Optional) Enter the value indexes to calculate the shared
threshold to the enabled dynamic shared buffer threshold, from 0 to 10. Defaults:
0 = 1/128
1 = 1/64
2 = 1/32
Quality of service 961