cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
700
Views
5
Helpful
4
Replies

remote access vpn ON OFF access

ciscoenginner79
Level 1
Level 1

Hi Guys.

I have ASA 5516 and lots of VPN remote access users.

I use CLI command to get access to the vpn:

 

username xxx attributes
vpn-simultaneous-logins 1 or 0 (On OFF)

 

is any command to get access to all users assign to gruop policy or any command for multiple usres.

 

Regards

 

Eric

4 Replies 4

Ben Walters
Level 3
Level 3

You should be able to change the attributes for a group of VPN users with similar commands.

 

      group-policy <your group policy> attributes
        vpn-simultaneous-logins 0

As long as you have been separating the users into groups you can change the policy for multiple users at the same time.

But tape this command I will shut entire group policy or only users belongs to the group.

Thanks

Ben Walters
Level 3
Level 3

The command would affect any users or connection profiles related to the group policy.

 

So say you had 2 connection profiles with 2 different group policies with 10 users in each. A and B

 

If you set group policy A to 0 simultaneous connections only users in group A or connection profile A would be affected. Users in group B with connection profile B would still be able to connect. 

Thanks Ben. I will test this later on.

Regards