HOW TO DISABLE WEB CONSOLE IN A 2950 CISCO CATALYST SWITCH ?
Solved! Go to Solution.
From CLI type sh run | i http
If it returns
ip http server
then type no ip http server
I have disabled HTTP access but enabled HTTPS access on my switches.
switch(config)#no ip http server
(this will disable web or http access)
switch(config)#ip http secure-server
(this will enable https access or no ip http secure-server will disable https access)
From CLI type sh run | i http
If it returns
ip http server
then type no ip http server
I have disabled HTTP access but enabled HTTPS access on my switches.
switch(config)#no ip http server
(this will disable web or http access)
switch(config)#ip http secure-server
(this will enable https access or no ip http secure-server will disable https access)