Thanks, that's very helpful. For the HTTP/HTTPS traffic, I can just pass the traffic from the guest SSID's VLAN to the same VLAN on the core switch, then? We're not actually doing anything with VLANs on the secondary switch that the wireless device is plugged into besides just telling it to pass the VLAN data along to the core switch via trunking, correct? And for VLAN 1, we're basically just leaving that alone after specifically assigning it to the existing SSID.
For the DHCP, I'm assuming I should just be able to pass BOOTP between the wireless clients and the server without too much trouble, correct?
Sorry for so many follow-ups. I just want to be clear before I accept the solution.
Main Topics
Browse All Topics





by: mikecrPosted on 2009-08-27 at 21:09:01ID: 25204906
Yes, you will break them temporarily. To do what you want, you will need two vlans configured both on the AP and your core switch as long as the rest of your switches pass tagged packets. In other words, you will need to turn on 802.1q trunking on the switchport that the access point is plugged into and also trunk ports between switches.
You will edit vlan 1, configure it's security, then assign that vlan to your current ESSID if it's not already there. Then you will do the same thing with another vlan so that you can segment the guest traffic. You don't need to assign any security to that vlan but you will need to assign an ESSID to it so the users go out tagged differently so that you can control their traffic.
On your core switch that you trunk back to, configure a layer 3 vlan and apply security for HTTP/HTTPS access.
You can't assign multiple ESSIDs to one vlan, it won't let you. Also you can't create a new ESSID and not give it a vlan. Just remember that you're going to need to have trunking enabled on your switches. It will be configured on the switch ports that plug into each other so that it can carry vlan traffic. VLan tags will be assigned by the access point respective of what vlan a user is on.
If you need help setting it up, let me know and I can give you some example code.
If you have any other questions, please let us know.