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

HOW TO DISABLE WEB CONSOLE IN A 2950 CISCO SWITCH

mmerot001
Level 1
Level 1

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

2 Accepted Solutions

Accepted Solutions

michael o'nan
Level 4
Level 4

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
Level 1
Level 1

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
Level 4
Level 4

From CLI type sh run | i http

If it returns

ip http server

then type no ip http server
 

ubhnetworking
Level 1
Level 1

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)

 

Review Cisco Networking for a $25 gift card