AMX NXA-ENET24 Switch User Manual


 
CLI (Command Line Interface)
175
NXA-ENET24 - Software Management Guide
Web Server Commands
Web Server Commands
Command Function
ip http port
This command
specifies the TCP port
number used by the
web browser
interface.
Use the no form to
use the default port.
Syntax:
ip http port port-number
no ip http port
port-number - The TCP port to be used by the browser interface.
Range: 1-65535
Default Setting: 80
Command Mode: Global Configuration
Example:
Console(config)#ip http port 769
Console(config)#
ip http server
This command allows
this device to be
monitored or
configured from a
browser.
Use the no form to
disable this function.
Syntax:
[no] ip http server
Default Setting: Enabled
Command Mode: Global Configuration
Example:
Console(config)#ip http server
Console(config)#
ip http secure-server
This command
enables the secure
hypertext transfer
protocol (HTTPS) over
the Secure Socket
Layer (SSL), providing
secure access (i.e., an
encrypted
connection) to the
switch’s web interface.
Use the no form to
disable this function.
Syntax:
[no] ip http secure-server
Default Setting: Enabled
Command Mode: Global Configuration
Command Usage:
Both HTTP and HTTPS service can be enabled independently on the switch.
However, you cannot configure the HTTP and HTTPS servers to use the same UDP
port.
If you enable HTTPS, you must indicate this in the URL that you specify in your
browser: https://device[:port_number]
When you start HTTPS, the connection is established in this way:
The client authenticates the server using the server’s digital certificate.
The client and server negotiate a set of security protocols to use for the connection.
The client and server generate session keys for encrypting and decrypting data.
The client and server establish a secure encrypted connection.
A padlock icon should appear in the status bar for Internet Explorer 5.x and Netscape
Navigator 4.x or later versions.
The following web browsers and operating systems currently support HTTPS
Internet Explorer 5.0 or later: Windows 98,Windows NT (with service pack 6a),
Windows 2000, Windows XP.
Netscape Navigator 6.2 or later: Windows 98,Windows NT (with service pack 6a),
Windows 2000, Windows XP, Solaris 2.6
To specify a secure-site certificate, see the Replacing the Default Secure-Site
Certificate section on page 60.
Example:
Console(config)#ip http secure-server
Console(config)#