B-2
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Appendix B Catalyst 3750 Metro Switch Debug Commands
debug auto qos
debug auto qos
Use the
debug auto qos
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 auto qos
no debug auto qos
Syntax Description
This command has no arguments or keywords.
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 gigabitethernet1/0/1
Switch(config-if)#
auto qos voip cisco-phone
21:29:41: mls qos map cos-dscp 0 8 16 26 32 46 48 56
21:29:41: mls qos
21:29:42: no mls qos srr-queue input cos-map
21:29:42: no mls qos srr-queue output cos-map
21:29:42: mls qos srr-queue input cos-map queue 1 threshold 3 0
21:29:42: mls qos srr-queue input cos-map queue 1 threshold 2 1
21:29:42: mls qos srr-queue input cos-map queue 2 threshold 1 2
21:29:42: mls qos srr-queue input cos-map queue 2 threshold 2 4 6 7
21:29:43: mls qos srr-queue input cos-map queue 2 threshold 3 3 5
21:29:43: mls qos srr-queue output cos-map queue 1 threshold 3 5
21:29:43: mls qos srr-queue output cos-map queue 2 threshold 3 3 6 7
21:29:44: mls qos srr-queue output cos-map queue 3 threshold 3 2 4
Release
Modification
12.1(14)AX
This command was introduced.
12.2(25)EY
The
debug auto qos
command replaced the
debug autoqos
command.