09-04-2016 11:37 PM - edited 03-08-2019 07:17 AM
Hi.. I have been running a cisco 2921 router where 60Mb internet(ILL) circuit is connected. This circuit is everytime full utilized because folks on Internet access our LAN server and transfer(upload/download) heavy data which cause bandwidth choke and other users face slowness because of it.
We have decided to limit data transfer on this server to 10Mb so that no one can use bandwidth above 10Mb for this server and rest bandwidth for others.
Please suggest how can I achieve this and pls share a sample config to limit bandwidth.
09-06-2016 12:09 PM
Hello I need more information about this, the latency is lan network or for internet.
You need configure QoS
http://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/configuration/guide/fqos_c/qcfintro.html
09-06-2016 12:27 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 wha2tsoever (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
Something like:
ip access-list extended SAMPLE
permit ip host x.x.x.x any
permit ip any host x.x.x.x
class-map match-any SAMPLE
match access-group name SAMPLE
policy-map SAMPLE
class 10M_limit
police 10000000
interface x
service-policy input SAMPLE
service-policy output SAMPLE
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