Hi at all, i need to limit the bandwith of my subnet (10 subnet) and i try to use Delay Pool for this..if i use a Delay Pool for all the net it's works very well, but if i specify a ACL for any subnet the limit don't work.. My stub of configuration is: acl SUBNET1 src IP/SUBNET acl SUBNET2 src IP/SUBNET delay_pools 1 delay_class 1 3 delay_access 1 allow SUBNET1 delay_access 1 deny all delay_parameters 1 64000/64000 -1/-1 16000/64000 But the bandwith is not limited.. i need to limit some subnet to 1Mbps and some to 2Mbps and no limit for localnet. Thanks!