2-339
Catalyst 3560 Switch Command Reference
78-16405-05
Chapter 2 Catalyst 3560 Switch Cisco IOS Commands
set
To return to policy-map configuration mode, use the
exit
command. To return to privileged EXEC mode,
use the
end
command.
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.