Configures web management access options.

web-management [ enable { vlan vlan-id | ethernet unit/slot/port [ to unit/slot/port | [ ethernet unit/slot/port to unit/slot/port | ethernet unit/slot/port ]... ] } ]
no web-management [ enable { vlan vlan-id | ethernet unit/slot/port [ to unit/slot/port | [ ethernet unit/slot/port to unit/slot/port | ethernet unit/slot/port ]... ] } ]
web-management [ allow-no-password | connection-receive-timeout timeout-value | frame { bottom | front-panel | menu } | hp-top-tools | http | https | list-menu | page-menu | page-size size | session-timeout time | tcp-port port-num ]
no web-management [ allow-no-password | connection-receive-timeout timeout-value | frame { bottom | front-panel | menu } | hp-top-tools | http | https | list-menu | page-menu | page-size size | session-timeout time | tcp-port port-num ]
web-management [ refresh { front-panel | port-statistic | rmon | stp | tftp } refresh-time ]
no web-management [ refresh { front-panel | port-statistic | rmon | stp | tftp } refresh-time ]

Web management is enabled.

enable
Enables web management only to clients in a specific VLAN or Ethernet interface.
vlan vlan-id
Specifies that web management should be enabled on the clients of the specified VLAN.
ethernet unit/slot/port
Specifies the Ethernet interface on which web management should be enabled.
to unit/slot/port
Specifies the range of Ethernet interfaces.
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.
bottom
The bottom frame.
front-panel
The front-panel frame.
menu
The menu 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.
front-panel
Configures the front-panel refresh time.
port-statistic
Configures the port statistic refresh time.
rmon
Configures the RMON statistics refresh time.
stp
Configures the STP statistics refresh time.
tftp
Configures the TFTP statistics refresh time.
refresh-time
The refresh 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.