...
To turn on Terminal Monitoring, enter the following command at the Exec Prompt:term monNow
Now you should be able to debug from the SSH session and see the debug information.
...
Allow multiple SSIDs to broadcast at the same time:
Code Block |
---|
|
ap(config)# interface d0 |
...
...
...
ap(config)# dot11 ssid visitor |
...
ap(config-ssid)# mbssid guest-mode dtim-period 75 |
...
...
...
ap(config-if)# ssid visitor |
...
...
ap(config)# dot11 ssid corporate |
...
ap(config-ssid)# mbssid guest-mode dtim-period 75 |
...
...
...
ap(config-if)# ssid corporate |
...
EAP Configuration for WAP Enterprise (802.1x)
- Install IAS on a Windows 2003 Server with Certificate Authority or Domain Controller
- Configure Access Point with 802.1x for WPA/WPA2radiusWPA2
Code Block |
---|
|
ap(config)# radius-server host RADIUS_IP auth-port 1645 acct-port 1646 key INSERT_KEY |
...
ap(config)# aaa group server radius RADIUS_EAP |
...
ap(config)# server RADIUS_IP auth-port 1645 acct-port |
...
1646
ap(config)# aaa authentication login EAP_METHODS group RADIUS_EAP |
...
ap(config)# dot11 ssid SSID_EXAMPLE |
...
ap(config-ssid)# vlan 15
ap(config-ssid)# authentication open eap EAP_METHODS
ap(config-ssid)# authentication network-eap EAP_METHODS
ap(config-ssid)# authentication key-management wpa
ap(config-ssid)# mbssid guest-mode
|