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 ?>
Helpful Hints...
$| helpfullHints or '' |$
|