cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
372
Views
0
Helpful
1
Replies

qos on fast ethernet link for less than 100Mb of bandwidth

P_Tone ATG
Level 1
Level 1

If I have a policy setup similar to what's below how do I tell the router that traffic should be shaped to say 30Mbps while still keeping priority for the traffic classes?

policy-map VoipPolicy
  class VoipMap
    priority percent 50
  class SubVoipMap
    bandwidth percent 25
  class class-default
    set dscp default
    fair-queue
    random-detect

I'm doing this on a 3845

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

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 wha2tsoever (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

policy-map Shape30

class class-default

shape average 30000000

service-policy VoipPolicy

Apply Shape30 policy to egress of your FE.

BTW, believe the above doesn't account for L2 overhead, so if your 30 Mbps is "wire" bandwidth, you'll want to shape slower.  15% less usually works pretty well.