Alcatel-Lucent 6850-48 補足マニュアル

ページ / 312
Using WebView
WebView CLI Commands
OmniSwitch AOS Release 6 Switch Management Guide
September 2009
page 10-3
WebView CLI Commands
The following configuration options can be performed using the CLI. These configuration options are also 
available in WebView; but changing the web server port or secured port may only be done through the 
CLI (or SNMP).
Enabling/Disabling WebView
WebView is enabled on the switch by default. If necessary, use th
 command to enable 
WebView. For example:
-> http server
Use the no http server command to disable WebView on the switch. If web management is disabled, you 
will not be able to access the switch using WebView. Use the 
 command to view WebView 
status.
As an alternative you can use the https keyword instead of the http keyword to enable WebView. For 
example:
-> https server
When using this format of the command use the no https server command to disable WebView on the 
switch.
Changing the HTTP Port
The default HTTP port is 80, the well-known port number for Web servers. You can change the port to a 
number in the range 0 to 65535 using th
 command. (Well-known port numbers, which are in 
the range 0 to 1023, cannot be configured.) 
Note. All WebView sessions must be terminated before the switch will accept the command.
For example:
-> http port 2000
This command changes the HTTP port to 2000.
To restore an HTTP port to its default value, use the default keyword as shown below:
-> http port default
Enabling/Disabling SSL
Force SSL is disabled by default. Use the 
 command to enable Force SSL on the switch. For exam-
ple:
-> http ssl
Use the no http ssl command to disable Force SSL on the switch. Use the 
 command to view 
WebView status.