RUGGEDCOM ROX II
CLI User Guide
Chapter 5
System Administration
Enabling and Configuring WWW Interface Sessions 105
1. Make sure the CLI is in Configuration mode.
2. Navigate to admin» session-limits and configure the following parameter(s) as required:
Parameter Description
max-sessions-total { max-sessions-total } Synopsis: a 32-bit unsigned integer
Default: 70
Puts a limit on the total number of concurrent sessions to ROX.
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section5.5
Enabling and Configuring WWW Interface Sessions
To enable and configure WWW interface sessions, do the following:
1. Make sure the CLI is in Configuration mode.
2. Navigate to admin» webui and configure the following parameter(s) as required:
Parameter Description
enabled Synopsis: { true, false }
Default: true
Provides the ability to configure WebUI features on the device.
listen-ip { listen-ip } Synopsis: A string
Default: 0.0.0.0
The IP Address the CLI will listen on for WebUI requests.
port { port } Synopsis: A 16-bit unsigned integer between 0 and 65535
Default: 443
The port on which the WebUI listens for WebUI requests.
extra-ip-ports { extra-ip-ports } Synopsis: A string
The WebUI will also listen on these IP Addresses. For port values, add ':#' to set non-
default port value. (ie. xxx.xxx.xxx.xxx:19343 [::] [::]:16000). If using the default
address, do not specify another listen address with the same port.
max-sessions { max-sessions } Synopsis: a 32-bit unsigned integer
Default: 20
The maximum number of concurrent WebUI sessions
idle-timeout { idle-timeout } Synopsis: A string
Default: PT30M
The maximum idle time before terminating a WebUI session. If the session is waiting for
notifications, or has a pending confirmed commit, the idle timeout is not used. A value
of 0 means no timeout. PT30M means 30 minutes.
ssl-redirect-enabled Synopsis: { true, false }
Default: true
Redirects traffic from port 80 to port 443. If disabled, port 80 will be closed.
client-certificate-verification { client-
certificate-verification }
Synopsis: { none, peer, fail-if-no-peer-cert }
Default: none
Level of verification the server does on client certificates
• none - It does not do any verification.