12-12-2013 09:49 AM - edited 03-07-2019 05:03 PM
I have a router in a remote location that the ISP limits us so we can only send up to 800MB of data from 6 am to 8 pm after that we can send as much as we want. I have some servers that I always want to be able to get out - is there a way to put a hard cap on the users so that they have 200 MB of data in those hours and if they "spend" it all they are cut off until the unlimited time.
I do not need to shape or police traffic - i need to put a cap on the router so it will not over send the 800MB limit - is this possible?
12-12-2013 10:40 AM
Bandwidth limiting is data per second.
You need something like quota limiting.
That is not integratied in a cisco router configuration
You need special device or special software for that
Sent from Cisco Technical Support iPad App
12-12-2013 10:41 AM
If you want to limit the traffic in an specific time frame I would use a time based ACL and MQC to limit the traffic in this period of time.
12-12-2013 12:15 PM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Routers don't have feature to limit bandwidth by some to some cumulative amount.
What you might be able to do is use embedded scripting, monitor usage from 6 AM to 8 PM, and as it approaches your cumulative limit, add (via the embedded script) a policer to try to avoid hitting your cap. The embedded script could set a policy, as the cap is about to be reached, to drop all further packets. It could also have tiers allowed policed bandwidths, which slow egress rates as cap is approached.
12-12-2013 12:20 PM
I have used the scripting before - but what on the router would keep track of total bandwidth used?
12-12-2013 05:15 PM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
A router that "sees" all the traffic you're trying to limit.
12-13-2013 05:56 AM
You mentioned possibly using an EEM script - what comamnds would allow the router to keep traffic of total traffic sent?
12-13-2013 07:57 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Sorry, don't know (which is why I used the word "might"). Suggest posting question to the scripting forum.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide