web
This command configures various Web interface settings.
Syntax
(config-system)# web (web)#
Command |
Description |
---|---|
blocking-duration-factor |
Defines the number to multiple the previous blocking time for blocking the IP address (management station) or user upon the next failed login scenario. |
deny-auth-timer |
Defines the duration (in seconds) for which login to the Web interface is denied from a specific IP address (management station) for all users, when the number of failed login attempts has exceeded the maximum. |
deny-access-counting-valid-time |
Defines the maximum time interval (in seconds) between failed login attempts to be included in the count of failed login attempts for denying access to the user |
deny-access-on-fail-count |
Defines the maximum number of failed login attempts, after which the requesting IP address (management station) for all users is blocked. |
enforce-password-complexity {0|1} |
Enforces definition of a complex login password. |
http-auth-mode {basic|digest-http-only| digest-when-possible} |
Selects HTTP basic (clear text) or digest (MD5) authentication for the Web interface. |
http-port |
Defines the device's LAN HTTP port for Web interface access. |
https-port |
Defines the device's LAN HTTPS port for secure Web interface access. |
min-web-password-len |
Defines the minimum length (number of characters) of the management user's login password when password complexity is enabled (using the [EnforcePasswordComplexity] parameter). |
req-client-cert {off|on} |
Enables requirement of client certificates for HTTPS Web interface connections. |
secured-connection {http-and-https|https-only} |
Defines the protocol (HTTP or HTTPS) for accessing the Web interface. |
wan-http-allow {off|on} |
Enables WAN access to the management interface through HTTP. |
wan-https-allow {off|on} |
Enables WAN access to the management interface through HTTPS. |
web-hostname |
Defines a hostname (FQDN) for accessing the device's Web interface. |
Command Mode
Privileged User
Note
For more information on the commands, refer to the User's Manual.
Example
This example enables requirement of client certificates for HTTPS Web interface connections:
(config-system)# web (web)# req-client-cert on