= 16) then statusCode = "Can't add configuration to this table. Maximum limit reached." errorFlag = "ERROR" NextPage = "port_triggering" else errorFlag, statusCode = fwView.portTrgConfig(inputTable, RowId, "add") end end else errorFlag, statusCode = fwView.portTrgConfig(inputTable, RowId, "edit") end -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) or statusCode end web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "edit") then configRowId = RowId web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "delete") then local field, splitted, rows = web.cgiSearch(cgi, "PortTriggeringChk") -- if any rows to delete if (rows) then errorFlag, statusCode = fwView.deleteRules (rows) end -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) web.goToPage(NextPage, true, true) else ?> $|COMPANY_NAME|$ $|PRODUCT_FAMILY|$ - Port Triggering
 
Port Triggering
 
IPv6
IPv4
 
 
$| statusMessage|$
Port Triggering Rules
  # Name Enable Protocol Outgoing Ports Incoming Ports Action
Start Port End Port Start Port End Port
$| i |$ $| row["PortTriggering.RuleName"] |$ $| state or '' |$ $| proto or ''|$ $| row["PortTriggering.OutgoingPortStart"] or ''|$ $| row["PortTriggering.OutgoingPortEnd"] or ''|$ $| row["PortTriggering.IncomingPortStart"] |$ $| row["PortTriggering.IncomingPortEnd"] |$
Add Port Triggering Rule:
Name Enable Protocol Outgoing Ports Incoming Ports Add
Start Port
(1025~65535)
End Port
(1025~65535)
Start Port
(1025~65535)
End Port
(1025~65535)