Aut inveniam viam aut faciam

QoS Low Latency Queueing (LLQ) Notes

QoS Low Latency Queueing (LLQ) 

polciy-map POLICY1

 class VOICE

  priority percent 60

 class FTP

  bandwidth percent 15

Priority

 – Bandwidth is the minimum guaranteed, but it is also the maximum limit

     -> Above this limit, traffic will be dropped

Between priority and bandwidth, the format can be mixed

class VOICE

 priority percent 60

class FTP

 bandwidth 300

Remaining Percent

 – e.g. – Voice -> 60% of bandwidth

              FTP -> 30% of the remaining bandwidth

 – Remaining bandwidth = Actual BW – (any priority bandwidth + class-default bandwidth)

 – 200 – ( 1200 + 500 ) = 300 kbps

policy-map POLICY1

 class VOICE

  priority percent 60

 class FTP

  bandwidth remaining-percent 30

Comments are closed.

This entry was posted on Friday, October 26th, 2018 at 10:16 pm and is filed under CCIE. You can follow any responses to this entry through the RSS 2.0 feed. Responses are currently closed, but you can trackback from your own site.