cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
0
Helpful
4
Replies

Help with QoS settings

Mohit Kumar
Beginner
Beginner

Hi All,

 

we have set the QoS in the following way. 

is the BW completely reserved under these classes and lying unused when there is no traffic under this categoty or the QoS will come into picture only when link BW will get overutilized?

 

Any help is appriciated.

 

class Premium-Class
  police rate percent 40
  priority
  set ip dscp ef

class Business-1-Class
  bandwidth percent 20
  random-detect dscp-based
  set ip dscp af31

class Business-2-Class
  bandwidth percent 20
  random-detect dscp-based
  set ip dscp af21

class Business-3-Class
  bandwidth percent 5
  random-detect dscp-based
  set ip dscp af11

class Management-Routing-Class
  bandwidth percent 5
  set ip dscp af41

class class-default
  bandwidth percent 10
  random-detect dscp-based
  set ip dscp default

 

Regards,

Mohit

1 Accepted Solution

Accepted Solutions

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

The class policer is active all the time, but it only polices that class's bandwidth, i.e. other classes use of unused bandwidth are still not impacted.

View solution in original post