cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2964
Views
0
Helpful
9
Replies

Excess burst size allocation in CAR

ameen.ahmed
Beginner
Beginner

Friends,

Normal burst size defines the size of token bucket which is the amount of data that can be sent in a given time interval.

Excess burst size defines  the amount of data that can be sent if no tokens are available in bucket per time interval. That means, in a given time interval, if the normal burst size is reached, it will borrow a token from excess burst bits.

As per Cisco standards,

Normal burst = CIR * Tc

Excess burst = 2 * Normal burst

For example, on a 1Mbps link, I'm limiting traffic to 512Kbps with 96KB as normal burst and 192KB as excess burst.

rate-limit output 512000000 96000 192000 conform-action transmit exceed-action drop

My questions is,

Does the above command means that I can send traffic with a max rate of 1Mbps since I set excess burst as 192KB ?

Thanks,

Ameen.

9 Replies 9

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The  Author of this posting offers the information contained within this  posting without consideration and with the reader's understanding that  there's no implied or expressed suitability or fitness for any purpose.  Information provided is for informational purposes only and should not  be construed as rendering professional advice of any kind. Usage of this  posting's information is solely at reader's own risk.

Liability Disclaimer

In  no event shall Author be liable for any damages whatsoever (including,  without limitation, damages for loss of use, data or profit) arising out  of the use or inability to use the posting's information even if Author  has been advised of the possibility of such damage.

Posting

My questions is,

Does the above command means that I can send traffic with a max rate of 1Mbps since I set excess burst as 192KB ?

No, in actual fact your data transmission rate is always physical interface "speed".

What the policer will do, if you try to send a volume of data, during the measured time period (Tc), that exceeds what would be transmitted by the measured rate, the excess will be dropped.

PS:

BTW, Be often just seems to effectively create a larger Bc.