- Joined
- Mar 11, 2011
- Messages
- 606
- Reaction score
- 4
I am working on a system using cisco 525's that will be auto provisioned from 3cx. I am using voice vlan's on my switch.
I have modified the section of the template below. My data vlan is 1 and voice vlan is 50. In order to get this to work I manually put the phone via the phones on screen configuration into vlan 50 active. The phone connects to 3cx and downloads the config and refreshes. When it refreshes the phone is no longer in vlan 50. If you look at the phones on screen config, it shows vlan 50 for the voice vlan but the vlan is not active. Not sure where else in the template to modify to enable the vlan.
<!--########################################################-->
<!--### Networking V-LAN ###-->
<!--########################################################-->
<!--#VLAN ID Tagging on or off for the SW Port (802.1q).#-->
<Enable_VLAN group="System/VLAN_Settings">Yes</Enable_VLAN>
<!--#VLAN ID (0..4095) Which sets the ID number for the VLAN SW Port (802.1q).#-->
<VLAN_ID group="System/VLAN_Settings">50</VLAN_ID>
<!--#VLAN ID Tagging on or off for the PC Port (802.1q).#-->
<Enable_PC_Port_VLAN_Tagging group="System/VLAN_Settings">Yes</Enable_PC_Port_VLAN_Tagging>
<!--#VLAN ID (0..4095) Which sets the ID number for the PC Port (802.1q).#-->
<PC_Port_VLAN_ID group="System/VLAN_Settings">1</PC_Port_VLAN_ID>
<!--#Sets the Priority of the PC Port to the Phones Switch Port (802.1q).#-->
<PC_Port_VLAN_Highest_Priority group="System/VLAN_Settings">No Limit</PC_Port_VLAN_Highest_Priority>
I have modified the section of the template below. My data vlan is 1 and voice vlan is 50. In order to get this to work I manually put the phone via the phones on screen configuration into vlan 50 active. The phone connects to 3cx and downloads the config and refreshes. When it refreshes the phone is no longer in vlan 50. If you look at the phones on screen config, it shows vlan 50 for the voice vlan but the vlan is not active. Not sure where else in the template to modify to enable the vlan.
<!--########################################################-->
<!--### Networking V-LAN ###-->
<!--########################################################-->
<!--#VLAN ID Tagging on or off for the SW Port (802.1q).#-->
<Enable_VLAN group="System/VLAN_Settings">Yes</Enable_VLAN>
<!--#VLAN ID (0..4095) Which sets the ID number for the VLAN SW Port (802.1q).#-->
<VLAN_ID group="System/VLAN_Settings">50</VLAN_ID>
<!--#VLAN ID Tagging on or off for the PC Port (802.1q).#-->
<Enable_PC_Port_VLAN_Tagging group="System/VLAN_Settings">Yes</Enable_PC_Port_VLAN_Tagging>
<!--#VLAN ID (0..4095) Which sets the ID number for the PC Port (802.1q).#-->
<PC_Port_VLAN_ID group="System/VLAN_Settings">1</PC_Port_VLAN_ID>
<!--#Sets the Priority of the PC Port to the Phones Switch Port (802.1q).#-->
<PC_Port_VLAN_Highest_Priority group="System/VLAN_Settings">No Limit</PC_Port_VLAN_Highest_Priority>