Cisco 220 Series Smart Plus Reference Manual page 403

Smart plus switches command line interface
Hide thumbs Also See for 220 Series Smart Plus:
Table of Contents

Advertisement

QoS Commands
set
set
NOTE
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
To select the value that QoS uses as the DSCP value, the egress queue, or to set
user priority values, use the set Policy-map Class Configuration mode command.
To revert to its default setting, use the no form of this command.
This command is available only when the switch is in QoS advanced mode.
Syntax
set queue
queue-id
no set queue
Parameters
queue
queue-id
Command Mode
Policy-map Class Configuration mode
User Guidelines
The set and trust commands are mutually exclusive within the same policy map.
To return to the Global Configuration mode, use the exit command. To return to the
Privileged EXEC mode, use the end command.
Example
The following example creates an ACL, places it into a class map, places the class
map into a policy map, and sets the DSCP value in the packet to 56 for classes in
the policy map called p1:
switchxxxxxx(config)# ip access-list extended ip1
switchxxxxxx(config-mac-al)# permit ip any any
switchxxxxxx(config-mac-al)# exit
switchxxxxxx(config)# class-map c1
switchxxxxxx(config-cmap)# match access-group ip1
switchxxxxxx(config-cmap)# exit
switchxxxxxx(config)# policy-map p1
switchxxxxxx(config-pmap)# class c1
switchxxxxxx(config-pmap-c)# set queue 2
—Specifies the egress queue. (Range: 1 to 8)
28
401

Advertisement

Table of Contents
loading

Table of Contents