VLAN Configuration<\/a> to configure Port VLANs." iconEdit = "iconEditDis" end if (ButtonType and ButtonType == "edit") then local field, splitted, rows = web.cgiSearch(cgi, "VlanPortMgmt") if (rows and rows["1"]) then configRowId = rows["1"] RowId = rows["1"] errorFlag, statusCode = vlanConfig.portVlanEditCheck (RowId) if (errorFlag == "ERROR") then statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) or statusCode NextPage = "portVlan" end else NextPage = "portVlan" end web.goToPage(NextPage, true, true) else configPort = db.getAttribute ("ConfigPort","_ROWID_","1","LogicalIfName") if (configPort == nil) then configPort = "" end editAllow = "" if (configPort ~= nil and configPort ~= "LAN") then editAllow = "disabled" end ?> $|COMPANY_NAME|$ : $|APP_NAME|$
$| statusMessage |$
Port VLANsLogout
$| initialDescription or '' |$
 
Port VLANs
  Port Name Mode PVID VLAN Membership 
$| row["VlanPortMgmt.PortName"] or '' |$ $| mode |$ $| row["VlanPortMgmt.DefaultPVID"] or '' |$ $| vlanMembs |$
 
Wireless VLANs
  SSID Mode PVID VLAN Membership
$| row["VlanPortMgmt.PortName"] or '' |$ $| mode |$ $| row["VlanPortMgmt.DefaultPVID"] or '' |$ $| vlanMembs |$
Helpful Hints...
$| helpfullHints or '' |$