- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other Switching
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
