The overload-manage command sets the load percentage threshold and parameter weights for member gateways in a load balancing group.
The undo overload-manage limit command cancels the load percentage threshold for member gateways in a load balancing group.
By default, the load percentage threshold is 80, and no parameter weights for member gateways in a load balancing group is configured.
overload-manage { limit percent | ipsec-bandwidth ipsec-bandwidth-weight | sa-number sa-number-weight }*
undo overload-manage limit
| Parameter | Description | Value |
|---|---|---|
| limit percent | Specifies the upper limit for the load percentage of a member gateway in a load balancing group. | The value is an integer ranging from 70 to 99. |
| ipsec-bandwidth ipsec-bandwidth-weight | Specifies the weight for the IPSec tunnel bandwidth during IKEv2 redirection load calculation. | The value is an integer ranging from 0 to 100. |
| sa-number sa-number-weight | Specifies the weight for the SA quantity during IKEv2 redirection load calculation. | The value is an integer ranging from 0 to 100. |
Member gateways send load information to the master gateway at a specified interval. The master gateway selects a member gateway based on load information for access services of branch offices. Member gateways can have different upper limits for load percentages.
# Set the upper limit for the load percentage of a load balancing group named group1 to 80, weight for the IPSec tunnel bandwidth to 100, and weight for the SA quantity to 100.
<sysname> system-view [sysname] loadgroup group1 [sysname-loadgroup-group1] overload-manage limit 80 ipsec-bandwidth 100 sa-number 100