06-07-2021 02:04 PM
SSH@ICX7150-C12 Router(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
SSH@ICX7150-C12 Router(config)#no web-management http
SSH@ICX7150-C12 Router(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
06-08-2021 05:51 AM
What version of code is on the switch? When I do the same w/08.0.95cT211, the output shows as expected.
SH@BPs-Lab-C12P#conf t
SSH@BPs-Lab-C12P(config)#web-management http
SSH@BPs-Lab-C12P(config)#show web
HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
SSH@BPs-Lab-C12P(config)#no web-management http
SSH@BPs-Lab-C12P(config)#show web
HTTP server status: Disabled
HTTPS server status: Enabled
No web connection.
SSH@BPs-Lab-C12P(config)#
06-08-2021 11:08 AM
Thanks for reply
running 08.0.92bT213
I can try upgrading, but this seems like a pretty basic command. Just thought I was missing something.
06-08-2021 11:10 AM
Hmm. That's a rather new version itself. Might be worth going back through the release notes to see if this was called out as an issue and fixed. If I can find time, I'll see if I can replicate your issue on your code ver too.
05-16-2023 10:31 AM
This is a bit late, but if someone else has this issue use the serial interface and first turn off all web access then turn on only the https access. It worked for me when I had this issue. Oh, and before you do this you must create a certificate, or this will not work.
SSH@ICX7150-C12 Router(config)#no web-management
SSH@ICX7150-C12 Router(config)#web-management https
HTTP server status: Disabled
HTTPS server status: Enabled