Hi, im confused on the following and hoping someone can clue me in.
I want a 1 meg connection brustable to 3 megs but I'm confused on how i should configure this using rate-limit command.
will this do the trick
rate-limit input 1000000 562500 562500 conform-action transmit exceed-action drop
rate-limit output 1000000 562500 562500 conform-action transmit exceed-action drop
i got the bc size of 562500 bytes by using the following formula 3000000 bits x 8 / 1.5 TC which is what Cisco recommends. However should i be using a TC of 1.5 i guess im not sure how the time interval works and if i can use something else besides 1.5
also if i have
rate-limit input 3000000 1532 2000 conform-action transmit exceed-action drop
rate-limit output 3000000 1532 2000 conform-action transmit exceed-action drop
does this mean i can have a combined 3 meg total traffic to the interface but the BC of 1532 bytes would cause performance issues since its not big enough and thus drop more packets?