41-83
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 41 Configuring PFC QoS
Configuring PFC QoS
This example shows how to verify the configuration:
Router#
show policy-map interface fastethernet 5/36
FastEthernet5/36
service-policy input: pmap1
class-map: cmap1 (match-all)
0 packets, 0 bytes
5 minute rate 0 bps
match: ip precedence 5
class cmap1
police 8000 8000 conform-action transmit exceed-action drop
class-map: cmap2 (match-any)
0 packets, 0 bytes
5 minute rate 0 bps
match: ip precedence 2
0 packets, 0 bytes
5 minute rate 0 bps
class cmap2
police 8000 10000 conform-action transmit exceed-action drop
Router#
Configuring Egress DSCP Mutation on a PFC3
Note
The PFC2 does not support egress DSCP mutation.
These sections describe how to configure egress DSCP mutation on a PFC3:
•
Configuring Named DSCP Mutation Maps, page 41-83
•
Attaching an Egress DSCP Mutation Map to an Interface, page 41-84
Configuring Named DSCP Mutation Maps
To configure a named DSCP mutation map, perform this task:
When configuring a named DSCP mutation map, note the following information:
•
You can enter up to 8 DSCP values that map to a mutated DSCP value.
•
You can enter multiple commands to map additional DSCP values to a mutated DSCP value.
•
You can enter a separate command for each mutated DSCP value.
Command
Purpose
Step 1
Router(config)#
mls qos map dscp-mutation
map_name dscp1
[
dscp2
[
dscp3
[
dscp4
[
dscp5
[
dscp6
[
dscp7
[
dscp8
]]]]]]]
to
mutated_dscp
Configures a named DSCP mutation map.
Router(config)#
no mls qos map dscp-mutation
map_name
Reverts to the default map.
Step 2
Router(config)#
end
Exits configuration mode.
Step 3
Router#
show mls qos maps
Verifies the configuration.