= 125) then statusMessage = "Can't add configuration to this table. Maximum limit reached." NextPage = "mode_config" end 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, "IpsecModeConfig") -- if any rows to delete if (rows) then errorFlag, statusCode = vipSecure.modeConfigDelete(rows) end -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) or statusCode web.goToPage(NextPage, true, true) else ?> $|COMPANY_NAME|$ $|PRODUCT_FAMILY|$ - Mode Config
 
Mode Config
 
IPv6
IPv4
 
 
$| statusMessage |$
List of Mode Config Records
  Record Name Pool Start IP Pool End IP Action
$|row["IpsecModeConfigVpnPolicy.ModeConfigRecordName"] or ''|$ $|row["IpsecModeConfigVpnPolicy.FirstPoolStartIP"] or ''|$
$|row["IpsecModeConfigVpnPolicy.SecondPoolStartIP"] or ''|$
$|row["IpsecModeConfigVpnPolicy.ThirdPoolStartIP"] or ''|$
$|row["IpsecModeConfigVpnPolicy.FirstPoolEndIP"] or ''|$
$|row["IpsecModeConfigVpnPolicy.SecondPoolEndIP"] or ''|$
$|row["IpsecModeConfigVpnPolicy.ThirdPoolEndIP"] or ''|$