02-27-2024 08:56 AM
Issue noticed:
Lab test and outputs to validate if the issue is same as the scenario mentioned in this article:
Tested in firmware 8095k and 8095g:
Using “Web-management” to enable both http and https and to disable we use “no web-management”
ICX7650-48ZP Switch(config)#show web
HTTP server status: Disabled
HTTPS server status: Disabled
No web connection.
ICX7650-48ZP Switch(config)#web-management
ICX7650-48ZP Switch(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
ICX7650-48ZP Switch(config)#no web-management
ICX7650-48ZP Switch(config)#show web
HTTP server status: Disabled
HTTPS server status: Disabled
No web connection.
ICX7650-48ZP Switch(config)#
Now when we use “web-management http” and “web-management https” to enable and using “no web-management” to disable.
ICX7650-48ZP Switch(config)#web-management http
ICX7650-48ZP Switch(config)#web-management https
ICX7650-48ZP Switch(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
ICX7650-48ZP Switch(config)#no web-management
ICX7650-48ZP Switch(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
ICX7650-48ZP Switch(config)#no web-management http
ICX7650-48ZP Switch(config)#no web-management https
Note: ip ssl client continues to be in enabled mode if enabled
ICX7650-48ZP Switch(config)#show web
HTTP server status: Disabled
HTTPS server status: Disabled
No web connection.
Tested in firmware 9010f and 1010a:
Using “web-management http” and “web-management https” to enable and “web-management disable” to disable http and https
ICX7650-48ZP Switch(config)#show web
HTTP server status: Disabled
HTTPS server status: Disabled
No web connection.
ICX7650-48ZP Switch(config)#web-management http
ICX7650-48ZP Switch(config)#web-management https
ICX7650-48ZP Switch(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
ICX7650-48ZP Switch(config)#web-management disable
Error - WebUI already disabled
ICX7650-48ZP Switch(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
ICX7650-48ZP Switch(config)#no web-management http
ICX7650-48ZP Switch(config)#no web-management https
ICX7650-48ZP Switch(config)#show web
HTTP server status: Disabled
HTTPS server status: Disabled
No web connection.
We can see notice that in both tests even when “no web-management” in 8095 version and “ web-management disable” command is used in 9010 version the HTTP and HTTPS connection stays enabled.
Solution:
The above issue is fixed on below versions and logged with defect ID FI-279953