41-90
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 map DSCP 1 to marked-down DSCP value 0:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
mls qos map policed-dscp normal-burst 1 to 0
Router(config)#
end
Router#
This example shows how to verify the configuration:
Router#
show mls qos map
Normal Burst Policed-dscp map: (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 : 30 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
Maximum Burst Policed-dscp map: (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 : 30 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#
Note
In the Policed-dscp displays, the marked-down DSCP values are shown in the body of the matrix; the
first digit of the original DSCP value is in the column labeled d1 and the second digit is in the top row.
In the example shown, DSCP 41 maps to DSCP 41.
Mapping Internal DSCP Values to Egress CoS Values
To configure the mapping of the DSCP value that PFC QoS uses internally on the PFC to the CoS value
used for egress LAN port scheduling and congestion avoidance, perform this task:
Command
Purpose
Step 1
Router(config)#
mls qos map dscp-cos
dscp1
[
dscp2
[
dscp3
[
dscp4
[
dscp5
[
dscp6
[
dscp7
[
dscp8
]]]]]]]
to
cos_value
Configures the internal DSCP to egress CoS map.
Router(config)#
no mls qos map dscp-cos
Reverts to the default map.
Step 2
Router(config)#
end
Exits configuration mode.
Step 3
Router#
show mls qos maps
Verifies the configuration.