//flex table opened by JP

Click to See Complete Forum and Search --> : Cisco Access Point


rraehal
12-14-2011, 01:46 PM
I have several Cisco 1130AG access points. They work very well. With the popularity of mobile devices, we want to start testing them with iPad, and Android tablets. None of these device can connect to a SSID that is not broadcasting.

The problem is I can not broadcast more than 1 SSID at a time, or I can not figure out how it would be possible on this equipment.

Does anyone know of a good cisco forum that you have used or do you know how to configure a multiple SSID broadcast on this type of AP? I do not want to modify the device (such as root a droid) to make this work.

Right now I have three SSID's
WRAP00 - A radio
WRGP00 - G Radio
WRGUEST - both radios - braodcasting

rraehal
12-14-2011, 02:35 PM
I figured this out. I was interpreting the command I needed to use incorrectly.

I had to enable multiple basic SSID's in global configuration mode and then enable it on my interfaces.

IOS commands after logging into and entering privileged exec mode:
conf t
dot11 mbssid
dot11 ssid WRGUEST
no guest-mode
mbssid guest-mode
dot11 ssid WRAP00
mbssid guest-mode
dot11 ssid WRGP00
mbssid guest-mode
end