Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
QoS Policy Commands
page 53-94
OmniSwitch CLI Reference Guide
September 2009
policy condition dscp
Configures the Differentiated Services Code Point (DSCP) for a policy condition. The DSCP value defines 
the six most significant bits of the DS byte in the IP header.
policy condition condition_name dscp {dscp_value[-value]} [mask dscp_mask]
policy condition condition_name no dscp
Syntax Definitions
condition_name
The name of the condition. May be an existing condition name or a new 
condition.
{dscp_value[-value]}
The DiffServ Code Point value, in the range 0–63. Use a hyphen to 
specify a range of DSCP values for the condition (for example, 10-20). 
Specifying a range is not supported on the OmniSwitch 6800.
dscp_mask
The mask for the DiffServ Code Point, in the range 0–63. This parame-
ter is not supported on the OmniSwitch 6800, 6850, and 9000
.
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to remove a DSCP value from a condition; however, at least one 
classification parameter must be associated with a condition.
• If a DSCP value is specified, a ToS value may not be specified.
• On the OmniSwitch 6800, 6850, and 9000 the mask parameter is not specified with this command. 
When a DSCP policy condition is configured on one of these switches, QoS automatically calculates 
the appropriate mask value. 
Examples
-> policy condition cond4 dscp 10
-> policy condition cond5 dscp 20-30
Release History
Release 6.1; command was introduced.
Release 6.3.1; support for specifying a DSCP range of values without a mask added for OS6850 and 
OS9000.