53-14
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 53 Using Automatic QoS
Using the Automatic QoS Macro on the Switch
Global Automatic QoS Macro
—
set qos autoqos
When you execute the global automatic QoS macro, all the global QoS settings are applied to all ports
in the switch. After completion, a prompt displays showing the CLI for the port-based automatic QoS
commands that are currently supported.
Console> (enable)
set qos autoqos ?
Usage: set qos autoqos
Console> (enable)
set qos autoqos
QoS is enabled.
........
All ingress and egress QoS scheduling parameters configured on all ports.
CoS to DSCP, DSCP to COS, IP Precedence to DSCP and policed dscp maps configured.
Global QoS configured, port specific autoqos recommended:
set port qos <mod/port> autoqos trust <cos|dscp>
set port qos <mod/port> autoqos voip <ciscoipphone|ciscosoftphone>
Console> (enable)
Port-Specific Automatic QoS Macro
—
set port qos autoqos
The port-specific automatic QoS macro accepts a
mod/port
combination and must include an
AVVID-type keyword. The
ciscoipphone
,
ciscosoftphone
, and
trust
keywords are supported.
This example shows how to use the
ciscoipphone
keyword:
Console> (enable)
set port qos 3/1 autoqos help
Usage: set port qos <mod/port> autoqos trust <cos|dscp>
set port qos <mod/port> autoqos voip <ciscoipphone|ciscosoftphone>
Console> (enable)
set port qos 3/1 autoqos voip ciscoipphone
Port 3/1 ingress QoS configured for Cisco IP Phone.
It is recommended to execute the "set qos autoqos" global command if not executed
previously.
Console> (enable)
This example shows how to use the
ciscosoftphone
keyword:
Console> (enable)
set port qos 3/1 autoqos voip ciscosoftphone
Port 3/1 ingress QoS configured for Cisco Softphone.
It is recommended to execute the "set qos autoqos" global command if not executed
previously.
Console> (enable)
This example shows how to use the
trust cos
keyword:
Console> (enable)
set port qos 3/1 autoqos trust cos
Port 3/1 QoS configured to trust all incoming CoS marking.
It is recommended to execute the "set qos autoqos" global command if not executed
previously.
Console> (enable)
This example shows how to use the
trust dscp
keyword:
Console> (enable)
set port qos 3/1 autoqos trust dscp
Port 3/1 QoS configured to trust all incoming DSCP marking.
It is recommended to execute the "set qos autoqos" global command if not executed
previously.
Console> (enable)
Displaying the QoS Settings
Enter the existing QoS
show
commands to display the QoS settings. These commands include the
show
port qos
and
show qos info runtime
commands.