Is there a way I can restrict each ip-address on my lan to having a maximum number of UDP connections on my asa 5510.
I have implemented a class map (see below, courtesy of EE expert tfowles) to restrict a max number of connections on the whole unit to 2000 but I'd like to throttle back those users who are using P2P and this seems like a good way of doing it.
Cheers
JO
class-map max-connections
match any
policy-map max-connections
class max-connections
set connection conn-max 2000
service-policy max-connections interface inside
Start Free Trial