09-27-2017 01:37 AM - edited 03-08-2019 12:10 PM
I have a 1 Mbps link with below policing configurations and Please clarrify below points.
1. Please help me to understand why we need a "exceed-action drop " command after police command because policer by default its drops the packets.
2. If link is not congested then how much bandwidth will take by my MAIL & PROXY
policy-map BW_RESTRICTION
class MAIL_PROXY
police cir percent 30
exceed-action drop
class AV_SHAPING
police cir percent 10
exceed-action drop
Solved! Go to Solution.
09-27-2017 05:41 AM - edited 09-27-2017 05:42 AM
Hi
Police works discarding packets if they are exceeding the CIR, now Police allow a little burst if it exceed the bandwidth allowed, if you don't specify it will create an automatic burst. Now the exceed-action drop will drop packets if it is exceeded. This is a way to avoid consumpt more of the bandwidth granted.
09-27-2017 05:02 AM
09-27-2017 05:41 AM - edited 09-27-2017 05:42 AM
Hi
Police works discarding packets if they are exceeding the CIR, now Police allow a little burst if it exceed the bandwidth allowed, if you don't specify it will create an automatic burst. Now the exceed-action drop will drop packets if it is exceeded. This is a way to avoid consumpt more of the bandwidth granted.
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