03-04-2016 11:45 AM - edited 02-21-2020 08:43 PM
Hi Guys
My users complain they are experience slowness when they are connected via anyconnect vpn to ASA os 9.x , 5 Mb files tikes 15 mts approximate with them ,even though these users also have high speed connection on their places
any insight guys
thanks
Solved! Go to Solution.
03-04-2016 06:12 PM
Hi Ibrahim,
My first suggestion for you is to follow the Cisco recommendations related to latency issues.
hostname(config)#group-policy <yourGP> attributes
hostname(config-group-policy)#webvpn
hostname(config-group-webvpn)#svc dtls enable
hostname(config-group-webvpn)#svc df-bit-ignore enable
hostname(config-group-webvpn)#svc routing-filtering-ignore enable
hostname(config-group-webvpn)#svc mtu 1200
hostname(config-group-webvpn)#svc compression none
(for newer versions you can use the command "anyconnect" instead of "svc")
If after this the issue persist please let me know when is a good time to replicate the issue and collect logs, debugs and captures. I also need the current ASA configuration (show tech in txt file)
Regards,
Aditya
Please rate helpful posts.
03-04-2016 06:12 PM
Hi Ibrahim,
My first suggestion for you is to follow the Cisco recommendations related to latency issues.
hostname(config)#group-policy <yourGP> attributes
hostname(config-group-policy)#webvpn
hostname(config-group-webvpn)#svc dtls enable
hostname(config-group-webvpn)#svc df-bit-ignore enable
hostname(config-group-webvpn)#svc routing-filtering-ignore enable
hostname(config-group-webvpn)#svc mtu 1200
hostname(config-group-webvpn)#svc compression none
(for newer versions you can use the command "anyconnect" instead of "svc")
If after this the issue persist please let me know when is a good time to replicate the issue and collect logs, debugs and captures. I also need the current ASA configuration (show tech in txt file)
Regards,
Aditya
Please rate helpful posts.
03-04-2016 11:20 PM
Hi aditya
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide