1.1 Will the current WLAN setup be able to handle the expected users/devices?
Design is pretty important, make sure to use enough controllers.
I recommend to split the controller roles in AP management (doing NO guest services, just AP management) and Guest management (all traffic passing controller, very cpu intensive)
1.2 How many clients are supported by an AP?
Really depends on load and expectations. You could have 100 users online, but they will just be able to ping, so try not to get as much users as possible on an AP, but try to define an expectation and make a calculation.
Keep in mind:
* Possible max speed wifi/2=max real speed (eg a 150Mbps reported wireless will give you like 60-80Mbps actual troughput)
* a single radio is like a hub, so all BW is shared (remember to divide the actual BW, not the wifi BW)
* clients do not consider their wifi speed : A user will just stream a video, if the video takes 2Mbps (net), when connected at54Mbps (net 24Mbps), this user consumes 1/12 of the net bandwidth. However when the same user is further away and would connect at 12Mbps wifi (6Mbps net), it would consume 1/3 of the cell bandwidth for the same video. Assume 2 of these users are streaming video. When even when all the other users would be connected at 54Mbps on the same AP (all believing they have good quality and good bandwidth), there is actually on 1/3 of the 54(24net)Mbps left, meaning 8Mbps net shared=> remove the low speeds from the VSCs, so low speed connectings do not impact the cell usage too much. Add APs, reduce the tx power, try to have as few users as possible per AP if you need/expect bandwidth intensive usage.
* Use the 460 for intense usage, has 3x3 mimo, providing (possible) better quality for the users
* Enable band steering on the VSC to move as much users as possible to the 5Ghz band
2. The demanded web page logon can be implemented with the guest user authentication feature of the MSM device. Main disadvantages: separated VLANs for teachers and students (if teachers shall access internal resources but not students), unsecure/open WLAN access.
What do you mean with disadvantage: separated vlans ?
Advantage: easy WLAN access (authentication connected to internal RADIUS/AD server).
2.1 Would the entire user client data traffic would flow over the WLC?
How mich would this stress the performance of the WLC and the network bandwith?
Yes, all web portal logins must pass the controller. For this scale I would not recommend it on the main AP controller.
2.2 How many concurrent "guest users" does the WLC support? We are using a lot of media and online streaming sites. Tendency increasing.
Like previous post mentioned, hard to say, but I would not count on 2000. I have seen 100% cpu load with e.g. 500 users, so it really depends on the traffic of the users.
2.3 Is there a way to not relogon via browser (guest web page) every time a Macbook reactivates from sleep mode?
* Configure less aggressive idle timers, so the session stays online longer (more load on controller, but you will need multiple controllers anyway). Idle timers are more important when charging customers, but for internal portal usage, the idle timer can be set higher.
* The controller supports a "welcome back" feature, so no re-login typing is required. You do get a webpage when opening a browser which says "welcome back"
3. More important then mobile device management (MDM) is easy WLAN access. Nevertheless: Will the current system be able to support above needs or do we need an entirely new WLAN system to support BYOD?
As a "guess" I would introduce 1/2 controllers just for the guest portal traffic mgmt. Use the current controller to send the guest VSC with a local breakout vlan on the wired network. Use the other controller LAN wired port on that vlan to provide the guest auth (no APs to manage).
If you want more than 1 controller for the guest portal, you will need some kind of loadbalancing on the AP Management controller. This means that when clients are connecting, they should be placed in vlan11/12/.. in a dynamic but consistent way. In these vlans 11/12/.. you then place the guest controller which will provide the portal pages.
To get this loadbalancing (not default feature of the controller), you can enable mac-auth on the AP controller and tweak the Radius server to allow all mac-addresses.
However, in the radius policies, you can set filters, so you can specify "if user mac ends with 0/2/4/..." then assign vlan 11, if mac ends with 1/3/5/... then assign vlan 12 etc.
Best regards,Peter