cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2312
Views
0
Helpful
2
Replies

Rate Limit in the interface

smartboy2255
Level 1
Level 1

HI all,

   I am not able to disable rate limit comand from Cisco 3700 series router. I have tried with no rate limit command in the interface .Command is taking but still the rate limit comman in the interface.Any one have idea,pls help.

Test#sh run int s0/0/0
interface Serial0/0
  ip address X.x.x.x z.z.z.z
ip access-group 184 in
ip access-group 184 out
no ip proxy-arp
service-policy output QOS
rate-limit input access-group 237 300000 128000 300000 conform-action transmit exceed-action drop
rate-limit output access-group 237 300000 128000 300000 conform-action transmit exceed-action drop
encapsulation ppp
snmp ifindex persist

Regards,

binish

2 Replies 2

Latchum Naidu
VIP Alumni
VIP Alumni

Hi,

By specifying "no" it should do, are you giving full command like below?

rate-limit

To configure committed access rate (CAR) and distributed CAR (DCAR) policies, use the rate-limit interface configuration command. To remove the rate limit from the configuration, use the no form of this command.

rate-limit {input | output} [dscp dscp-value] [access-group [rate-limit] acl-index] bps burst-normal burst-max conform-action conform-action exceed-action exceed-action

no rate-limit {input | output} [dscp dscp-value] [access-group [rate-limit] acl-index] bps burst-normal burst-max conform-action conform-action exceed-action exceed-action

set rate-limit To enable, disable, or set the Layer 2 rate limiters, use the set rate-limit command. set rate-limit set rate-limit rate rate Syntax

Please rate the helpfull posts.

Regards,
Naidu.

Yes I have given "no rate-limit input access-group 237 300000 128000 300000 conform-action transmit exceed-action drop" like this only.Command is taking  but that also the command is showing under interface...Pls help