This is an old revision of the document!
Notes from things I tried
configure terminal dot11 ssid filiminAtHarrison ap(config-ssid)#vlan 2 ap(config-ssid)#mbssid guest-mode ap(config)#dot11 ssid filiminAtWIN ap(config-ssid)#authentication open ap(config-ssid)#authentication key-management wpa version 2 ap(config-ssid)#wpa-psk ascii testing123 ----- ap(config)#int dot11radio0 ap(config-if)#mbssid ap(config-if)#encryption vlan 2 mode ciphers aes-ccm ap(config-if)#encryption vlan 3 mode ciphers aes-ccm filiminAtWIN mapped to vlan 1 filiminAtHarrison mapped to vlan 2
References
Working Configuration
config t dot11 ssid LAB2 authentication open authentication key-management wpa version 2 wpa-psk ascii testing123 vlan 2 mbssid guest-mode exit int dot11radio0 mbssid encryption vlan 2 mode ciphers aes-ccm tkip ssid LAB2 no shut exit interface dot11Radio 0.2 encapsulation dot1Q 2 native exit int fa0.2 encapsulation dot1Q 2 native exit -------------------- config t dot11 ssid LAB5 authentication open authentication key-management wpa version 2 wpa-psk ascii testing123 vlan 4 mbssid guest-mode exit int dot11radio0 mbssid encryption vlan 4 mode ciphers aes-ccm tkip ssid LAB5 no shut exit interface dot11Radio 0.4 encapsulation dot1Q 4 bridge-group 1 exit int fa0.4 encapsulation dot1Q 4 exit