Your input rate-limit is ok. I just tested it.
The problem is with your output rate-limit. You can't use a standard
access-list for output rate-limits in this situation. You want to limit the
output traffic based a destination address, which can NOT be accomplished
with a standard access-list. Instead use something like
rate-limit output access-group 105 128000 128000 128000 conform-action
transmit exceed-action drop
access-list 105 permit ip any host 10.1.1.2
Matt
""Russ Kreigh"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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]