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

rate-limit question

fallonem82
Level 1
Level 1

Is this correct?

A 5Mb link burstable to 10Mb. The following command:

rate-limit output 5000000 2500000 5000000 conform-action transmit exceed-action drop

would allow a 5Mb link with 2.5Mb bursts (=1.5 seconds) upto 5Mb or 10Mb total

3 Replies 3

guruprasadr
Level 7
Level 7

HI, [Pls Rate if HELPS]

bps

>>Average rate in bits per second. The value must be in increments of 8 kbps.

burst-normal

>>Normal burst size in bytes. The minimum value is bps divided by 2000.

burst-max

>>Excess burst size in bytes.

The above is the logic in QOS rate-limit calculation.

Do Rate if HELPS

Best Regards,

Guru Prasad R

Lets try this again and I'll use proper bit numbering instead of rounding

rate-limit output 5242880 2622 655360 conform-action transmit exceed-action drop

this command will allow a 5Mb connection with a normal-burst of 2622Bytes (5242880/2000) upto a max burst of 5Mb (5242880/8) effectively allowing a 5Mb link to burst to a total of 10Mb

Is this right or am I WAY off?

HI, [Pls Rate if HELPS]

"2000" is the default value for normal-burst and max-burst and do follow the same if the link capacity is only 5 Mb.

Consider the Link is 10 Mb where internet traffic is limited to 5 Mb means:

rate-limit input access-group 100 5000000 1000000 1000000 conform-action transmit exceed-action drop

In the above Eg:

>>5 Mb of normal traffic

>>1 Mb of Normal Burst

>> 1 Mb of Max Burst

Hope this is Informative

PLS RATE if HELPS

Best Regards,

Guru Prasad R

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:

Review Cisco Networking products for a $25 gift card