How can I implement rate-limiting on an interface to limit available bandwidth for an internal host (i.e. 10.1.1.200) to a certain amount of bandwidth (256Kbps upload and download)? We need this to test an application to see how it performs under very low bandwidthe. The router is 2821 with two interfaces: Gigethernet 0/0 which has a valid ip address and Gigethernet 0/1 which has an internal IP address (10.1.1.254). all the client computers are simply NATed through this router. Please note that I only need one host (10.1.1.200) to be affected by this limitation and not the rest of the employees.
Any advice would be highly appreciated!