set
Examples
This example shows how to assign DSCP 10 to all FTP traffic without any policers:
Switch(config)# policy-map policy_ftp
Switch(config-pmap)# class ftp_class
Switch(config-pmap-c)# set dscp 10
Switch(config-pmap)# exit
You can verify your settings by entering the show policy-map privileged EXEC command.
Related Commands
Command
class
police
policy-map
show policy-map
trust
Cisco Catalyst Blade Switch 3020 for HP Command Reference
2-260
Chapter 2 Cisco Catalyst Blade Switch 3020 for HP Cisco IOS Commands
Description
Defines a traffic classification match criteria (through the police, set, and trust
policy-map class configuration commands) for the specified class-map name.
Defines a policer for classified traffic.
Creates or modifies a policy map that can be attached to multiple ports to
specify a service policy.
Displays QoS policy maps.
Defines a trust state for traffic classified through the class policy-map
configuration command or the class-map global configuration command.
OL-8916-01