01-07-2023 08:45 PM - edited 01-07-2023 09:02 PM
All,
I have recently been working with the 7150-c12p to replace some Cisco 2960cx. I am beginning to find missing features (energy efficient ethernet, perpetual poe and slower reload times).
One that I have been unable to figure out is how to disable HTTP access. I can access both HTTP and HTTPS even when running "no web-management http" using "show web" shows both enabled and I confirmed both are accessible. Running 08.0.95g.
Thanks ahead of time,
01-30-2023 09:37 AM
Hi Team
This is a tested output from firmware 8095h
ICX7150-C12 Router(config)#show flash
Stack unit 1:
NAND Type: Micron NAND 2GiB (x 1)
Compressed Pri Code size = 33554432, Version:08.0.95hT213 (SPR08095h.bin)
Compressed Sec Code size = 31457280, Version:08.0.95dT211 (SPS08095d.bin)
Compressed Pri Boot Code size = 786944, Version:10.1.25T225 (mnz10125)
Compressed Sec Boot Code size = 786944, Version:10.1.19T225 (mnz10119)
By default you will have http enabled and https disabled
ICX7150-C12 Router(config)#show web
HTTP server status: Enabled
HTTPS server status: Disabled
No web connection.
ICX7150-C12 Router(config)#
I tried to disable using no web-management http and the http status is disabled
ICX7150-C12 Router(config)#no web-management http
ICX7150-C12 Router(config)#show web
HTTP server status: Disabled
HTTPS server status: Disabled
No web connection.
ICX7150-C12 Router(config)#
I hope this helps. Thanks