Version 7.2  291  Mediant 800B Gateway & E-SBC 
 
User's Manual   15. Services 
Parameter  Description 
Policy 
http-policy 
[HTTPRemoteServices_Policy] 
Defines the mode of operation when you have configured multiple remote 
hosts (in the HTTP Remote Hosts table) for a specific remote Web 
service. 
  [0] Round Robin = (Default) Load balancing of traffic across all 
configured hosts. Every consecutive message is sent to the next 
available host. 
  [1] Sticky Primary = Device always attempts to send traffic to the first 
(primary) host. If the host does not respond, the device sends the 
traffic to the next available host. If the primary host becomes available 
again, the device sends the traffic to the primary host. 
  [2] Sticky Next = Similar to Sticky Primary, but if the primary host 
does not respond, the device sends the traffic to the next available 
host and continues sending traffic to this host even if the primary host 
becomes available again. 
Persistent Connection 
http-persistent-
connection 
[HTTPRemoteServices_Persist
entConnection] 
Defines whether the HTTP connection with the host remains open or is 
only opened per request. 
  [0] Disable = Connection is not persistent and closes when the device 
detects inactivity. The device uses HTTP keep-alive messages to 
detect inactivity. 
  [1] Enable = (Default) Connection remains open (persistent) even 
during inactivity. The device uses HTTP keep-alive / HTTP persistent 
connection messages to keep the connection open. 
Number of Sockets 
http-num-sockets 
[HTTPRemoteServices_NumOf
Sockets] 
Defines how many sockets (connection) are established per remote host. 
The valid value is 1 to 10. The default is 1. 
Login 
Login Needed 
http-login-needed 
[HTTPRemoteServices_LoginN
eeded] 
Enables the use of proprietary REST API Login and Logout commands 
for connecting to the remote host. The commands verify specific 
information (e.g., software version) before allowing connectivity with the 
device. 
  [0] Disable = Commands are not used. 
  [1] Enable (default) 
Username 
rest-user-name 
[HTTPRemoteServices_AuthUs
erName] 
Defines the username for HTTP authentication. 
The valid value is a string of up to 80 characters. The default is "user". 
Password 
rest-password 
[HTTPRemoteServices_AuthPa
ssword] 
Defines the password for HTTP authentication. 
The valid value is a string of up to 80 characters. The default is 
"password". 
Security 
TLS Context 
rest-tls-context 
[HTTPRemoteServices_TLSCo
ntext] 
Assigns a TLS Context for connection with the remote host. 
By default, no value is defined.  
To configure TLS Contexts, see 'Configuring TLS Certificate Contexts' on 
page 113. 
Note: The parameter is applicable only if the connection is HTTPS.