> i have a 512kbps link and i want to block all
> local network (192.168.1.0/24) to 64kbps in
> some ports only, like 1214.
You can use an acl to put only traffic destined for port 1214 into the
delay pool.
acl SlowPorts port 1214
delay_access 1 allow SlowPorts
delay_access 1 deny all
(Change 1 to whatever the delay pool number is).
Adam
Received on Mon Oct 13 2003 - 06:56:33 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:28 MST