2-366
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
priority-queue
Examples
This example shows how to enable the egress priority queue when the SRR weights are configured. The
egress expedite queue overrides the configured SRR weights.
Switch(config)#
interface gigabitethernet1/0/2
Switch(config-if)#
srr-queue bandwidth shape 25 0 0 0
Switch(config-if)#
srr-queue bandwidth share 30 20 25 25
Switch(config-if)#
priority-queue out
This example shows how to disable the egress priority queue after the SRR shaped and shared weights
are configured. The shaped mode overrides the shared mode.
Switch(config)#
interface gigabitethernet1/0/2
Switch(config-if)#
srr-queue bandwidth shape 25 0 0 0
Switch(config-if)#
srr-queue bandwidth share 30 20 25 25
Switch(config-if)#
no
priority-queue out
You can verify your settings by entering the
show mls qos interface
interface-id
queueing
or the
show
running-config
privileged EXEC command.
Related Commands
Command
Description
queueing
Displays the queueing strategy (SRR, priority queueing), the
weights corresponding to the queues, and the
CoS-to-egress-queue map.
Assigns the shaped weights and enables bandwidth shaping on
the four egress queues mapped to a port.
Assigns the shared weights and enables bandwidth sharing on
the four egress queues mapped to a port.