Link to home
Start Free TrialLog in
Avatar of mttjcksn
mttjcksnFlag for United States of America

asked on

IOS rate limiting to only use 20 mb/s on external interface?

We are billed by our ISP for the bandwidth we use on our 100mb/s circuit.  I need to throttle the bandwidth we use so our ISP stops billing us for overage charges.

If I want to only allow 20 mb/s of our 100mb/s internet circuit to be used, would the below work?

int gi0/0 (this
rate-limit input 20000000 100000 500000 conform-action transmit exceed-action drop
rate-limit output 20000000 100000 500000 conform-action transmit exceed-action drop

Am I missing anything?
ASKER CERTIFIED SOLUTION
Avatar of bkepford
bkepford
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial