Configuring A Policy Map - Cisco 7609 Configuration Manual

Cisco ios software configuration guide—12.1e
Hide thumbs Also See for 7609:
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
Cisco 7600 Series Router Cisco IOS Software Configuration Guide—12.1E
32-42
Creating a Policy Map, page 32-42
Creating a Policy Map Class and Configuring Filtering, page 32-43
Configuring Policy Map Class Actions, page 32-44
End with CNTL/Z.
Purpose
Creates a policy map.
Deletes the policy map.
Chapter 32
Configuring PFC QoS
78-14064-04

Advertisement

Table of Contents
loading

This manual is also suitable for:

7600 series

Table of Contents