Cisco Catalyst 4500 Series Configuration Manual page 709

Ios software configuration guide isco ios xe 3.9.0e and ios 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Chapter 2
Examples
The following example shows how to limit the specified traffic class to a data transmission rate of 256
kbps:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# policy-map policy1
Switch(config-pmap)# class class1
Switch(config-pmap-c)# shape average 256000
Switch(config-pmap-c)# exit
Switch(config-pmap)# exit
Switch(config)# interface gigabitethernet1/1
Switch(config-if)# service-policy output policy1
Switch(config-if)# end
You can verify your settings by entering the show policy-map privileged EXEC command.
Related Commands
Command
bandwidth
class
dbl
policy-map
service-policy (policy-map
class)
show policy-map
Description
Creates a signaling class structure that can be referred to by its
name.
Specifies the name of the class whose traffic policy you want to
create or change.
Enables active queue management on a transmit queue used by a
class of traffic.
Creates a policy map that can be attached to multiple ports to
specify a service policy and to enter policy-map configuration
mode.
Creates a service policy that is a quality of service (QoS) policy
within a policy map.
Displays information about the policy map.
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release XE 3.9.xE and 15.2(5)Ex
shape (class-based queueing)
2-669

Advertisement

Table of Contents
loading

Table of Contents