The member command configures the interval at which the member gateways in a load balancing group send Hello packets to the master gateway, the maximum number of IPSec tunnels, and the maximum VPN bandwidth.
The undo member hello command restores the default interval at which the member gateways in a load balancing group send Hello packets to the master gateway.
By default, the interval is 3 seconds, and neither the maximum number of IPSec tunnels nor the highest VPN bandwidth is configured.
member { hello seconds | max-ipsec-bandwidth max-ipsec-bandwidth | max-ipsec-tunnel-number max-ipsec-tunnel-number }*
undo member hello
| Parameter | Description | Value |
|---|---|---|
| hello seconds | Specifies the interval for sending Hello packets. | The value is an integer that ranges from 1 to 10, in seconds. |
| max-ipsec-bandwidth max-ipsec-bandwidth | Specifies the maximum VPN bandwidth. | The value is an integer that ranges from 1 to 18874368, in kbit/s. |
| max-ipsec-tunnel-number max-ipsec-tunnel-number | Specifies the maximum number of IPSec tunnels. | The value is an integer that ranges from 1 to 15000. |
Member gateways send Hello packets to the master gateway at a specified interval. You can configure the maximum number of IPSec tunnels and maximum VPN bandwidth based on each member gateway's performance.
# Set the interval for sending Hello packets to 3 seconds, the maximum number of IPSec tunnels to 6553, and the maximum VPN bandwidth to 4000000.
<sysname> system-view [sysname] loadgroup group1 [sysname-loadgroup-group1] member hello 3 max-ipsec-tunnel-number 6553 max-ipsec-bandwidth 4000000