Update Yealink vlan settings

This commit is contained in:
FusionPBX 2024-01-09 11:49:10 -07:00 committed by GitHub
parent e0bb35b63b
commit 13d8a44f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 102 additions and 116 deletions

View File

@ -100,15 +100,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -101,15 +101,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -71,7 +71,8 @@ network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled; #Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled;
#Require reboot; #Require reboot;
network.vlan.pc_port_enable = {if isset($yealink_vlan_pc_enable)}network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}network.vlan.pc_port_enable = 0{/if}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1. #Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot; #Require reboot;

View File

@ -132,18 +132,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
#static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -98,18 +98,15 @@ static.network.lldp.packet_interval =
####################################################################################### #######################################################################################
static.network.vlan.dhcp_enable = static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -130,20 +130,15 @@ static.network.lldp.packet_interval =
####################################################################################### #######################################################################################
static.network.vlan.dhcp_enable = static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
#static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -139,17 +139,15 @@ static.network.lldp.packet_interval =
####################################################################################### #######################################################################################
static.network.vlan.dhcp_enable = static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -128,18 +128,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
#static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -100,14 +100,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -113,14 +113,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################

View File

@ -113,14 +113,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################

View File

@ -100,14 +100,14 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################
## Network VPN ## ## Network VPN ##

View File

@ -113,14 +113,13 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################

View File

@ -67,13 +67,14 @@ network.dhcp.server_mac2 =
####################################################################################### #######################################################################################
## VLAN ## ## VLAN ##
####################################################################################### #######################################################################################
static.network.vlan.internet_port_enable =
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.pc_port_enable = static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos} static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
static.network.vlan.dhcp_enable = static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP ##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP

View File

@ -112,14 +112,13 @@ static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.pc_port_enable =
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_vid = {$yealink_vlan_id} static.network.vlan.internet_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
####################################################################################### #######################################################################################

View File

@ -67,16 +67,15 @@ network.dhcp.server_mac2 =
####################################################################################### #######################################################################################
## VLAN ## ## VLAN ##
####################################################################################### #######################################################################################
{if isset($yealink_vlan_enable)}
static.network.vlan.internet_port_enable = {$yealink_vlan_enable}
{else}
static.network.vlan.internet_port_enable = 0
{/if}
static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.pc_port_enable = static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos} static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
static.network.vlan.dhcp_enable = static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP ##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP

View File

@ -67,13 +67,15 @@ network.dhcp.server_mac2 =
####################################################################################### #######################################################################################
## VLAN ## ## VLAN ##
####################################################################################### #######################################################################################
static.network.vlan.internet_port_enable =
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.pc_port_enable = static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos} static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
static.network.vlan.dhcp_enable = static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP ##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP

View File

@ -100,15 +100,15 @@ static.network.dns.query_timeout =
####################################################################################### #######################################################################################
## VLAN ## ## VLAN ##
####################################################################################### #######################################################################################
static.network.vlan.internet_port_enable =
static.network.vlan.internet_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.internet_port_priority = {$yealink_vlan_cos} static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.pc_port_enable = static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.pc_port_vid = {$yealink_vlan_id}
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if} {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos} static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.dhcp_enable = static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
static.network.vlan.dhcp_option = {if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP ##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP
##(Except T19P/T21P Models) 0-Disable 1-Enable ##(Except T19P/T21P Models) 0-Disable 1-Enable
static.network.vlan.vlan_change.enable = static.network.vlan.vlan_change.enable =

View File

@ -25,15 +25,15 @@ network.pppoe.password =
#Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled; #Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled;
#Require reboot; #Require reboot;
network.vlan.internet_port_enable = {if isset($yealink_vlan_enable)}network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}network.network.vlan.internet_port_enable = 0{/if}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1. #Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot; #Require reboot;
network.vlan.internet_port_vid = network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7. #Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot; #Require reboot;
network.vlan.internet_port_priority = network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Configure the HTTP port (80 by default) and the HTTPS port (443 by default) of the web server. Both range from 1 to 65535. #Configure the HTTP port (80 by default) and the HTTPS port (443 by default) of the web server. Both range from 1 to 65535.
#Require reboot; #Require reboot;

View File

@ -83,12 +83,15 @@ static.network.dns.query_timeout =
####################################################################################### #######################################################################################
## VLAN ## ## VLAN ##
####################################################################################### #######################################################################################
static.network.vlan.internet_port_enable =
static.network.vlan.internet_port_vid = static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
static.network.vlan.internet_port_priority = static.network.vlan.internet_port_vid = {$yealink_vlan_id}
static.network.vlan.pc_port_enable = {if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
static.network.vlan.pc_port_vid =
static.network.vlan.pc_port_priority = static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
{if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if}
static.network.vlan.dhcp_enable = static.network.vlan.dhcp_enable =
static.network.vlan.dhcp_option = static.network.vlan.dhcp_option =
##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP ##It configures LLDP or manually VLAN can't obtain IP, whether to switch to other methods of VLAN or closed VLAN to get IP

View File

@ -24,15 +24,15 @@ network.pppoe.password =
#Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled; #Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled;
#Require reboot; #Require reboot;
network.vlan.internet_port_enable = 0 {if isset($yealink_vlan_enable)}network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}network.vlan.internet_port_enable = 0{/if}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1. #Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot; #Require reboot;
network.vlan.internet_port_vid = network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7. #Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot; #Require reboot;
network.vlan.internet_port_priority = network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default); #Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
#Require reboot; #Require reboot;

View File

@ -24,15 +24,16 @@ network.pppoe.password =
#Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled; #Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled;
#Require reboot; #Require reboot;
network.vlan.internet_port_enable = 0 {if isset($yealink_vlan_enable)}network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}network.vlan.internet_port_enable = 0{/if}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1. #Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot; #Require reboot;
network.vlan.internet_port_vid = network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7. #Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot; #Require reboot;
network.vlan.internet_port_priority = network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default); #Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
#Require reboot; #Require reboot;

View File

@ -32,7 +32,7 @@ network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7. #Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot; #Require reboot;
network.vlan.internet_port_priority = network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default); #Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
#Require reboot; #Require reboot;

View File

@ -32,7 +32,8 @@ network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7. #Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot; #Require reboot;
network.vlan.internet_port_priority = network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default); #Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
#Require reboot; #Require reboot;

View File

@ -24,7 +24,7 @@ network.pppoe.password =
#Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled; #Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled;
#Require reboot; #Require reboot;
network.vlan.internet_port_enable = {$yealink_vlan_enable} {if isset($yealink_vlan_enable)}network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}network.vlan.internet_port_enable = 0{/if}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1. #Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot; #Require reboot;
@ -32,7 +32,7 @@ network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7. #Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot; #Require reboot;
network.vlan.internet_port_priority = network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default); #Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
#Require reboot; #Require reboot;