2-215
Catalyst 2350 Switch Command Reference
OL-19055-01
Chapter 2 Catalyst 2350 Cisco IOS Commands
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
Description
class
Defines a traffic classification match criteria (through the
police
,
set
, and
trust
policy-map class configuration commands) for the specified class-map name.
police
Defines a policer for classified traffic.
policy-map
Creates or modifies a policy map that can be attached to multiple ports to
specify a service policy.
show policy-map
Displays QoS policy maps.
trust
Defines a trust state for traffic classified through the
class
policy-map
configuration command or the
class-map
global configuration command.