Specifications

2-148
Catalyst 2950 and Catalyst 2955 Switch Command Reference
78-15304-01
Chapter 2 Cisco IOS Commands
set
Examples This example shows how to assign a DSCP value of 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 ip dscp 10
Switch(config-pmap)# exit
You can verify your settings by entering the show policy-map privileged EXEC command.
Related Commands Command Description
police Defines a policer for classified traffic.
policy-map Creates or modifies a policy map that can be attached to multiple interfaces to
specify a service policy.
show policy-map Displays quality of service (QoS) policy maps.