Specifications
B-2
Catalyst 2950 and Catalyst 2955 Switch Command Reference
78-15304-01
Chapter B Debug Commands
debug autoqos
debug autoqos
Use the debug autoqos privileged EXEC command to enable debugging of the automatic quality of
service (auto-QoS) feature. Use the no form of this command to disable debugging.
debug autoqos
no debug autoqos
Syntax Description This command has no keywords or arguments.
Defaults Auto-QoS debugging is disabled.
Command Modes Privileged EXEC
Command History
Usage Guidelines To display the QoS configuration that is automatically generated when auto-QoS is enabled, enable
debugging before you enable auto-QoS. You enable debugging by entering the debug autoqos privileged
EXEC command.
The undebug autoqos command is the same as the no debug autoqos command.
Examples This example shows how to display the QoS configuration that is automatically generated when
auto-QoS is enabled:
Switch# debug autoqos
AutoQoS debugging is on
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface fastethernet0/10
Switch(config-if)# auto qos voip cisco-phone
00:02:54:wrr-queue bandwidth 20 1 80 0
00:02:55:no wrr-queue cos-map
00:02:55:wrr-queue cos-map 1 0 1 2 4
00:02:56:wrr-queue cos-map 3 3 6 7
00:02:58:wrr-queue cos-map 4 5
00:02:59:mls qos map cos-dscp 0 8 16 26 32 46 48 56
00:03:00:interface FastEthernet0/10
00:03:00: mls qos trust device cisco-phone
00:03:00: mls qos trust cos
Switch(config-if)# interface fastethernet0/12
Switch(config-if)# auto qos voip trust
00:03:15:interface FastEthernet0/12
00:03:15: mls qos trust cos
Switch(config-if)#
Release Modification
12.1(12c)EA1 This command was first introduced.