cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
919
Views
0
Helpful
1
Replies

throttle speeds to websites

johnnywi43
Level 1
Level 1

I am trying to figure out how to throttle speeds for a user to websites on Cisco ASA 5540 8.4(4).

I followed the example in the following website http://slazyk.com/2009/08/bandwidth-policing-throttling-cisco-asa/ but it isn't working for me. I have website address (such as facebook, etc) in a group called throttle-Websites. I do use nat. My problem is that it is not throttling the speed for that user to those websites. Here is what I have done.

access-list throttle_me extended permit ip host x.x.x.x object-group throttle-Websites

access-list throttle_me extended permit ip object-group throttle-Websites host x.x.x.x

class-map throttle-me

match access-list throttle_me

policy-map throttle-policy

class throttle-me

police output 30000 1000

police input 30000 1000

service-policy throttle-policy interface OUTSIDE

Any help would be appreciated.

Thanks

1 Reply 1

johnnywi43
Level 1
Level 1

I also have the default policy turned on for inspection. If that makes a difference.