06-13-2006 07:55 AM - edited 03-03-2019 03:37 AM
Hi friends
I have some questions:
equipment: 7609
IOS: s72033-pk9sv-mz.122-18.SXD7.bin
i need create one police with 4200000000, but the police only support 4000000000.
Router(config-pmap-c)# police ?
<32000-4000000000> Bits per second
aggregate Choose aggregate policer for current class
flow police each flow
how can i limit 4.2 Giga, any idea?
do you know a good reference aboute it?
thanx
06-13-2006 08:48 AM
Hello,
as the IOS already states: you can not.
But do the 5% difference matter so much to you?
Regards, Martin
06-13-2006 09:17 AM
Martin,
Yes, the 5% is very inportant, the equipment belongs to a ISP.
you have some idea of how I can solve it?
thank in advance.
Rodolfo
06-13-2006 09:20 AM
Hi there,
If this were me, then I would create 2 class maps and match the traffic you have 50/50. Then in the policy map have 2 x 2.1 gig throughputs.
You could even have the class maps the same so they match the same traffic, then have a throughput of 2.1 gig (or even 4 gig) and then if the policy is exceeded, move to the next line which gives you the rest that you need.
Please rate if this helps!
LH
06-13-2006 02:24 PM
I proved in laboratory this:
class-map match-any 1_any
match access-group 125
class-map match-any 2_any2
match access-group 125
?
policy-map 1_in
class 1_any
police 4000000000 31250000 31250000 conform-action transmit exceed-action transmit
class 2_any2
police 200000 6250 6250 conform-action transmit exceed-action drop
!
access-list 125 permit ip any any
the traffics is processed by class 1_any only and it never passes to class 2_any2.
The solution does not work. you have any idea?
Thanks in any case.
06-14-2006 01:16 AM
Hi there,
It seems a bit trickier than I thought!
I've not got a router near me, but have a go with a 2 rate policer. Here you have CIR and PIR. You can send at the PIR rate - which is higher than the CIR rate. Have a look at this link for some config tips:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122t/122t4/ft2rtplc.htm
Next, I would have a go at marking the access-list 125 traffic on ingress with a qos value currently not in use (e.g af11) using shaping for the first 4gig. Then in the 1st map class - match the af11 traffic. Then on the second, match the rest of the traffic that was no marked using the access-list.
Let me know !
LH
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