How to increase the number of tasks and auth requests for GlobalProtect
6086
Created On 09/30/22 20:51 PM - Last Modified 10/10/22 20:49 PM
Objective
There are scenarios when there is intermittent connectivity issue for GlobalProtect caused by limitation of number of client connections handled by the firewall at a point of time. This can be increased using the commands mentioned in this article.
Environment
- PAN-OS 10.2 and above
- GlobalProtect App
Procedure
To configure GlobalProtect tasks
- From CLI, type configure to enter into Configuration mode
- Use command below to configure GlobalProtect tasks
# set deviceconfig setting global-protect tasks <10-100000> number of task threads for GlobalProtect server
- Commit changes
To configure GlobalProtect auth requests
- From CLI, type configure to enter into Configuration mode
- Use command below to configure GlobalProtect auth-requests
# set deviceconfig setting global-protect auth-requests <1024-8192> number of concurrent requests to authentication daemon
- Commit changes