Add_workflow_for_techpubs | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles:
|
Include Page | ||||
---|---|---|---|---|
|
The
Spacevars | ||
---|---|---|
|
Info | ||||
---|---|---|---|---|
| ||||
To configure a LBS on a PKT port (any IP Interface other than MGMT), execute the command " |
Use the 'show table/system loadBalancingService
...' command to view Load Balancing Service configuration status details. Refer to Show Table System for details.
Include Page | ||||
---|---|---|---|---|
|
Refer to Cluster Admin - CLI for configuration details.
The following Load Balancing Service CLI syntax applies to the following platforms:
The following Load Balancing Service CLI applies only to M-SBC (in a SWe Cloud D-SBC configuration).
Code Block |
---|
% set system loadBalancingService groupName <group_name> privateIpInterfaceGroupName <name> |
The following Load Balancing Service parameters apply to the following platforms:
Caption | ||||||
---|---|---|---|---|---|---|
Caption | ||||||
| ||||||
Parameter | Description | |||||
groupName | <name> – Domain name of the load balancing group. (1-63 characters) |
|
| default)|||
| Specifies the load balancing service mode for REGISTERs. Use this parameter to enable load balancing for REGISTER requests. If set to redirect, new registrations are retargeted, as necessary, to balance the load using SIP 302 "Moved Temporarily" response code.
|
| ||||||
|
To configure the load balancing service on SM-SBC:
Code Block |
---|
set system loadBalancingService groupName lbg1.xyz.com inviteRetargetMode redirect registerRetargetMode redirectprivateIpInterfaceGroupName LIF1 commit |
To configure the load balancing service on M-SBC:
This configuration applies to a feature that is no longer supported and the configuration is no longer required.
Code Block |
---|
% |
Code Block |
set system loadBalancingService groupName lbg1.xyz.com privateIpInterfaceGroupName LIF1 commit groupName <group_name> inviteRetargetMode <disable | redirect> registerRetargetMode <disable | redirect> |
Pagebreak |
---|