web-management
-
- Last UpdatedAug 14, 2021
- 3 minutes read
Configures web management access options.
Web management is enabled.
enable
| Enables web management only to clients in a specific VLAN or Ethernet interface.
| ||||||
allow-no-password
| Allows the web server to have no password.
| ||||||
connection-receive-timeout
timeout-value
| Specifies the web connection receive timeout.
| ||||||
frame
| Enables a frame.
| ||||||
hp-top-tools
| Enables the support of HP Top Tools.
| ||||||
http
| Enables web management for HTTP access.
| ||||||
https
| Enables web management for HTTPS access.
| ||||||
list-menu
| Displays the web menu as a list.
| ||||||
page-menu
| Enables the page menu.
| ||||||
page-size
size
| Configures the maximum number of entries on a page.
| ||||||
session-timeout
time
| Configures the web session timeout in seconds. Valid values are from 5 through 65000.
| ||||||
tcp-port
port-num
| Configures the HTTP port. The default port is 80.
|
refresh
| Configures the page refresh (polling time) in seconds.
|
Global configuration mode
The no form of the command removes the web management configurations.
In FastIron release 08.0.92, use of the web-management command on ICX 7150-C08PT devices is restricted to the following syntax: web-management { http | https }. HTTP and HTTPS are disabled by default (as "no web-management http" configuration) on ICX 7150-COPT devices, unlike on other ICX platforms, where HTTP and HTTPS are enabled by default. The command options allow ICX 7150-C08PT devices to enable or disable HTTP or HTTPS ports if necessary as a pre-requisite to enabling or disabling web authentication; however, no other web-management functions are supported on ICX 7150-C08PT devices. If you attempt to manage the devices from a web interface, an error page displays the message "Web-management support is not available for this device." HTTP and HTTPS remain available for other services such as web authentication.
The following example shows how to enable web management for HTTPS access.
device(config)# web-management https
The following example shows how to enable web management access only to clients connected to ports within port-based VLAN 10.
device(config)# web-management enable vlan 10
The following example shows how to enable web management access on a range of Ethernet interfaces.
device(config)# web-management enable ethernet 1/1/1 to 1/2/3
The following example shows how to configure the front-panel refresh time to 30 seconds.
device(config)# web-management refresh front-panel 30
Release version | Command history |
---|---|
08.0.92 | This command was modified for ICX 7150-C08PT devices to restrict command options to HTTP and HTTPS only. |