04-18-2016 11:01 AM - edited 03-12-2019 12:37 AM
Hello,
I'm setting up rate limiting on an ASA with the police command. I can't seem to find if this is a per host basis or if my entire group will be limited to the set threshold. If I use an ACL to include RFC 1918 and permit the rate limit on the inside interface outbound and set police to 10000000 will that include the entire object group or will that be on a per ip basis within the range?
My goal is to limit on a per user or IP basis to 10Mb.
object-group network RATE_LIMIT_PERMIT
group-object RFC_1918
access-list RATE_LIMIT_INTERNET_TRAFFIC extended permit ip object-group RATE_LIMIT_PERMIT any
class-map RATE_LIMIT_INET
match access-list RATE_LIMIT_INTERNET_TRAFFIC
policy-map RATE_LIMIT_INET_POLICY
class RATE_LIMIT_INET
police output 10000000 1875000
service-policy RATE_LIMIT_INET_POLICY interface inside
Thanks in advance,
Ron
04-18-2016 06:32 PM
if you want per user limitation so you must make ACL for each user and class-map for each user
04-19-2016 06:13 AM
That was my fear. That will be too much overhead to create. Is there a better option to limit on a per user basis within the ASA?
Thanks,
Ron
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide