02-25-2011 12:14 AM - edited 03-04-2019 11:34 AM
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
02-25-2011 01:15 AM
Hi,
By specifying "no" it should do, are you giving full command like below?
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.
02-25-2011 01:41 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide