Hide thumbs Also See for 6500 Series:
Table of Contents

Advertisement

Configuring PFC QoS
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.
Router(config)# class-map ipp5
Router(config-cmap)# match ip precedence 5
Router(config-cmap)# end
Router#
This example shows how to verify the configuration:
Router# show class-map ipp5
Class Map match-all ipp5 (id 1)
Match ip precedence 5
Router#

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
To create a policy map, perform this task:
Command
Router(config)# policy-map policy_name
Router(config)# no policy-map policy_name
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
31-42
Creating a Policy Map, page 31-42
Creating a Policy Map Class and Configuring Filtering, page 31-43
Configuring Policy Map Class Actions, page 31-44
End with CNTL/Z.
Purpose
Creates a policy map.
Deletes the policy map.
Chapter 31
Configuring PFC QoS
78-14099-04

Advertisement

Table of Contents
loading

Table of Contents