cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
3
Replies

Bandwidth

kunal-united
Level 1
Level 1

i created a rate limit profile for 2Mbps

CIR=2Mbps or 2072576bps

Commited Burst=CIR/16

Excess burst=Commited Burst*2.5

I applied this policy on my interface and I can only get Max 1.6Mbps.

Any suggestions to increase it to atleast 1.97Mbps for a CIR of 2Mbps

1 Accepted Solution

Accepted Solutions

Hi,

Are you doing CAR or MQC based policing? MQC is better and recommended method by Cisco.

To police at 2 mbps you need a config like this one. Configure the variables, shown within the brackets, according to your requirements.

class-map match-all

match access-group <100>

!

!

policy-map

class

police 2000000

int s0/0

service-policy input

access-list <100 permit tcp any any eq http>

HTH

Sundar

View solution in original post

3 Replies 3

Hi,

Are you doing CAR or MQC based policing? MQC is better and recommended method by Cisco.

To police at 2 mbps you need a config like this one. Configure the variables, shown within the brackets, according to your requirements.

class-map match-all

match access-group <100>

!

!

policy-map

class

police 2000000

int s0/0

service-policy input

access-list <100 permit tcp any any eq http>

HTH

Sundar

Hi,

What MQC

Can you please explain in detail. Because I haven't come across it. I have explain it to someone so that we could set up this scenario

Thanks

Review Cisco Networking for a $25 gift card