CHAPTER16 Services
Mediant 4000 SBC | User's Manual
Parameter Description
udp-port
[TcpUdpServer_
UDPListeningPort]
Note:
■ You must configure a TCP and/or UDP port.
■ The NGINX directive for this parameter is "listen ip:port udp".
'Listen Side SSL'
listen-use-ssl
[TcpUdpServer_
ListenUseSSL]
Enables SSL on the listening side (i.e., listening to incoming
connection requests).
■ [0] Disable (default)
■ [1] Enable
Note: The NGINX directive for this parameter is "listen ip:port
ssl".
'Listen TLS Context'
listen-tls-context
[TcpUdpServer_
ListenTLSContext]
Assigns a TLS Context (TLS certificate) for the listening side.
This is required if you have configured the 'Listen Side SSL'
parameter to Enable (see above). To configure TLS Contexts,
see Configuring TLS Certificate Contexts on page124.
Note: The NGINX directives for this parameter is "ssl_
certificate", "ssl_certificate_key", "ssl_ciphers", "ssl_
protocols", and "ssl_password_file".
Upstream Parameters
'Upstream Group'
upstream-group
[TcpUdpServer_
UpstreamGroup]
Assigns a group of servers (Upstream Group) to which to
forward connection requests. To configure Upstream Groups,
see Configuring Upstream Groups on the next page.
Note:
■ Only Upstream Groups with TCP/UDP interfaces can be
assigned.
■ The NGINX directive for this parameter is "proxy_pass
upstream".
'Outbound Interface'
outbound-interface
[TcpUdpServer_
OutboundInterface]
Assigns a local, IP network interface for communicating with the
Upstream Group. To configure IP network interfaces, see
Configuring IP Network Interfaces on page96.
By default, no value is defined.
Note:
■ The parameter is mandatory.
■ The NGINX directive for this parameter is "proxy_bind".
'Upstream Side SSL'
upstream-use-ssl
[TcpUdpServer_
UpstreamUseSSL]
Enables SSL for securing connection requests with the
Upstream Group.
■ [0] Disable (default)
■ [1] Enable
Note:
■ If configured to Enable, you must assign a TLS Context (see
the 'Upstream TLS Context' parameter below).
■ The NGINX directive for this parameter is "proxy_ssl on".
- 271 -