I am green when it comes to QoS, I haven't reached detailed QoS in my studies yet so everything I have grasped so far as been from a co-worker. So pardon me if I wording something wrong or seem eTarded.
Suppose I have a branch with a full T1 that is prioritizing voice traffic over the WAN with the policy map below:
policy-map llq
class VoIP
priority 768
set ip dscp ef
class MNGMNT
set ip dscp af31
priority 8
class class-default
set ip dscp default
Class VoIP is matching any UDP packet eq 5004 and marking it as dscp 46 or ef. So with 768k allotted for this queue, and 8k allotted for "management"; does this only leave 760k for class-default or is class-default allowed to use as much as it needs until the interface starts seeing VoIP matches?
Just trying to grasp how these queues work.