Community Ask Me Anything - Secure Remote Workers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020
10:10 PM
- last edited on
03-24-2020
10:06 AM
by
Monica Lluis
You can ask your question on your own language:
Español | Português | Français | Русский | 日本語 | 简体中文 |
Here’s your chance to discuss Cisco Secure Remote Working technologies such as AnyConnect, ASA, FTD, Duo, and Umbrella. In this session, the experts will answer questions about emergency licenses, design, configuration, and troubleshooting. Our experts span more than 12 time zones. Also, we’ll be translating the session into multiple languages to provide you with the best experience possible.
This forum event works well as an introduction for those who are not familiar with these security solutions and/or have recently started using them.
To participate in this event, please use the button below to ask your questions
Ask questions from Friday, March 20 to Friday, April 3, 2020
Divya Nair is a Technical Marketing Engineer with the Security Business Group in Raleigh, North Carolina. She has more than 10 years of experience in Cisco network security technologies, including firewalls, IPS, VPN, and AAA; and is currently focusing on VPN and firewall management platforms. Divya holds a Bachelor's degree in Computer Science and Engineering.
By posting a question on this event you're giving permission to be translated in all languages we have in the community.
**Helpful votes Encourage Participation! **
Please be sure to rate the Answers to Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 07:07 AM
Hi,
Please guide how to apply qos for anyconnec users ?
Is it possible on ssp asa devices?
The requirement is to give 1 Mb for each users , Remote desktop users complaining about the performance
and also sql client users ( desktop apps connected to sql server from remote ) .
how to troubleshoot the sql server /database disconnection when users are connected from remote using anyconnect
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2020 06:56 AM
You would need to check the traffic when it gets decrypted (clear text traffic). Anyconnect would treat the SQL/DB traffic as it is doing for other traffic. You also need to ensure that the device is not overwhelmed with the VPN traffic.
Please check the ASA datasheets for more info on the throughput provided by ASA with VPN services.
Unfortunately, there is no method to throttle or rate-limit traffic per Anyconnect session on the ASA.
You can limit all AnyConnect users or remote access VPN users collectively to a certain bandwidth. Below is the sample configuration:
access-list 101 extended permit ip internal_Resource_IP internal_Resource_Mask anyconnect_IP_Pool anyconnect_Mask
class-map remote-access
match access-list 101
policy-map outside-policy
class remote-access
police output 1000000 <-- this value is 1 Mb in bits
https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/firewall/asa-98-firewall-config/conns-qos.html#ID-2133-000002dd

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2020 06:45 AM
Please check this link for the IP config and best practices:
For more clarity, please post the query on this forum:
https://community.cisco.com/t5/network-security/bd-p/discussions-network-security

- « Previous
- Next »