Hi, I've a - cisco 1760 with an 512kbit/s internet connection (DSL) - A webserver. - my LAN to internet traffic. I've been reading about rate-limiting traffic. I'd like to reserve or maximize 256kbit for my webserver and 256kbit for my LAN to internet-traffic. I've tried rate-limiting but I;m not really sure about the values I;ve to use for it. rate-limit input access-group 141 2048000 ?? ?? conform-action continue exceed-action drop rate-limit output access-group 142 2048000 ?? ?? conform-action continue exceed-action drop access-list 141remark LAN to internet access-list 141 permit ip 192.168.1.0 0.0.0.255 access-list 142 remark TO-MY-WEBSERVER access-list 142 permit ip any host 192.168.1.1 Can someone give me an example with the above configuration? Regards, Jeroen The Netherlands