cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
19304
Views
10
Helpful
2
Replies

HOW TO DISABLE WEB CONSOLE IN A 2950 CISCO SWITCH

mmerot001
Beginner
Beginner

HOW TO DISABLE WEB CONSOLE IN A 2950 CISCO CATALYST SWITCH ?

2 Accepted Solutions

Accepted Solutions

michael o'nan
Enthusiast
Enthusiast

From CLI type sh run | i http

If it returns

ip http server

then type no ip http server
 

View solution in original post

ubhnetworking
Beginner
Beginner

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)

 

View solution in original post

2 Replies 2

michael o'nan
Enthusiast
Enthusiast

From CLI type sh run | i http

If it returns

ip http server

then type no ip http server
 

ubhnetworking
Beginner
Beginner

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)

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers