To turn on Terminal Monitoring, enter the following command at the Exec Prompt:term monNow you should be able to debug from the SSH session and see the debug information.
Allow multiple SSIDs to broadcast at the same time:ap(config)# interface d0
ap(config-if)# mbssid
ap(config-if)# exit
ap(config)# dot11 ssid visitor
ap(config-ssid)# mbssid guest-mode dtim-period 75
ap(config-ssid)# exit
ap(config)# interface d0
ap(config-if)# ssid visitor
ap(config-if)# exit
ap(config)# dot11 ssid corporate
ap(config-ssid)# mbssid guest-mode dtim-period 75
ap(config-ssid)# exit
ap(config)# interface d0
ap(config-if)# ssid corporate
ap(config-if)# exit