Take a look at traffic-rate group... (GTS) at
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/qos_c/qcpart4/qcgts.htm



If you still want to use rate-limit (CAR);  I would suggest trying to apply a
default rate-limit for all traffic to the speed of your interface.
I.e.: append
rate-limit input 10000000 24000 32000 conform-action transmit exceed-action
transmit
rate-limit output 10000000 24000 32000 conform-action transmit exceed-action
transmit

use show int <interface> rate-limit to view the stats.

Tim

Russ Kreigh wrote:

> Hi all I posted a question a while back asking how to limit the maximum
> speed of an IP address. Well I have kinda got something working that does do
> that, but it limits everything!
>
> access-list 5 permit 10.1.1.2
> access-list 5 deny any
>
> Ethernet 0
> ip address 10.1.1.1 255.255.255.0
> ip address 10.1.2.1 255.255.255.0 secondary
> rate-limit input access-group 5 128000 128000 128000 conform-action transmit
> exceed-action drop
> rate-limit output access-group 5 128000 128000 128000 conform-action
> transmit exceed-action drop
>
> I want this configuration to limit the bandwidth of IP address 10.1.1.2 to
> 128k which it does, but it limits everything else also.
>
> Any thoughts on this?
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to