
Schmidtw |
I like the VLAN idea (especially since it means less wiring for me). Since I did not implement the system we currently have, I am not sure whether these switches are Layer 2. I am also not that familiar with VLAN. I’ll have to read up on this.

Jaideepkhanduja |
I think you have besides this synchronization of all switches is also very important, just take care that your backbone is faster than the out of core switches, and to have a high frame relay at all times the new switches that you want to use exclusively for Wireless access should also be high end.

Labnuke99 |
VLAN’s are at their simplest just a separate subnet. Say if you use 192.168.x.x/16 as your subnet mask, you would move to something like 192.168.x.x/24 as the new subnet mask. Routing becomes very important when VLANs are implemented.
Access points are still a shared medium (radio spectrum). So, unless you implement something like a Xirrus AP, then the clients are contending for the 100Mbps or 1000Gbps uplink between the AP and the switch.
In the US, you should use channels 1,6 & 11 to prevent channel overlaps.

Schmidtw |
I am skeptical about doing a VLAN, and I would also prefer to skip buying a new set of switches for the APs and running a ton of new wire. Are there any scripts I can write to modify the behavior of a single port or a few ports on each switch to change or disable the STP function?

Labnuke99 |
What leads you to believe that STP will create problems? It is there to prevent network looping problems. Network loops can take the entire network down.

Snapper70 |
You can run PVST (per-vlan-spanning-tree) if you want (and specify where you don’t want to run spanning tree); but are you sure you won’t come across looping on any trunk ports either?

Schmidtw |
I’m not familiar with the port interactions if I am to disable STP on a single port.
Truthfully, I am not really aware of all of the functions of STP, but I heard it can disrupt wireless signals for devices such as cameras, that is why I am investigating it.

Schmidtw |
Thanks for the article. I’ll read up on this.