...
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. |
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 | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
Caption | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
alternate
".Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
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 | ||||
---|---|---|---|---|
| ||||
...