[c-nsp] rate-limit command not accepting ?

MSZ gregariouspearl at gmail.com
Thu Feb 11 00:55:08 EST 2010


Try with the following

ip access-list extended IP-All
permit ip any any                    [MATCH PREFIXES YOU WANT]

Class-map match-all IP-All
match access-group name IP-All

Policy-map RATE
class IP-All
police cir 2096000 bc 128000 be 128000 conform-action set-dscp-transmit
default exceed-action drop violate-action drop
int [Name]
service-policy input RATE
Service-policy output RATE

Regards,
Salman Zahid
On Thu, Feb 11, 2010 at 6:10 AM, Leslie Meade <lmeade at signal.ca> wrote:

> While I would of agreed with you comment, why is it that I am able to put
> the rate limit commands on failover 6509 ?
>
>
> -----Original Message-----
> From: Asbjorn Hojmark - Lists [mailto:lists at hojmark.org]
> Sent: Wednesday, February 10, 2010 3:08 PM
> To: Leslie Meade
> Cc: cisco-nsp at puck.nether.net
> Subject: Re: [c-nsp] rate-limit command not accepting ?
>
> On Wed, 10 Feb 2010 11:00:55 -0800, you wrote:
>
> > DTCCAT-CORE01(config-if)# rate-limit input 2096000 128000 128000
> conform-action transmit exceed-action drop
> >                                                           ^
> > % Invalid input detected at '^' marker.
>
> The rate-limit command is not supported on Catalyst 6500.
> Use a policy-map with policing instead.
>
> -A
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>



-- 
You only live once, but if you work it right, once is enough......


More information about the cisco-nsp mailing list