10-16-2010 05:33 PM - edited 02-21-2020 04:54 PM
I have a Cisco ASA 5510 running an IPSec VPN. My example is I have a group policy with 10 users on it, all assigned static IP's. Of those 10 users, I only want to have a max of 5 logged in at any one time. Simultaneous connections won't work because thats is only how many times a single username can be logged in (that I know of) and I can't limit the IP address pool of that group because I need 10 static IP's and if I limited the pool to 5, well that wouldn't work.
So is there anyway to limit the amount of VPN users per group policy or tunnel or what have you? I don't want to limit the ammout of VPN connections on the entire appliance since I will have other groups as well that will be connecting.
Thanks for any help.
Solved! Go to Solution.
10-16-2010 07:35 PM
09-24-2014 10:18 AM
You can use the vpn-sessiondb command to set an active VPN limit systemwide. This can be done for AnyConnect or other VPN client connections as noted below.
max-anyconnect-premium-or-essentials-limit #For AnyConnect
max-other-vpn-limit #For Cisco VPN Client (not sure about L2L)
Example:
vpn-sessiondb max-anyconnect-premium-or-essentials-limit 250
or
vpn-sessiondb max-other-vpn-limit 250
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