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

slowness when they are connected via anyconnect VPN , ASA OS 9.0

Ibrahim Jamil
Level 6
Level 6

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 

1 Accepted Solution

Accepted Solutions

Aditya Ganjoo
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

Aditya Ganjoo
Cisco Employee
Cisco Employee

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.

Hi aditya

thanks