Chapter 4: Using the Command Line Interface
156
Option
Description
true
The HTTP port is enabled.
false
The HTTP port is disabled.
Setting the HTTPS Port
The commands used to configure the HTTPS port settings begin with
network services https
.
Change the HTTPS port:
config:#
network services https port <n>
Enable or disable the HTTPS access:
config:#
network services https enabled <option>
Variables:
•
<n> is a TCP port number between 1 and 65535. The default HTTPS port is 443.
•
<option> is one of the options:
true
or
false
.
Option
Description
true
Forces any access to the PDU via HTTP to be redirected to HTTPS.
false
No HTTP access is redirected to HTTPS.
Changing the Telnet Configuration
You can enable or disable the Telnet service, or change its TCP port using the CLI commands.
A Telnet command begins with
network services telnet
.
Enabling or Disabling Telnet
This command enables or disables the Telnet service.
config:#
network services telnet enabled <option>
Variables:
•
<option> is one of the options:
true
or
false
.
Option
Description
true
The Telnet service is enabled.
false
The Telnet service is disabled.