Cisco AnyConnect issues and Work-arounds
Issue: Works fine on first Connect. If disconnected or computer gone to standby the below issue occurs on reconnecting. Hence need to restart the computer multiple times to connect VPN. Issue ed for Pawel, Reza and Peter
Note: First recommended solution Work around 1
Work around 1: Step 1: Downgrade the Cisco Any-connect version from 3.1.07021 to Lower version 3.1.01065. First Un-install Cisco Any-connect v3.1.07021 through Add-Remove Programs or using below mentioned command.
Un-install Command: MsiExec.exe /X {0F65F838-573B-4AE1-8A158E9DC157D157} /qb And then Install “Cisco Any-connect v3.1.01065” from the below mentioned Link. Link to Downgrade: - \\Wdesdfsis\is$\05_OS\01_Common\Cisco-VPNAnyconnect\anyconnect-win-3.1.01065-web-deploy-k9.exe , version is 3.1.01065. Step 2: Change the below Registry Key Value from “10” to “110”, Registry Path: HKLM\System\CurrentControlSet\Services\vpnagent\ Registry name: Type Value: 110 Step 3: Change the below registry key as mentioned below, If it’s different one HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vpnva “DisplayName” Right Entry: Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for Windows x64 Ex:-WRONG Value data entry
Step 4: Restart the Machine and Test the Any-Connect and keep observe. Work Around 2: Step 1: Uninstall following VPN Any-connect Installations from “Add or Remove Program” or using below mentioned command.
Un-install Command - Cisco AnyConnect Diagnostics and Reporting Tool: MsiExec.exe /X{7EC5A347-1BF1-4115-9063-55025F19AEFB} /qb Un-install Command – Cisco AnyConnect Secure Mobility Client: MsiExec.exe /X {0F65F838-573B-4AE1-8A15-8E9DC157D157} /qb Step 2: Uninstall following MacAfee Installations from “Add or Remove Program” or using below mentioned commands,
Un-install command for Mcafee Virus Scan Enterprise: MsiExec.exe /X {CE15D1B6-19B6-4D4D-8F43-CF5D2C3356FF} /qb Un-Install command for Mcafee Agent: “C:\Program Files\McAfee\Agent\x86\FrmInst.exe” /forceuninstall /Silent
Note:
OR use the below attached batch script to perform the above mentioned both step 1 & 2 actions automatically.
Un-install Anyconnect & Mcafee.bat
Step 3: Restart the Machine and try to install following things in Order,
1. AnyConnect Installations 2. Mcafee installations Step 4: Any Connect Installation Command: msiexec /i "D:\Frontrange\eCache\RepositoryCache\153192\rev\1\Extern$\an yconnect-dart-win-3.1.07021-k9.msi" TRANSFORMS="D:\Frontrange\eCache\RepositoryCache\153192\r ev\1\Extern$\Msidata\anyconnect-dart-win.mst" /qb msiexec /i "D:\Frontrange\eCache\RepositoryCache\153192\rev\1\Extern$\an yconnect-win-3.1.07021-pre-deploy-k9.msi" TRANSFORMS="D:\Frontrange\eCache\RepositoryCache\153192\r ev\1\Extern$\Msidata\anyconnect-win-3.1.mst" /qb Mcafee Installation Command: D:\Frontrange\eCache\RepositoryCache\150188\rev\1\Extern$\Mc Afee_Agent_Pkg.exe /INSTALL=AGENT /SILENT
Note: OR use the below attached batch script to perform the above mentioned both step 4 actions automatically.
AnyConnect & Mcafee installation.bat