Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Allow multiple SSIDs to broadcast at the same time:

Code Block

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

EAP Configuration for WAP Enterprise (802.1x)

  1. Install IAS on a Windows 2003 Server with Certificate Authority or Domain Controller
  2. Configure Access Point with 802.1x for WPA/WPA2radiusWPA2 
Code Block

radius-server host RADIUS_IP auth-port 1645 acct-port 1646 key INSERT_KEY

...


aaa group server radius RADIUS_EAP

...


server RADIUS_IP auth-port 1645 acct-port 1646

...


aaa authentication login EAP_METHODS group RADIUS_EAP

...


dot11 ssid SSID_EXAMPLE

...


vlan 15

...


authentication open eap EAP_METHODS

...


authentication network-eap EAP_METHODS

...


authentication key-management wpa

...


mbssid guest-mode