42-82
Cisco7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter42 Con figuring PFC QoS
Configuring PFCQoS
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 42-82
Attaching an Egress DSCP Mutation Map to an Interface, page 42-83

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.
This example shows how to map DSCP 30 to mutated DSCP value 8:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# mls qos map dscp-mutation mutmap1 30 to 8
Router(config)# end
Router#
This example shows how to verify the configuration:
Router# show mls qos map | begin DSCP mutation
DSCP mutation map mutmap1: (dscp= d1d2)
d1 : d2 0 1 2 3 4 5 6 7 8 9
-------------------------------------
0 : 00 01 02 03 04 05 06 07 08 09
1 : 10 11 12 13 14 15 16 17 18 19
2 : 20 21 22 23 24 25 26 27 28 29
3 : 08 31 32 33 34 35 36 37 38 39
4 : 40 41 42 43 44 45 46 47 48 49
5 : 50 51 52 53 54 55 56 57 58 59
6 : 60 61 62 63
<...Output Truncated...>
Router#
Command Purpose
Step1 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.
Step2 Router(config)# end Exits configuration mode.
Step3 Router# show mls qos maps Verifies the configuration.