cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
984
Views
5
Helpful
5
Replies

Rate-limit

mukendi
Level 1
Level 1

From the statement below,the normal and max burst(2000 2000),are these parameters set up arbitrary or by calculation?Please advise

rate-limit input access-group 120 360000 2000 2000 conform-action

transmit exceed-action drop

5 Replies 5

rkhalil
Level 1
Level 1

We calculate as follows...as specifications of Cisco.

Bits per second = MBits*1000000

Normal burst bytes = (Bits per second)/8*1,5

Maximum burst bytes = (Normal burst bytes)*2

--

Regards,

Raul

(please rate helpful posts)

Hi Raul,

You are right,your answer can be verified by the statement below,keep it up!

rate-limit output 128000 24000 48000 conform-action transmit exceed-action drop

So, if we have 155 Mbps, then it will be:

Bits per second = MBits*1000000 = 155000000

Normal burst bytes = (Bits per second)/8*1,5 = 29062500

Maximum burst bytes = (Normal burst bytes)*2 = 58125000

e.g:

interface gigabitEthernet 0/3

rate-limit input 155000000 29062500 58125000 conform-action transmit exceed-action drop

rate-limit output 155000000 29062500 58125000 conform-action transmit exceed-action drop

-zamri-

Yes that's is ok.

Thank you. :)

-zamri-

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