Does anyone have an idea how to test LLQ (priority-queue) on ASA?

I configured the ASA as follows:

priority-queue outside
priority-queue inside

class-map VOICE-QOS
match dscp ef

policy-map global_policy
class VOICE-QOS
  priority

Then on the adjacent router I'm setting telnet options to be equal to DSCP EF 
value (DSCP EF = 101110, Decimal = 184, HEX = B8)

Ip telnet tos B8

And telnet into the host through the ASA.
On ASA I see all traffic falling into Best Effort queue. Does it really work ?

ASA1(config)# sh priority-queue stat outside

Priority-Queue Statistics interface outside

Queue Type         = BE
Tail Drops         = 0
Reset Drops        = 0
Packets Transmit   = 26
Packets Enqueued   = 0
Current Q Length   = 0
Max Q Length       = 0

Queue Type         = LLQ
Tail Drops         = 0
Reset Drops        = 0
Packets Transmit   = 0
Packets Enqueued   = 0
Current Q Length   = 0
Max Q Length       = 0

Eugene
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to