cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
677
Views
0
Helpful
4
Replies

QoS - output queues dropped.

martin.germano
Level 1
Level 1

Hi, i have a phone thats no working fine, it unregister all the time from the sip server. 

The port connected to the phone has output queues dropped on queue 1. ¿That's normal? ¿What could be the cause that there drop packet?

 

Thanks!

 

I have this configuration for Qos on the switch port:

interface FastEthernet0/15
 switchport mode access
 switchport voice vlan 15
 priority-queue out
 mls qos trust cos
 spanning-tree portfast

 

sh mls qos int fa0/15 st

FastEthernet0/15 (All statistics are in packets)

  dscp: incoming
-------------------------------

  0 -  4 :      184994            0            0            0            0
  5 -  9 :           0            0            0            0            0
 10 - 14 :           0            0            0            0            0
 15 - 19 :           0            0            0            0            0
 20 - 24 :           0            0            0            0            0
 25 - 29 :           0      2298420            0            0            0
 30 - 34 :           0            0            0            0            0
 35 - 39 :           0            0            0            0            0
 40 - 44 :           0            0            0            0            0
 45 - 49 :           0      4806226            0        16934            0
 50 - 54 :           0            0            0            0            0
 55 - 59 :           0            0            0            0            0
 60 - 64 :           0            0            0            0
  dscp: outgoing
-------------------------------

  0 -  4 :     8134930            0            0            0            0
  5 -  9 :           0            0            0            0            0
 10 - 14 :           0            0            0            0            0
 15 - 19 :           0            0            0            0            0
 20 - 24 :           0            0            0            0            0
 25 - 29 :           0            0            0            0            0
 30 - 34 :           0            0            0            0            0
 35 - 39 :           0            0            0            0            0
 40 - 44 :         861            0            0            0            0
 45 - 49 :           0            0            0            5            0
 50 - 54 :           0            0            0            0            0
 55 - 59 :           0            0            0            0            0
 60 - 64 :           0            0            0            0
  cos: incoming
-------------------------------

  0 -  4 :      875001            0            0            0            0
  5 -  7 :     6544104            0            0
  cos: outgoing
-------------------------------

  0 -  4 :     8781009            3            6            1            2
  5 -  7 :      275463            5        17983
  output queues enqueued:
 queue:    threshold1   threshold2   threshold3
-----------------------------------------------
 queue 0:      292615           0           0
 queue 1:     8562114       44049     5388502
 queue 2:           0           0           0
 queue 3:       17982           0      183824

  output queues dropped:
 queue:    threshold1   threshold2   threshold3
-----------------------------------------------
 queue 0:           0           0           0
 queue 1:        5349           0           0
 queue 2:           0           0           0
 queue 3:           0           0           0

Policer: Inprofile:            0 OutofProfile:            0

 

 

1 Accepted Solution

Accepted Solutions

Terry Cheema
VIP Alumni
VIP Alumni

Martin,

Refer to this link you need to modify your buffers etc. :http://www.cisco.com/c/en/us/support/docs/switches/catalyst-3750-series-switches/116089-technote-switches-output-drops-qos-00.html

-Terry

Please rate all helpful posts

View solution in original post

4 Replies 4

Terry Cheema
VIP Alumni
VIP Alumni

Martin,

Refer to this link you need to modify your buffers etc. :http://www.cisco.com/c/en/us/support/docs/switches/catalyst-3750-series-switches/116089-technote-switches-output-drops-qos-00.html

-Terry

Please rate all helpful posts

Thanks Terry, i'll try it.

 

No Worries, in case you get stuck please feel free to post back.

-Terry

 

Ok, i have a doubt about this: Why if QoS drop packets, why don't loses any ICMP packet at the same time?

in which QoS queue belong the ICMP packets?

 

Thanks.