Configure the Web Server From the ACLI

You must configure and enable the Web server for Oracle® Enterprise Session Border Controller (E-SBC) operations before you can use the Web GUI.

If you previously ran the Set Initial Configuration wizard from the Web GUI, confirm whether or not the Web GUI is already enabled.

The following procedure provides instructions to configure and enable the Web server through the ACLI.

Note:

The Web GUI supports only IPv4.

To configure the Web server:

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
  2. Type system and press Enter to access the system-related objects.
    ACMEPACKET(configure)# system
    ACMEPACKET(system)#
  3. Type web-server-config and press Enter to access the event monitoring-related attributes.
    ACMEPACKET(system)# web-server-config
    ACMEPACKET(web-server-config)#

    state—Enter whether or not to enable the Web GUI. Default is enabled. Valid values are:

    • enabled

    • disabled

    ACMEPACKET(web-server-config)# state enabled

    inactivity-timeout—Enter the amount of time, in minutes, that the Web GUI must have remained inactive before it ends Web session. For example, if the timeout value is set as 5, the Web session disconnects after 5 minutes of inactivity. Default is 5. Valid values are 0 to 20.

    ACMEPACKET(web-server-config)# inactivity-timeout 5

    Note:

    The following http-state, http-port, https-state, and https-port parameters may have already been set through the Web GUI installation wizard on the E-SBC. You can edit these parameters using the ACLI.

    http-state—Enter whether or not to enable HTTP for accessing the Web server. Default is enabled. Valid values are:

    • enabled

    • disabled

    ACMEPACKET(web-server-config)# http-state enabled

    http-port—Enter the HTTP port to use to connect to the Web server. Default is 80. Valid values are 1 to 65535.

    ACMEPACKET(web-server-config)# http-port 80

    https-state—Enter whether or not to enable HTTPS (secure connection) for accessing the Web server. Default is disabled. Valid values are:

    • enabled (default)

    • disabled

    ACMEPACKET(web-server-config)# https-state enabled

    https-port—Enter the HTTPS port to use to connect to the Web server. Default is 443. Valid values are 1 to 65535.

    ACMEPACKET(web-server-config)# https-port 443

    tls-profile—Enter the Transport Layer Security (TLS) Protocol profile name to use with HTTPS. Default is blank. Valid values are alpha-numeric characters.

    ACMEPACKET(web-server-config)# tls-profile tlsSM&T

    Note:

    If you specify a tls-profile, and HTTP is enabled, the E-SBC checks against the TLS profile table for a match. If there is no match, the applicable errors display during the verification of the configuration. To create a TLS profile, see Chapter 22, Configuring a TLS Profile.
  4. Enter exit to exit the Web server configuration.
    ACMEPACKET(web-server-config)# exit
  5. Enter exit to exit the system configuration.
    ACMEPACKET(system)# exit
  6. Enter exit to exit the configure mode.
    ACMEPACKET(configure)# exit
  7. Enter save-config to save the configuration.
    ACMEPACKET# save-config
  8. Enter activate-config to activate as the current configuration.
    ACMEPACKET# activate-config