10-08-2014 12:11 PM - edited 03-07-2019 09:02 PM
HOW TO DISABLE WEB CONSOLE IN A 2950 CISCO CATALYST SWITCH ?
Solved! Go to Solution.
10-08-2014 12:40 PM
From CLI type sh run | i http
If it returns
ip http server
then type no ip http server
10-09-2014 11:30 AM
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)
10-08-2014 12:40 PM
From CLI type sh run | i http
If it returns
ip http server
then type no ip http server
10-09-2014 11:30 AM
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)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide