[nsp] Rate Limiting?

Sam Stickland sam_ml at spacething.org
Wed May 12 05:52:11 EDT 2004


I had another email today questioning the 3550 rate-limiting setup I
described below and I realised I'd described it slight wrong. Since people
are obviously lifting this from the list archives I figured I ought to post
a working configuration ;)

class-map match-any any
  match any

policy-map 128kbps
  class any
    police 128000 24000 exceed-action drop

interface FastEthernet0/4
 service-policy input 128kbps
 service-policy output 128kbps

Sam

Craig Spiers <craig at concept.net.nz> wrote:
> Sounds too complicated :P
>
> I've been looking around for other solutions.. Packetteer's are too
> expensive.. And too limited.. Why they bothered setting shaping
> limits on their products Is behond me.. Anyone got any brands of
> similar products I can check out.. I've googled.. But found almost
> nothing..
>
> -----Original Message-----
> From: Sam Stickland [mailto:sam_ml at spacething.org]
> Sent: Saturday, 6 March 2004 1:04 a.m.
> To: Craig Spiers; cisco-nsp at puck.nether.net
> Subject: Re: [nsp] Rate Limiting?
>
> Craig Spiers wrote:
>> Hi Everyone..
>>
>> We have several customers in which we deliver bandwidth over ethernet
>> to.. All of these customers are connected to a Cisco Catalyst
>> 3550-EMI doing layer 3 on all ports..
>>
>> Has anyone been able to succesfully get a 3550 to do rate limiting?
>
> Yes. Though to do inbound and outbound limiting you have to do use the
> 'class any' statement in your policy map. Otherwise you'll only be
> able to inbound rate-limiting (the switch will silently ignore the
> service-policy xxx output command).
>
> Sam



More information about the cisco-nsp mailing list