42-89
Cisco7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter42 Configuring PFC QoS
Configuring PFCQo S
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 PFCQoS uses internally on the PFC to the CoS value
used for egress LAN port scheduling and congestion avoidance, perform this task:
When configuring the internal DSCP to egress CoS map, note the following information:
You can enter up to 8 DSCP values that PFCQoS maps to a CoS value.
You can enter multiple commands to map additional DSCP values to a CoS value.
You can enter a separate command for each CoS value.
This example shows how to configure internal DSCP values 0, 8, 16, 24, 32, 40, 48, and 54 to be mapped
to egress CoS value 0:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# mls qos map dscp-cos 0 8 16 24 32 40 48 54 to 0
Router(config)# end
Router#
Command Purpose
Step1 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.
Step2 Router(config)# end Exits configuration mode.
Step3 Router# show mls qos maps Verifies the configuration.