On Tue, Jan 04, 2005 at 10:07:00AM +0200, Steph wrote: > My vlan is working perfectly but I have a few questions if I may. > I'm using a Cisco Catalyst 3500xl switch and was wondering if it's > possible to give more then 1 vlan access through a specific port? > > This is the part that I'm wondering about. Right now it only gives > access to one Vlan with an ID of 2. Is there a way to allow > multiple vlans through or maybe just let anything through with a > vlan id ? As others already said, you can have more than one trunk port. But please keep in mind that traffic on a trunk port will always be tagged in some way, either using 802.1q or ISL. Not many end stations understand any kind of tagging. If you want one station on one VLAN to access another station on another VLAN, you're supposed to set up a router between the two networks, even if they are carried by the same switchport in some parts of the network infrastructure. Regarding the wireless setup, I would suggest against it, since the wireless medium is impossible to secure on a physical layer, making the entire VLAN setup useless. For secure wireless I suggest IPSec from wireless station to a router, connected to several VLANs, assigning addresses to IPSec links by appropriate criteria. //Peter