Cisco Systems OL-4266-08 Network Router User Manual


 
42-100
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 42 Configuring PFC QoS
Configuring PFC QoS
Router(config)# interface gigabitethernet 6/1
Router(config-if)# mls qos trust dscp
Router(config-if)# end
Router#
This example shows how to verify the configuration:
Router# show queueing interface gigabitethernet 6/1 | include Trust state
Trust state: trust DSCP
Mapping DSCP Values to Standard Receive-Queue Thresholds
To map DSCP values to the standard receive-queue thresholds, perform this task:
When mapping DSCP values, note the following information:
You can enter up to 8 DSCP values that map to a queue and threshold.
You can enter multiple commands to map additional DSCP values to the queue and threshold.
You must enter a separate command for each queue and threshold.
This example shows how to map the DSCP values 0 and 1 to threshold 1 in the standard receive queue
for 10-Gigabit Ethernet port 6/1 port 6/1:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# interface tengigabitethernet 6/1
Router(config-if)# rcv-queue dscp-map 1 1 0 1
Router(config-if)# end
Router#
Command Purpose
Step 1
Router(config)# interface tengigabitethernet
slot/port
Selects the interface to configure.
Step 2
Router(config-if)# rcv-queue dscp-map queue_#
threshold_# dscp1 [dscp2 [dscp3 [dscp4 [dscp5
[dscp6 [dscp7 [dscp8]]]]]]]
Maps DSCP values to the standard receive queue
thresholds.
Router(config-if)# no rcv-queue dscp-map
Reverts to the default mapping.
Step 3
Router(config-if)# end
Exits configuration mode.
Step 4
Router# show queueing interface
tengigabitethernet slot/port
Verifies the configuration.