I have a 20/20 MB circuit and an ASA 5510 and I am able to setup policing were the interace gets 512k down and 128k up so when I conduct a speed test with one user I get 512k and 128k and when I conduct a speed test with two users each gets 256k and 64k. Here is my policing config for this...
access-list XX permit tcp any any
class-map XX
match access-list XX
policy-map XX
class XX
police input 512000
police output 128000
service-policy XX interface outside
q
wr mem
What I want to happen is that each user gets 512k and 128k until a saturation point is hit and then I want the ASA to slow all users down equally.
Any ideas