WLC : Wireless LAN C ontrollerBridge ConnectWLC ConfigurationWLC#conf tWLC(config)#logging console 0WLC(config)#int gi1WLC(config-if)#ip add 192.168.0.9 255.255.255.0 //Web GUI IP 설정WLC(config-if)#no shuWLC(config-if)#exitWLC(config)#ip http server //http 설정WLC(config)#ip http secure-server //https 설정 WLC(config)#username cisco privilege 15 secret cisco //계정 추가WLC(config)#endWLC#wr //저장Web ..