Using Generic Traffic Shaping
Generic Traffic Shaping works on an entire interface to limit the rate that it sends data. This first version restricts all outbound traffic to 500,000 bits per second:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#traffic-shape rate 500000
Router(config-if)#exit
Router(config)#end
Router#
You can also specify traffic shaping for packets that match a particular access-list. This will buffer [...]