Poly Manual VLAN Assignment

Manual assignment of a VLAN

 
Via Custom Config on a phone or template, you can manually assign the VLAN.
 
Example 1:

<vlan device.set="1" device.dhcp.dhcpVlanDiscUseOpt.set="1" device.dhcp.dhcpVlanDiscUseOpt="Custom" device.dhcp.dhcpVlanDiscOpt.set="1" device.dhcp.dhcpVlanDiscOpt="222" />

 Above example would set the DHCP VLAN Discovery to custom and to the custom value of 222.

Example 2:

<vlan device.set="1"device.dhcp.dhcpVlanDiscUseOpt.set="1" device.dhcp.dhcpVlanDiscUseOpt="Disabled" device.net.vlanId.set="1" device.net.vlanId="111"/>

  Above example would set the DHCP VLAN Discovery to disabled and and set a fixed VLAN ID of 111.