cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
436
Views
0
Helpful
2
Replies

Limit Bandwidth - Internet circuit

Anukalp S
Level 1
Level 1

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.

2 Replies 2

dmuinoorallo
Level 1
Level 1

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

Joseph W. Doherty
Hall of Fame
Hall of Fame

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