cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1023
Views
0
Helpful
3
Replies

CAR

rangap26.
Level 1
Level 1

Router(config-if)# rate-limit {input | output} [access-group [rate-limit] acl-index] bps burst-normal burst-max conform-action action exceed-action action

is the sytax for configuration of the CAR on an Interface

What is mean by Burst normal and Burst Max

Can any one Help on this

3 Replies 3

sean
Level 3
Level 3

You can have a three level form of ratelimiting with normal rate, normal burst, then max burst. Best way to do the ratelimit would be to set the normal and max burst to the same, but follow the formula of:

(normal rate * 1.5)/8

So, if you wanted to rate limit somebody to 2Mbps in both directions, the config on the interface would look like this:

rate-limit input 2048000 384000 384000 conform-action transmit exceed-action drop

rate-limit output 2048000 384000 384000 conform-action transmit exceed-action drop

Hope this helps.

sean what this formula is about.

what is burstrate

sean
Level 3
Level 3

The burst rate is the ammount of traffic that can be sent per second (this dictates the number of smaller burst per second to try and level traffic flow). Hope this helps.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: