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

Disabling AnyConnect client push

prakkdangc
Level 1
Level 1

Hi,

We would like to NOT push out the Anyconnect client automatically. Can someone help me on how to disable this feature?

Thanks,

Dave

1 Accepted Solution

Accepted Solutions

Jennifer Halim
Cisco Employee
Cisco Employee

On the group-policy, you can configure AnyConnect to prompt before it downloads automatically, or you can also configure the default value to be redirected to the web portal only, not download the AnyConnect client.

Command under group-policy:

anyconnect ask none default webvpn

--> means, it will not download nor ask user to download, and default would be the webvpn ssl portal.

Here is the command for your reference:

http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/a2.html#wp1743347

Hope this helps.

View solution in original post

2 Replies 2

Jennifer Halim
Cisco Employee
Cisco Employee

On the group-policy, you can configure AnyConnect to prompt before it downloads automatically, or you can also configure the default value to be redirected to the web portal only, not download the AnyConnect client.

Command under group-policy:

anyconnect ask none default webvpn

--> means, it will not download nor ask user to download, and default would be the webvpn ssl portal.

Here is the command for your reference:

http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/a2.html#wp1743347

Hope this helps.

Thanks so much Jennifer!