policy-map SqueezeHost
class SpecificHost
police 8000000 250000 250000 conform-action transmit exceed-action drop
!!!!Apply the service-policy to the interface going to the hosts that you want
!!!!to rate limit
interface FastEthernet0/0
ip address 192.168.140.1 255.255.255.0 secondary
ip address 192.168.160.1 255.255.255.0 secondary
ip address 192.168.120.1 255.255.255.0 secondary
ip address 192.168.100.1 255.255.255.0 secondary
ip nat inside
service-policy input SqueezeHost
service-policy output SqueezeHost
no ip mroute-cache
speed 10
full-duplex
no cdp enable
!!!Define your access list for the ranges that you want
!!!to rate limit.
access-list 115 permit ip 192.168.140.0 0.0.0.255 any
access-list 115 permit ip 192.168.160.0 0.0.0.255 any
access-list 115 permit ip 192.168.120.0 0.0.0.255 any
access-list 115 permit ip 192.168.100.0 0.0.0.255 any