Anyone familiar with the rate-limit command to limit bandwidth on an interface? Below is an example that I found. I checked with cisco TAC but it still does not make sense. What does the config below do?
interface fa0/0
ip address x.x.x.x y.y.y.y
rate-limit input 2200000 312000 470000 conform-action transmit exceed-action drop
rate-limit output 2200000 312000 470000 conform-action transmit exceed-action drop
Thanks,
Nicole
interface fa0/0
ip address x.x.x.x y.y.y.y
rate-limit input 2200000 312000 470000 conform-action transmit exceed-action drop
rate-limit output 2200000 312000 470000 conform-action transmit exceed-action drop
Thanks,
Nicole