QoS Policy Commands
OmniSwitch CLI Reference Guide November 2009 page 39-85
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]}
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).
Defaults
N/A
Platforms Supported
OmniSwitch 6250
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.
Examples
-> policy condition cond4 dscp 10
-> policy condition cond5 dscp 20-30
Release History
Release 6.6.1; command was introduced.
Related Commands
MIB Objects
alaQoSConditionTable
alaQoSConditionName
alaQoSConditionDscp
policy condition Creates a policy condition.
qos apply Applies configured QoS and policy settings to the current configuration.
show policy condition Shows information about policy conditions configured on the switch.