Wireless Water Cooler

last person joined: 11 days ago 

Hang out and socialize with other community members in this off topic forum. Everything from industry trends to hobbies and interests are welcomed!
Expand all | Collapse all

WMM queue depth information needed.

This thread has been viewed 2 times
  • 1.  WMM queue depth information needed.

    Posted Mar 26, 2014 01:07 AM

    Can anyone help me gather the answers to the below questions please?

     

    1. What is the queue depth for each access class (bk/be/vi/vo)?
    2. Are they fixed or shared? Are they adjustable? If adjustable how/where?
    3. If queue depth exceeded, what is the behavior?
    4. How can I verify the queue drops, cli or are there any tools I can use?


  • 2.  RE: WMM queue depth information needed.
    Best Answer

    Posted Mar 26, 2014 10:09 PM

    It depends on the chipset.
    For AP 105, 115, 103, should be 512 packet buffers. Older APs are 256. (AP70 is 128)
    135, 225 is 4k packet buffer

    Once that buffer is full, excess packets will be droped. This can be seen by:
    "show ap debug radio-stats ap-name xxx advanced radio X | include "rop" .... look for the one dropped due to no Tx buffer

    From that 4k pool, it feeds the individual queues (VO/VI/BE/BK) which each hold 8. That's where the QoS happens.

    So, from the pool (size depending on chipset), it feeds the queues. Once the 4k pool is full, then excess packets are dropped, regardless of which queue they were destined for.



  • 3.  RE: WMM queue depth information needed.

    Posted Mar 30, 2014 08:06 PM

    Thanks Spice_Boy for your reply, I have the info that I need and hopefully it will help others also.



  • 4.  RE: WMM queue depth information needed.

    Posted Mar 30, 2014 08:09 PM

    ...radio x advanced (not advanced radio x)