cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5399
Views
0
Helpful
2
Replies

Restart VPN service in ASA55xx

ajaykumar1981
Level 1
Level 1

Hi,

Recently i faced a problem with Anyconnect VPN service on ASA firewall running with IOS version 8.3. Users were not able to connect the VPN.

After reboot the firewall the vpn service resumed, users were able to connect through VPN.

My question is "is there any way to stop and restart the VPN service only without rebooting firewall???"

2 Replies 2

JP Miranda Z
Cisco Employee
Cisco Employee

Hi ajaykumar1981,

You can stop the service (considering all the sessions currently working are going to stop) by using the following commands:

webvpn

no enable <outside>

enable outside

In this case i will definitely recommend you to set up some logs so you can actually find out what is going on instead of just dropping all the AnyConnect users and having them connecting again.

You can use the following logging:

no logging buffered 

logging class svc 7

With this logging you are going to make sure the logging is only taking AnyConnect logs.

Hope this info helps!!

Rate if helps you!! 

-JP-

Thanks JP.

I will definitely try it if problem occurs again.

-Ajay-