09-28-2006 11:07 AM - edited 03-03-2019 02:09 PM
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
Solved! Go to Solution.
09-28-2006 12:36 PM
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
09-28-2006 12:36 PM
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
09-28-2006 01:56 PM
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
09-28-2006 02:27 PM
Here's the data sheet on MQC.
http://www.cisco.com/en/US/partner/products/ps6558/products_white_paper09186a0080123415.shtml
HTH
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide