31-66
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
78-14099-04
Chapter 31 Configuring PFC QoS
Configuring PFC QoS
This example shows how to set the transmit-queue size ratio for Gigabit Ethernet port 1/2:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# interface gigabitethernet 1/2
Router(config-if)# wrr-queue queue-limit 75 15
Router(config-if)# end
Router#
This example shows how to verify the configuration:
Router# show queueing interface gigabitethernet 1/2 | include queue-limit
queue-limit ratios: 75[queue 1] 25[queue 2]
Router#
Configuring DSCP Value Maps
These sections describe how DSCP values are mapped to other values:
Mapping Received CoS Values to Internal DSCP Values, page 31-66
Mapping Received IP Precedence Values to Internal DSCP Values, page 31-67
Mapping Internal DSCP Values to Egress CoS Values, page 31-67
Configuring DSCP Markdown Values, page 31-68

Mapping Received CoS Values to Internal DSCP Values

To configure the mapping of received CoS values to the DSCP value that PFC QoS uses internally on the
PFC (see the “Internal DSCP Values” section on page 31-17), perform this task:
This example shows how to configure the received CoS to internal DSCP map:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# mls qos map cos-dscp 0 1 2 3 4 5 6 7
Router(config)# end
Router#
This example shows how to verify the configuration:
Router# show mls qos maps | begin Cos-dscp map
Cos-dscp map:
cos: 0 1 2 3 4 5 6 7
----------------------------------
dscp: 0 1 2 3 4 5 6 7
<...Output Truncated...>
Router#
Command Purpose
Step 1 Router(config)# mls qos map cos-dscp dscp1 dscp2
dscp3 dscp4 dscp5 dscp6 dscp7 dscp8
Configures the received CoS to internal DSCP map. You
must enter 8 DSCP values to which PFC QoS maps CoS
values 0 through 7.
Router(config)# no mls qos map cos-dscp Reverts to the default map.
Step 2 Router(config)# end Exits configuration mode.
Step 3 Router# show mls qos maps Verifies the configuration.