I want to police traffic on a 3550 so that one port is set to 3Mbs another
is 10Mbs and another is 1.5Mbs. How do I calculate the burst?

The CCO give a formula like below but I can't make sense of it.

Burstmin (bits) = Rate (bps) / 8000 (1/sec) 

My configs so far are below. Am I going about this the right way? All I want
to do is limit each customer to the bandwidth agreed upon.

access-list 100 permit ip any any

class-map match-all customer1
 match access-group 100

policy-map customer1
  class customer1
    police 3000000 ???? exceed-action drop

interface FastEthernet0/16
 service-policy input customer1

Thank you,

Erek



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=73627&t=73627
--------------------------------------------------
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html

Reply via email to