Hi,
There is this rate-limit command in our company's router.
rate-limit input access-group 127 1000000 187500 187500 conform-action transmit exceed-action drop
I know that the access-group part refers to an access list
conform action transmit means that packets will be transmitted
exceed-action drop means that if it exceed the values listed packets will be dropped.
What i dont understand is the logic behind the numbers 1000000 187500 187500. It would be very helpful if someone could explain it briefly, i am having a hard time understanding the cisco docs regarding this command.
thanks.