QoS applied to SUP32-GE-3B, but queueing doesn't change.

The 6509 with SUP-32-GE-3B (8 GE ports) is running IOS 12.2(33)SXH7.  I've applied this QoS config to a couple of the supervicor GE ports that we use for uplinks:
interface GigabitEthernet5/1
description to Po1 ANB-RS6509-DU-C
no ip address
wrr-queue bandwidth 5 50 45
priority-queue queue-limit 30
wrr-queue queue-limit 5 40 25
wrr-queue random-detect min-threshold 1 80 100 100 100 100 100 100 100
wrr-queue random-detect min-threshold 2 80 100 100 100 100 100 100 100
wrr-queue random-detect min-threshold 3 60 70 80 90 100 100 100 100
wrr-queue random-detect max-threshold 1 100 100 100 100 100 100 100 100
wrr-queue random-detect max-threshold 2 100 100 100 100 100 100 100 100
wrr-queue random-detect max-threshold 3 70 80 90 100 100 100 100 100
wrr-queue cos-map 1 1 1
wrr-queue cos-map 2 1 0
wrr-queue cos-map 3 1 2
wrr-queue cos-map 3 2 3
wrr-queue cos-map 3 3 6
wrr-queue cos-map 3 4 7
priority-queue cos-map 1 4 5
mls qos trust dscp
channel-group 1 mode desirable
end
But when I do a 'show queueing int' there isn't any change from the default, as can be seen by the queue tail-drop-thresholds and queue thresh cos-map:
ANB-RS6509-AU-E200#sh queueing int g5/1
Interface GigabitEthernet5/1 queueing strategy:  Weighted Round-Robin
  QoS is disabled globally
  Port is untrusted
  Extend trust state: not trusted [COS = 0]
  Default COS is 0
    Queueing Mode In Tx direction: mode-cos
    Transmit queues [type = 1p3q8t]:
    Queue Id    Scheduling  Num of thresholds
       01         WRR                 08
       02         WRR                 08
       03         WRR                 08
       04         Priority            01
    WRR bandwidth ratios:  100[queue 1]   0[queue 2]   0[queue 3]
    queue-limit ratios:    100[queue 1]   0[queue 2]   0[queue 3]   0[Pri Queue]
    queue tail-drop-thresholds
    1     100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    2     100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    3     100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    queue random-detect-min-thresholds
      1    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
      2    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
      3    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    queue random-detect-max-thresholds
      1    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
      2    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
      3    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    WRED disabled queues:      1  2  3
    queue thresh cos-map
    1     1      0 1 2 3 4 5 6 7
    1     2     
    1     3     
    1     4     
    1     5     
    1     6     
    1     7     
    1     8     
    2     1     
    2     2     
    2     3     
    2     4     
    2     5     
    2     6     
    2     7     
    2     8     
    3     1     
    3     2     
    3     3     
    3     4     
    3     5     
    3     6     
    3     7     
    3     8     
    4     1     
    Queueing Mode In Rx direction: mode-cos
    Receive queues [type = 2q8t]:
    Queue Id    Scheduling  Num of thresholds
       01         WRR                 08
       02         WRR                 08
    WRR bandwidth ratios:  100[queue 1]   0[queue 2]
    queue-limit ratios:    100[queue 1]   0[queue 2]
    queue tail-drop-thresholds
    1     100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    2     100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    queue random-detect-min-thresholds
      1    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
      2    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    queue random-detect-max-thresholds
      1    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
      2    100[1] 100[2] 100[3] 100[4] 100[5] 100[6] 100[7] 100[8]
    WRED disabled queues:      1  2
    queue thresh cos-map
    1     1      0 1 2 3 4 5 6 7
    1     2     
    1     3     
    1     4     
    1     5     
    1     6     
    1     7     
    1     8     
    2     1     
    2     2     
    2     3     
    2     4     
    2     5     
    2     6     
    2     7     
    2     8     
  Packets dropped on Transmit:
    BPDU packets:  0
    queue              dropped  [cos-map]
    1                        0  [0 1 2 3 4 5 6 7 ]
    2                        0  []
    3                        0  []
    4                        0  []
  Packets dropped on Receive:
    BPDU packets:  0
    queue              dropped  [cos-map]
    1                        0  [0 1 2 3 4 5 6 7 ]
    2                        0  []
Any idea why?

http://blog.ipexpert.com/2010/05/26/introduction-to-catalyst-3560-qos/
This is a great article from the Ipexpert guys..
http://www.cisco.com/en/US/docs/switches/lan/catalyst3560/software/release/12.2_55_se/configuration/guide/swqos.html
Link to the 3560 guide
The policy looks good to me you may try a TAC case to have them lab\really dig into this

Similar Messages

Maybe you are looking for

  • IBook 2 is saying that iOS 5 is required to open a book created with iAuthor.

    We have created an inhouse iBook for an upcoming meeting. We have about 200 users to download and install the book on their iPads. Some who are still on an older version of iOS are able to install the iBook app and even download the book itself. But

  • Problem with htmlDataSet

    I have a web page and I want to replace dynamically the content of a div using htmlDataSet. The div is a sub section in my page and can contains arbitrary non structure xhtml code. My dataset is declare as this: var dsContent = new Spry.Data.HTMLData

  • VC integration with BPM

    Hi How can we integrate VC applications in BPM . Thanks Monika

  • Serial port mouse

    back to my expirement: i try to take signal from serial mouse by the following class but i have a NullPointerException :    import javax.comm.*; import java.io.*; import java.util.*; public class ComControl implements Runnable, SerialPortEventListene

  • GettingErrorWhilecreatingJavastub

    Hi All, I am getting error while creating java stub using jdev11.1.1.3 for a service which is deployed on Dev machine. 1)Oracle.jdeveloper.webservices.model.webserviceexception:the wsdl document is invalid for the following reson. oracle.j2ee.ws.comm