cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
332
Views
0
Helpful
4
Replies

Limiting Bandwidth

idemoya
Level 1
Level 1

I have a Cisco 2620 router (connected to a T1). I want to be able to limit the bandwidth useage based on an IP address of a user inside my network. I researched CAR (committed access rate) but found out that it only works with the 7xxx series. Any suggestions?

4 Replies 4

beth-martin
Level 5
Level 5

CAR is an IOS feature available from Cisco for your 2600. I ran it on feature navigator (www.cisco.com/go/fn) and it shows support since 12.0.(1)T. You’ll need to contact your Cisco rep for a software upgrade.

maller
Level 1
Level 1

Can you try with CBWFQ.

ramesh.krishnan
Level 1
Level 1

hi,

for limiting a user's bandwidth you can use the rate-limit comand.

For limiting by IP..u create a extended access-list say 110

then to your gateway interface you can put rate limit

like

rate-limit input access-group 110 60000 10000 10000 conform-action transmit exceed-action drop

The above ids to limit his input..now substitute ipput with output to limit his output.

Thanks,

Ramesh

patrick.hurley
Level 3
Level 3

It works with 3600s, 2600s ,etc.