How can the administrator enable permanent client installation in a Cisco AnyConnect VPN firewall configuration?

How can the administrator enable permanent client installation in a Cisco AnyConnect VPN firewall configuration?
A. Issue the command anyconnect keep-installer under the group policy or username webvpn mode
B. Issue the command anyconnect keep-installer installed in the global configuration
C. Issue the command anyconnect keep-installer installed under the group policy or username webvpn mode
D. Issue the command anyconnect keep-installer installer under the group policy or username webvpn mode

cisco-exams

3 thoughts on “How can the administrator enable permanent client installation in a Cisco AnyConnect VPN firewall configuration?

  1. Answer is C
    To enable the permanent installation of an SSL VPN client on a remote PC, use the anyconnect keep-installer command in group-policy webvpn or username webvpn configuration mode. To remove the command from the configuration and cause the value to be inherited, use the no form of this command.

    anyconnect keep-installer { installed | none }
    no anyconnect keep-installer { installed | none }

    Syntax Description:
    installed – Disables the automatic uninstalling feature of the client. The client remains installed on the remote PC for future connections.
    none – Specifies that the client uninstalls from the remote computer after the active connection terminates.

  2. asa (config-group-webvpn)# anyconnect keep-installer ?

    config-group-webvpn mode commands/options:
    installed Keep the install enabler
    none Do not keep the install enabler

    The default is that permanent installation of the client is enabled. (see `sh run all | i anyconnect`)
    answer is C, error is in the documentaion, too

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.