Provision Template For Poly
Hi! I am having problems with a provisioning template for my Poly phones. I am trying to use a provisioning template to assign a vlan to the phone, but have the PC Ethernet port assign a different Vlan for the PC I connect to it. Here is the template thus far: vlan device.set="1" In this example, the phone would be assigned VLAN 10, but the port should tag traffic from the PC port to 20. Thanks!
device.net.vlanId.set="1"
device.net.vlanId="10"
device.net.lan.vlanId.set="1"
device.net.lan.vlanId="20"
Show less