Skip to main content

Policing vs shaping

More
13 years 9 months ago #35147 by Losh
Policing vs shaping was created by Losh
Hi. Im wondering if its logical to configure policing and shaping at the same time to the same class and apply to an egress interface outwards?


policy-map RATE_LIMIT
class BAND256
bandwidth 256
random-detect
police cir 256000 bc 300000 conform-action transmit exceed-action drop
shape peak 256000

~ Networking :- Just when u think its starting to make sense......... ~
____________________________________________
CCNA, CCNP, CCNA Security, JNCIA, APDS, CISA
More
13 years 9 months ago #35168 by Perlhack
Replied by Perlhack on topic Re: Policing vs shaping
What are you trying to accomplish with this config?
More
13 years 9 months ago #35193 by Losh
Replied by Losh on topic Re: Policing vs shaping
My router doesnt have the 'rate limit' command, and i use it to supply my clients with different bandwidth requirements. like client A wants 256mb, client B wants 512mb......
I wanted an alternative to the rate limit command to limit bandwidth to my clients to the exact amount they are paying for.
I wasnt sure whether this will work!

~ Networking :- Just when u think its starting to make sense......... ~
____________________________________________
CCNA, CCNP, CCNA Security, JNCIA, APDS, CISA
More
13 years 9 months ago #35195 by Perlhack
Replied by Perlhack on topic Re: Policing vs shaping
I dont believe the shape peak is going to be doing much since policing and shaping are assigned to the same class.

What is the physical line rate of the port you want to attach to the service policy?

Your config on the policer has a Bc commit interval that is much bigger than the CIR. Not sure thats what you want, typically the Bc inteval accounts for .4% to 12.5% of CIR. The CIR in given in bps and the Bc is given in bytes. The shape peak command is also Bc + Bc at every time constant and I do not believe the shaper would be used in the current config.

A heirarichal approach may be a better option. Shape all the classes in a parent class and perform policing in each child class.
More
13 years 9 months ago #35208 by Losh
Replied by Losh on topic Re: Policing vs shaping
This is my new config. I have 4 ingress interfaces for clients and 1 egress to the ISP which has a 2Mbps link.

policy-map RATE_LIMIT
class BAND256
bandwidth 256
random-detect
police cir 2048000 bc 25600 conform-action transmit exceed-action drop
shape average 2048000

class BAND512
bandwidth 512
random-detect
police cir 4096000 bc 64000 conform-action transmit exceed-action drop
shape average 4096000

class RTP
priority 256
class BAND128
bandwidth 128
random-detect
police cir 1024000 bc 16000 conform-action transmit exceed-action drop
shape average 1024000

class class-default
fair-queue

~ Networking :- Just when u think its starting to make sense......... ~
____________________________________________
CCNA, CCNP, CCNA Security, JNCIA, APDS, CISA
More
13 years 9 months ago #35240 by Chris
Replied by Chris on topic Re: Policing vs shaping
Losh,


Does this configuration for work you ? I have found many issues with QoS, especially when you try to perform egress rate limiting on ATM WAN interfaces e.g ADSL.

Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Time to create page: 0.151 seconds