cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
484
Views
0
Helpful
2
Replies

Setting the QOS by using policing command in C-3550 ?

mark_chen
Level 1
Level 1

Dear All,

My problem is how should i couculate the brst rate when i try to set the incoming traffic to 1Mbps in 3550 by using the policing command ?

Thanks.

Mark

2 Replies 2

spremkumar
Level 9
Level 9

Hi

Basically policing uses Token bucket system to calculate the dropping stragety once the packets exceeds the limit.it has single and dual token bucket system in which you will mention the CIR,burst rate and the exceed burst rate.

the bc is actually calculated using the forumla

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

u can set the burst rate either 8000bps or 32000bps based on ur requirement.the below mentioned link will ofcourse get u more about the same.

http://www.cisco.com/en/US/products/hw/switches/ps646/products_tech_note09186a00800feff5.shtml

regds

Hi,

Thank you for your help!

I'd read that document before and I did just like what you said, but somehow I can't fit my guarantee rate(1Mbps) when I tested by using FTP or IPerf etc. The test result always showed me 100~200 (bits per second),it's more less than 1Mbps as I set. So how should I change the burst rate to fit just what I need??

You may refer the configuration below as what I did.

Thanks,

Mark

--------------------------------

class-map match-all test

match access-group 100

!

policy-map test

class test

police 1000000 32000 exceed-action drop

!

access-list 100 permit ip x.x.x.x any

!

interface FastEthernet0/1

switchport access vlan 101

switchport mode access

load-interval 30

duplex full

service-policy input test

spanning-tree portfast

---------------------------------