
647
Configuring QoS
Configuration Examples for Policy Maps
QoS Configuration for Customer A
This section provides examples of the initial configuration and activation of QoS policies for a customer switch. Input and
output QoS service policies are configured based on the requirements and attached to relevant ports.
In the initial configuration for Customer A, Gigabit Ethernet ports 1 and 2 are network node interfaces (NNIs) and are
enabled by default.
This is the overall sequence for initial configuration:
Configure classes and policies.
Shut down all active ports.
Attach policies to ports to be activated.
Take the ports out of the shut-down state.
Leave unused ports shut down.
Note these restrictions for configuring output policies:
You can define up to three classes in the output policy map.
The defined classes must be the same as other output policy maps.
The number of defined classes in each output policy map must be same.
You must assign an action to each class; that is, there can be no empty class.
Each class configuration must be based on the classification/marking done in the input policy-map.
This example configures classes for input service policies and defines three classes of service: gold, silver, and bronze.
Because a
match-all
classification (the default) can have only single classification criterion, the
match-any
classification
is used so that you can add classification criteria in the future.
Switch#
config terminal
Switch(config)#
class-map match-any gold-in
Switch(config-cmap)#
match ip dscp af11
Switch(config-cmap)#
exit
Switch(config)#
class-map match-any silver-in
Switch(config-cmap)#
match ip dscp af21
Switch(config-cmap)#
exit
Switch(config)#
class-map match-any bronze-in
Switch(config-cmap)#
match ip dscp af31
Switch(config-cmap)#
exit
This example shows how to configure an input policy map that marks the gold class and polices the silver class to
50 Mb/s and the bronze class to 20 Mb/s.
Switch(config)#
policy-map input-all
Switch(config-pmap)#
class gold-in
Switch(config-pmap-c)#
set ip dscp af43
Switch(config-pmap-c)#
exit
Switch(config-pmap)#
class silver-in
Switch(config-pmap-c)#
police 50000000
Switch(config-pmap)#
class bronze-in
Switch(config-pmap-c)#
police 20000000
Switch(config-pmap-c)#
exit
Содержание IE 4000
Страница 12: ...8 Configuration Overview Default Settings After Initial Switch Configuration ...
Страница 52: ...48 Configuring Interfaces Monitoring and Maintaining the Interfaces ...
Страница 108: ...104 Configuring Switch Clusters Additional References ...
Страница 128: ...124 Performing Switch Administration Additional References ...
Страница 130: ...126 Configuring PTP ...
Страница 140: ...136 Configuring CIP Additional References ...
Страница 146: ...142 Configuring SDM Templates Configuration Examples for Configuring SDM Templates ...
Страница 192: ...188 Configuring Switch Based Authentication Additional References ...
Страница 244: ...240 Configuring IEEE 802 1x Port Based Authentication Additional References ...
Страница 274: ...270 Configuring SGT Exchange Protocol over TCP SXP and Layer 3 Transport Configuring Cisco TrustSec Caching ...
Страница 298: ...294 Configuring VLANs Additional References ...
Страница 336: ...332 Configuring STP Additional References ...
Страница 408: ...404 Configuring DHCP Additional References ...
Страница 450: ...446 Configuring IGMP Snooping and MVR Additional References ...
Страница 490: ...486 Configuring SPAN and RSPAN Additional References ...
Страница 502: ...498 Configuring Layer 2 NAT ...
Страница 559: ...555 Configuring Network Security with ACLs How to Configure Network Security with ACLs Creating a Numbered Extended ACL ...
Страница 770: ...766 Configuring IPv6 MLD Snooping Related Documents ...
Страница 930: ...926 Configuring IP Unicast Routing Related Documents ...
Страница 956: ...952 Configuring IPv6 Unicast Routing Configuring IPv6 network 2010 AB8 2 48 network 2010 AB8 3 48 exit address family ...
Страница 976: ...972 Configuring Cisco IOS IP SLAs Operations Additional References ...
Страница 978: ...974 Dying Gasp ...
Страница 990: ...986 Configuring Enhanced Object Tracking Monitoring Enhanced Object Tracking ...
Страница 994: ...990 Configuring MODBUS TCP Displaying MODBUS TCP Information ...
Страница 996: ...992 Ethernet CFM ...
Страница 1030: ...1026 Working with the Cisco IOS File System Configuration Files and Software Images Working with Software Images ...
Страница 1066: ...1062 Using an SD Card SD Card Alarms ...