41-74
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 41 Configuring PFC QoS
Configuring PFC QoS
Verifying Class Map Configuration
To verify class map configuration, perform this task:
This example shows how to create a class map named
ipp5
and how to configure filtering to match traffic
with IP precedence 5:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
class-map ipp5
Router(config-cmap)#
match ip precedence 5
Router(config-cmap)#
end
This example shows how to verify the configuration:
Router#
show class-map ipp5
Class Map match-all ipp5 (id 1)
Match ip precedence 5
Configuring a Policy Map
You can attach only one policy map to an interface. Policy maps can contain one or more policy map
classes, each with different policy map commands.
Configure a separate policy map class in the policy map for each type of traffic that an interface receives.
Put all commands for each type of traffic in the same policy map class. PFC QoS does not attempt to
apply commands from more than one policy map class to matched traffic.
These sections describe policy map configuration:
•
Creating a Policy Map, page 41-74
•
Policy Map Class Configuration Guidelines and Restrictions, page 41-75
•
Creating a Policy Map Class and Configuring Filtering, page 41-75
•
Configuring Policy Map Class Actions, page 41-75
Creating a Policy Map
To create a policy map, perform this task:
Command
Purpose
Step 1
Router (config-cmap)#
end
Exits configuration mode.
Step 2
Router#
show class-map
class_name
Verifies the configuration.
Command
Purpose
Router(config)#
policy-map
policy_name
Creates a policy map.
Router(config)#
no policy-map
policy_name
Deletes the policy map.