...
borderColor | green |
---|
bgColor | transparent |
---|
borderWidth | 2 |
---|
...
The
can be configured to operate with up to nine active policy servers for load sharing and/or redundancy in a Centralized PSX routing scenario.
...
The
promotes a standby PSX to 'Active' status whenever one of the currently-active PSX goes out-of-service or becomes unreachable.
Procedure
This section provides examples of the steps an administrator uses from CLI and EMA to configure the
to communicate with external PSX policy servers in 'Active', 'Standby' or 'Alternate' modes.
Note |
---|
When configuring external PSXs for Centralized PSX routing, it is highly recommended to put the local policy server (ERE) out-of-service. |
Info |
---|
The external PSX pool maximum is increased to 40. |
- Set the local policy server mode to "outOfService".
CLI:
Code Block |
---|
|
% set system policyServer localServer PSX_LOCAL_SERVER mode outOfService
% show system policyServer localServer PSX_LOCAL_SERVER
state enableddisabled;
mode outOfService;
action dryUp;
transactionTimer 2500;
keepAliveTimer 5;
retryTimer 2500;
retries 1; |
On SBC main screen, navigate to Configuration > System Setup >Policy Server > Local Server. The Local Server window is displayed.
Caption |
---|
|
|
- Set the global configuration.
CLI:
Code Block |
---|
|
% set system policyServer globalConfig reconnectTimeout 10 switchOverMode automatic congestionControl enabled type mgmt mgmtInterfaceGroup mgmtGroup
% show system policyServer globalConfig
reconnectTimeout 10;
switchOverMode automatic;
congestionControl enabled;
type mgmt;
mgmtInterfaceGroup mgmtGroup |
On SBC main screen, navigate to Configuration > System Setup >Policy Server > Global Config. The Global Config window is displayed.
Caption |
---|
0 | Figure |
---|
1 | Global Config (Type: mgmt) |
---|
|
|
Caption |
---|
0 | Figure |
---|
1 | Global Config (Type: ip) |
---|
|
|
- To configure an external PSX as an Active remote policy server, use settings similar to the example below:
CLI:
Code Block |
---|
|
% set system policyServer remoteServer PSX1-A ipAddress 10.20.123.12 state enabled mode active
% show system policyServer remoteServer PSX1-A
ipAddress 10.20.123.12;
state enabled;
mode active; |
On SBC main screen, navigate to Configuration > System Setup >Policy Server > Remote Server. The Remote Server window is displayed.
Caption |
---|
0 | Figure |
---|
1 | Remote Server (in Active mode) |
---|
|
|
- To configure an external PSX as a Standby remote policy server, repeat step 3 except set Mode to "standby".
CLI:
Code Block |
---|
|
% set system policyServer remoteServer PSX1-B ipAddress 10.20.123.13 state enabled mode standby
% show system policyServer remoteServer PSX1-B
ipAddress 10.20.123.13;
state enabled;
mode standby; |
On SBC main screen, navigate to Configuration > System Setup >Policy Server > Remote Server. The Remote Server window is displayed.
Caption |
---|
0 | Figure |
---|
1 | Remote Server (in Standby mode) |
---|
|
|
- To optionally configure to communicate with a remote policy server that will not receive any query messages from the but can still send messages to it, set the remote policy server mode to "
alternate
".
This deployment model is intended for networks where PSXs are interacting with an SCP which may generate and deliver unsolicited mid-call action events to the SBX via the PSX. In other words, this model connects to PSXs not directly used by the to route calls so that it may receive SCP-generated mid-call action events from those PSXs. CLI:
Code Block |
---|
|
% set system policyServer remoteServer PSX2-A ipAddress 10.20.123.14 state enabled mode alternate
% show system policyServer remoteServer PSX2-A
ipAddress 10.20.123.14;
state enabled;
mode alternate; |
On SBC main screen, navigate to Configuration > System Setup >Policy Server > Remote Server. The Remote Server window is displayed.
Caption |
---|
0 | Figure |
---|
1 | Remote Server (in Alternate mode) |
---|
|
|
For a complete list of commands and parameters, please refer to either the CLI Command Reference Guide or EMA User Guide.