Hey all,
We have recently upgraded from pfsense to Cisco ASA. On the pfsense were were rate limiting users connections to 7mb/7mb for download upload limit to the internet.
I have tried applying a policy-map, however it stops the bandwidth from exceeding 7mb/7mb instead of on a per session basis.
I have done a little reading to see if this is possible and am getting mixed results but I cannot seem to get this to apply on a per session basis. Configuration example below (ignore the match any this was for testing).
Has anyone come across this and got a solution?
!
class-map Rate-Limit
match any
!
policy-map Rate-Limit
class Rate-Limit
class class-default
police input 7000000
police output 7000000
!
Thank you,
Steven