Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2621 rate-limiting?

Status
Not open for further replies.

arisythila

Technical User
Jun 3, 2006
43
0
0
US
Hello, I have a cisco 2621 router. I cannot seem to figure out how to work rate limiting on this router. Does anybody know of a how-to guide to do it?

Thanks

~Michael
 
Is it perhaps better to do this at the switch rather than the router? (easier perhaps?) If so what switch would you recommend with 24-48 ports?

~Michael
 
I would recommend a Cisco 3560 or 3750, but I think you can try it on the router...

ip access-list extended LIMIT
permit ip any any

class-map CLASS
match access-group LIMIT





Burt
 
Whoops...wasn't done...accidentally hit submit...

policy-map POLICY
class CLASS
police 5192000 5192 5192 conform-action transmit exceed-action drop

int fa0/0
service-policy output POLICY
service-policy input POLICY

Try that.

Burt
 
The software update to the software I was using now does rate-limiting w/ the software, so the only thing I would need to do is to rate-limit ports.

Do you think a Cisco 2960 would work?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top