2-435
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
show auto qos
match ip dscp ef
class-map match-all AutoQoS-VoIP-Control-Trust
match ip dscp cs3 af31
!
policy-map AutoQoS-Police-SoftPhone
class AutoQoS-VoIP-RTP-Trust
set dscp ef
police 320000 8000 exceed-action policed-dscp-transmit
class AutoQoS-VoIP-Control-Trust
set dscp cs3
police 32000 8000 exceed-action policed-dscp-transmit
!
...
!
interface GigabitEthernet1/0/1
switchport mode access
switchport port-security maximum 400
service-policy input AutoQoS-Police-SoftPhone
speed 100
duplex half
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
auto qos voip cisco-softphone
!
interface GigabitEthernet1/0/2
switchport mode access
switchport port-security maximum 1999
speed 100
duplex full
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
!
<output truncated>
This is an example of output from the
show auto qos interface
interface-id
command when the
auto
qos voip cisco-phone
interface configuration command is entered:
Switch>
show auto qos interface fastethernet1/0/2
FastEthernet1/0/2
auto qos voip cisco-phone
These are examples of output from the
show auto qos
command when auto-QoS is disabled on the
switch:
Switch>
show auto qos
AutoQoS not enabled on any interface
These are examples of output from the
show auto qos
i
nterface
interface-id
command when auto-QoS
is disabled on an interface:
Switch>
show auto qos interface gigabitethernet1/0/1
AutoQoS is disabled
Related Commands
Command
Description
Automatically configures QoS for VoIP within a QoS domain.
Enables debugging of the auto-QoS feature.