2-22
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
bandwidth
Switch(config)#
policy-map policy1
Switch(config-pmap)#
class class1
Switch(config-pmap-c)#
bandwidth percent 50
Switch(config-pmap-c)#
exit
Switch(config-pmap)#
class class2
Switch(config-pmap-c)#
bandwidth percent 25
Switch(config-pmap-c)#
exit
Switch(config-pmap)#
class voice1
Switch(config-pmap-c)#
priority
Switch(config-pmap-c)#
exit
Switch(config-pmap)#
end
Switch(config)#
interface gigabitethernet1/1/1
Switch(config-if)#
service-policy output policy1
You can verify your settings by entering the
show policy-map
privileged EXEC command.
Related Commands
Command
Description
Specifies the name of the class whose traffic policy you want to create or
change.
Creates or modifies a policy map that can be attached to multiple ports to
specify a service policy.
Enables the strict-priority queue and gives priority to a class of traffic
belonging to a policy map attached to an ES port.
Configures the maximum threshold for tail drop in a policy map attached
to an ES port.
Configures Weighted Random Early Detection (WRED) in a policy map
attached to an ES port.
service-policy
(policy-map class)
Creates a service policy as a quality of service (QoS) policy within a policy
map.
Enables traffic shaping in a policy map attached to an ES port.
Displays QoS policy maps.