How To | Set up a VLAN ID in Q-SYS Designer
Learn how to configure a VLAN ID for your Q-SYS Designer software system.
Procedure
You actually don’t set up VLANs and their IDs in Q-SYS itself, but in the network switches. Q-SYS does not have any IEEE 802.1Q function for VLAN tagging.
In the switch setup, designate access ports and assign them to VLANs as needed.
For example, here is a set of commands for designating a voice VLAN and naming it VLAN 10 on a Cisco IOS-based switch.
config t
description Q-SYS VoIP
int g1/0/10
switchport mode access
switchport access vlan 10
no shutdown
exit
wr mem