Autonomous: Enable / Disable Web Browser Interface
Friday, April 9, 2010 at 4:05AM
George in autonomous, web interface

 

 

How to enable or disable the web interface on a Cisco access point (autonomous) 

 

The web browser command in the CLI is

"ip http server" for port 80 HTTP

"ip http secure-server" for port 443 HTTPS

ENABLE

ap(config)#ip http server 

ap(config)#ip http secure-server

   

DISABLE - You negate the command with "NO"

ap(config)#NO ip http server

ap(config)#NO ip http secure-server

 

 

 

Article originally appeared on my80211.com (http://www.my80211.com/).
See website for complete article licensing information.