Create access-list
access-list acl_bandwith_throttling extended permit ip 192.168.1.0 255.255.255.0 any
access-list acl_bandwith_throttling extended permit ip any 192.168.1.0 255.255.255.0
Class-Map anlegen
class-map cm_bandwith_throttling
match access-list acl_bandwith_throttling
Class-Map an Policy-Map binden
policy-map outside-policy
class cm_bandwith_throttling
policy output 10000000 5000
policy input 10000000 5000
By default the outside-policy is bound to the outside-interface. Otherwise you can bind it as described below:
Policy-Map an interface binden
service-policy outside-policy interface outside