Jan 11, 2008 #1 arisythila Technical User Joined Jun 3, 2006 Messages 43 Location 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
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
Jan 26, 2008 Thread starter #61 arisythila Technical User Joined Jun 3, 2006 Messages 43 Location US 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 Upvote 0 Downvote
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
Jan 26, 2008 #62 burtsbees Programmer Joined Jan 29, 2007 Messages 7,657 Location US 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 Upvote 0 Downvote
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
Jan 26, 2008 #63 burtsbees Programmer Joined Jan 29, 2007 Messages 7,657 Location US 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 Upvote 0 Downvote
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
Jan 26, 2008 Thread starter #64 arisythila Technical User Joined Jun 3, 2006 Messages 43 Location US 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? Upvote 0 Downvote
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?