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]

Reply via email to