content
stringlengths
7
1.05M
contractions_pt_br = { # da, do, dos, deste, disso, daquilo... r'\b(D|d)(\')?(ele|el|est|este|aquel|aquele|ist|iss|ess|esse|aquil)?(a|o)?(s)?':'\\1e \\3\\4\\5', # na, no, nos, neste, nisso, naquilo... r'\bN(\')?(ele|el|est|este|aquel|aquele|ist|iss|ess|esse|aquil)?(a|o)?(s)?':'Em \\2\\3\\4', r'\bn(\')?(ele|el|est|este|aquel|aquele|ist|iss|ess|esse|aquil)?(a|o)?(s)?':'em \\2\\3\\4', # à r'\bà[\b]?':'a a', r'\bÀ[\b]?':'A a', # ao... r'\b(a|A)o(s)?\b':'\\1 o\\2', # não r'\b(n|N)\b':'\\1ão', # que r'\b(q|Q)\b':'\\1ue', # pra r'\b(p|P)ra\b':'\\1ara', r'\b(p|P)ras\b':'\\1ara as', r'\b(p|P)ro(s)\b':'\\1ara o\\2', # num, numa r'\bnum(a)?\b':'em um\\1', r'\bNum(a)?\b':'Em um\\1' } contractions_fr ={ # l', d', j', n', t', m' r'\b(m|M|t|T|n|N|j|J|l|L|d|D)\'':'\\1e ', # du r'\b(D|d)u':'\\1e le', # au r'\bAu\b':'À le', r'\bau\b':'à le', # aux r'\bAux\b':'À les', r'\baux\b':'à les', # des r'\b(d|D)es':'\\1e les', # qu' r'\b(q|Q)u\'':'\\1ue ', } contractions_en ={ r'\'m\b':' am', r'\'re\b':' are', # can't, cannot... r'\b(c|C)an+[o]?[\']?t\b':'\\1an not', #shouldn't, couldn't r'\b(C|W|S)(h)?ouldn\'t\b':'\\1\\2ould not', r'\b(c|w|s)(h)?ouldn\'t\b':'\\1\\2ould not', # I amn't r'\b(a|A)mn\'t\b':'\\1m not', # ren't r'\b(a)?ren\'t\b':'are not', # is r'\b(s|S)?(H|h|i|I)(e|t)\'s\b':'\\1\\2\\3 is', # isn't r'\b(i|I)sn\'t\b':'\\1s not', # won't r'\b(w|W)on\'t\b':'\\1ill not', # needn't r'\b(n|N)eedn\'t\b':'\\1eed not', # haven't, hadn't, hasn't r'\b(h|H)a(ve|d|s)n\'t\b':'\\1a\\2 not', # ain't r'\b(a|A)in\'t\b':'\\1m not', # 've' r'\'ve\b':' have', # didn't, doesn't r'(d|D)(id|oes)n\'t':'\\1\\2 not', # 'll r'\'ll\b':' will', # 'd r'\'d\b':' would', # let's r'\b(l|L)et\'s\b':'\\1et us', # mayn't r'\b(m|M)ayn\'t\b':'\\1ay not', # may've r'\b(m|M)ay\'ve\b':'\\1ay have', # mightn't, mustn't r'\b(m|M)(ight|ust)n\'t\b':'\\1\\2 not', # might've, must've r'\b(m|M)(ight|ust)\'ve\b':'\\1\\2 have', # shalln't r'\b(s|S)ha(ll)?n\'t\b':'\\1hall not', }
# !/usr/bin/env python # -*- coding: utf-8 -*- """ @author: @file: ${NAME}.py @time: ${DATE} @version: """
s = input() if s: print('foo') else: print('bar') x = 1 y = x print(y)
# # PySNMP MIB module CHECKPOINT-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/CHECKPOINT-MIB # Produced by pysmi-0.3.4 at Mon Apr 29 17:31:12 2019 # On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4 # Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15) # Integer, OctetString, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "Integer", "OctetString", "ObjectIdentifier") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ValueRangeConstraint, ValueSizeConstraint, ConstraintsUnion, SingleValueConstraint, ConstraintsIntersection = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueRangeConstraint", "ValueSizeConstraint", "ConstraintsUnion", "SingleValueConstraint", "ConstraintsIntersection") ModuleCompliance, ObjectGroup, NotificationGroup = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "ObjectGroup", "NotificationGroup") NotificationType, iso, Bits, Integer32, TimeTicks, MibScalar, MibTable, MibTableRow, MibTableColumn, Unsigned32, Counter32, Gauge32, ObjectIdentity, Counter64, ModuleIdentity, enterprises, IpAddress, MibIdentifier = mibBuilder.importSymbols("SNMPv2-SMI", "NotificationType", "iso", "Bits", "Integer32", "TimeTicks", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "Unsigned32", "Counter32", "Gauge32", "ObjectIdentity", "Counter64", "ModuleIdentity", "enterprises", "IpAddress", "MibIdentifier") TextualConvention, DisplayString = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "DisplayString") checkpoint = ModuleIdentity((1, 3, 6, 1, 4, 1, 2620)) checkpoint.setRevisions(('2013-12-26 13:09',)) if mibBuilder.loadTexts: checkpoint.setLastUpdated('201312261309Z') if mibBuilder.loadTexts: checkpoint.setOrganization('Check Point') products = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1)) tables = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 500)) fw = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1)) vpn = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2)) fg = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 3)) ha = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 5)) svn = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6)) mngmt = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 7)) wam = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 8)) dtps = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 9)) ls = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 11)) vsx = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 16)) smartDefense = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17)) avi = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24)) eventiaAnalyzer = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 25)) uf = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 29)) ms = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 30)) voip = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 31)) identityAwareness = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 38)) applicationControl = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 39)) thresholds = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 42)) advancedUrlFiltering = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 43)) dlp = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 44)) amw = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 46)) te = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 49)) sxl = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 36)) vsxVsSupported = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 16, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxVsSupported.setStatus('current') vsxVsConfigured = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 16, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxVsConfigured.setStatus('current') vsxVsInstalled = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 16, 13), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxVsInstalled.setStatus('current') vsxStatus = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22)) vsxStatusTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1), ) if mibBuilder.loadTexts: vsxStatusTable.setStatus('current') vsxStatusEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "vsxStatusVSId")) if mibBuilder.loadTexts: vsxStatusEntry.setStatus('current') vsxStatusVSId = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusVSId.setStatus('current') vsxStatusVRId = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 2), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusVRId.setStatus('current') vsxStatusVsName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusVsName.setStatus('current') vsxStatusVsType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusVsType.setStatus('current') vsxStatusMainIP = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusMainIP.setStatus('current') vsxStatusPolicyName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusPolicyName.setStatus('current') vsxStatusVsPolicyType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusVsPolicyType.setStatus('current') vsxStatusSicTrustState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusSicTrustState.setStatus('current') vsxStatusHAState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusHAState.setStatus('current') vsxStatusVSWeight = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 1, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusVSWeight.setStatus('current') vsxStatusCPUUsageTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2), ) if mibBuilder.loadTexts: vsxStatusCPUUsageTable.setStatus('current') vsxStatusCPUUsageEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "vsxStatusVSId")) if mibBuilder.loadTexts: vsxStatusCPUUsageEntry.setStatus('current') vsxStatusCPUUsage1sec = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 100))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusCPUUsage1sec.setStatus('current') vsxStatusCPUUsage10sec = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 100))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusCPUUsage10sec.setStatus('current') vsxStatusCPUUsage1min = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 100))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusCPUUsage1min.setStatus('current') vsxStatusCPUUsage1hr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 100))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusCPUUsage1hr.setStatus('current') vsxStatusCPUUsage24hr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 100))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusCPUUsage24hr.setStatus('current') vsxStatusCPUUsageVSId = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 22, 2, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxStatusCPUUsageVSId.setStatus('current') vsxCounters = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23)) vsxCountersTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1), ) if mibBuilder.loadTexts: vsxCountersTable.setStatus('current') vsxCountersEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "vsxStatusVSId")) if mibBuilder.loadTexts: vsxCountersEntry.setStatus('current') vsxCountersVSId = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersVSId.setStatus('current') vsxCountersConnNum = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersConnNum.setStatus('current') vsxCountersConnPeakNum = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersConnPeakNum.setStatus('current') vsxCountersConnTableLimit = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersConnTableLimit.setStatus('current') vsxCountersPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersPackets.setStatus('current') vsxCountersDroppedTotal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersDroppedTotal.setStatus('current') vsxCountersAcceptedTotal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersAcceptedTotal.setStatus('current') vsxCountersRejectedTotal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersRejectedTotal.setStatus('current') vsxCountersBytesAcceptedTotal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersBytesAcceptedTotal.setStatus('current') vsxCountersBytesDroppedTotal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 10), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersBytesDroppedTotal.setStatus('current') vsxCountersBytesRejectedTotal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersBytesRejectedTotal.setStatus('current') vsxCountersLoggedTotal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 12), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersLoggedTotal.setStatus('current') vsxCountersIsDataValid = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 16, 23, 1, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1))).clone(namedValues=NamedValues(("invalid", 0), ("valid", 1)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vsxCountersIsDataValid.setStatus('current') raUsersTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 500, 9000), ) if mibBuilder.loadTexts: raUsersTable.setStatus('current') raUsersEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "raInternalIpAddr")) if mibBuilder.loadTexts: raUsersEntry.setStatus('current') raInternalIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 1), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: raInternalIpAddr.setStatus('current') raExternalIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 19), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: raExternalIpAddr.setStatus('current') raUserState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 20), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(3, 4, 129, 130, 131, 132))).clone(namedValues=NamedValues(("active", 3), ("destroy", 4), ("idle", 129), ("phase1", 130), ("down", 131), ("init", 132)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: raUserState.setStatus('current') raOfficeMode = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 21), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raOfficeMode.setStatus('current') raIkeOverTCP = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 22), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raIkeOverTCP.setStatus('current') raUseUDPEncap = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 23), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raUseUDPEncap.setStatus('current') raVisitorMode = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 24), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raVisitorMode.setStatus('current') raRouteTraffic = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 25), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raRouteTraffic.setStatus('current') raCommunity = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 26), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: raCommunity.setStatus('current') raTunnelEncAlgorithm = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 27), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 5, 7, 9, 129, 130))).clone(namedValues=NamedValues(("espDES", 1), ("esp3DES", 2), ("espCAST", 5), ("esp3IDEA", 7), ("espNULL", 9), ("espAES128", 129), ("espAES256", 130)))).setMaxAccess("readonly") if mibBuilder.loadTexts: raTunnelEncAlgorithm.setStatus('current') raTunnelAuthMethod = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 28), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 129, 130))).clone(namedValues=NamedValues(("preshared-key", 1), ("dss-signature", 2), ("rsa-signature", 3), ("rsa-encryption", 4), ("rev-rsa-encryption", 5), ("xauth", 129), ("crack", 130)))).setMaxAccess("readonly") if mibBuilder.loadTexts: raTunnelAuthMethod.setStatus('current') raLogonTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9000, 1, 29), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raLogonTime.setStatus('current') tunnelTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 500, 9002), ) if mibBuilder.loadTexts: tunnelTable.setStatus('current') tunnelEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "tunnelPeerIpAddr")) if mibBuilder.loadTexts: tunnelEntry.setStatus('current') tunnelPeerIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 1), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelPeerIpAddr.setStatus('current') tunnelPeerObjName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelPeerObjName.setStatus('current') tunnelState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(3, 4, 129, 130, 131, 132))).clone(namedValues=NamedValues(("active", 3), ("destroy", 4), ("idle", 129), ("phase1", 130), ("down", 131), ("init", 132)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: tunnelState.setStatus('current') tunnelCommunity = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelCommunity.setStatus('current') tunnelNextHop = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 5), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelNextHop.setStatus('current') tunnelInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelInterface.setStatus('current') tunnelSourceIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 7), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelSourceIpAddr.setStatus('current') tunnelLinkPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2))).clone(namedValues=NamedValues(("primary", 0), ("backup", 1), ("on-demand", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelLinkPriority.setStatus('current') tunnelProbState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2))).clone(namedValues=NamedValues(("unknown", 0), ("alive", 1), ("dead", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelProbState.setStatus('current') tunnelPeerType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("regular", 1), ("daip", 2), ("robo", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelPeerType.setStatus('current') tunnelType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9002, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("regular", 1), ("permanent", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: tunnelType.setStatus('current') permanentTunnelTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 500, 9003), ) if mibBuilder.loadTexts: permanentTunnelTable.setStatus('current') permanentTunnelEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "permanentTunnelPeerIpAddr")) if mibBuilder.loadTexts: permanentTunnelEntry.setStatus('current') permanentTunnelPeerIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 1), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelPeerIpAddr.setStatus('current') permanentTunnelPeerObjName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelPeerObjName.setStatus('current') permanentTunnelState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(3, 4, 129, 130, 131, 132))).clone(namedValues=NamedValues(("active", 3), ("destroy", 4), ("idle", 129), ("phase1", 130), ("down", 131), ("init", 132)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: permanentTunnelState.setStatus('current') permanentTunnelCommunity = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelCommunity.setStatus('current') permanentTunnelNextHop = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 5), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelNextHop.setStatus('current') permanentTunnelInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 6), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelInterface.setStatus('current') permanentTunnelSourceIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 7), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelSourceIpAddr.setStatus('current') permanentTunnelLinkPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2))).clone(namedValues=NamedValues(("primary", 0), ("backup", 1), ("on-demand", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelLinkPriority.setStatus('current') permanentTunnelProbState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2))).clone(namedValues=NamedValues(("unknown", 0), ("alive", 1), ("dead", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelProbState.setStatus('current') permanentTunnelPeerType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 500, 9003, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("regular", 1), ("daip", 2), ("robo", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: permanentTunnelPeerType.setStatus('current') fwPolicyStat = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25)) fwPerfStat = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26)) fwHmem = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1)) fwKmem = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2)) fwInspect = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 3)) fwCookies = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4)) fwChains = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 5)) fwFragments = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 6)) fwUfp = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 8)) fwSS = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9)) fwConnectionsStat = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 11)) fwHmem64 = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12)) fwSS_http = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1)).setLabel("fwSS-http") fwSS_ftp = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2)).setLabel("fwSS-ftp") fwSS_telnet = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3)).setLabel("fwSS-telnet") fwSS_rlogin = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4)).setLabel("fwSS-rlogin") fwSS_ufp = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 5)).setLabel("fwSS-ufp") fwSS_smtp = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6)).setLabel("fwSS-smtp") fwSS_POP3 = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7)).setLabel("fwSS-POP3") fwSS_av_total = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10)).setLabel("fwSS-av-total") fwModuleState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwModuleState.setStatus('current') fwFilterName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwFilterName.setStatus('current') fwFilterDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwFilterDate.setStatus('current') fwAccepted = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwAccepted.setStatus('current') fwRejected = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwRejected.setStatus('current') fwDropped = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwDropped.setStatus('current') fwLogged = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLogged.setStatus('current') fwMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwMajor.setStatus('current') fwMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwMinor.setStatus('current') fwProduct = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 10), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwProduct.setStatus('current') fwEvent = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwEvent.setStatus('current') fwSICTrustState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 12), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwSICTrustState.setStatus('current') fwTrapPrefix = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 0)) fwTrap = NotificationType((1, 3, 6, 1, 4, 1, 2620, 1, 1, 0, 1)).setObjects(("CHECKPOINT-MIB", "fwEvent")) if mibBuilder.loadTexts: fwTrap.setStatus('current') fwProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 21), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwProdName.setStatus('current') fwVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 22), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwVerMajor.setStatus('current') fwVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 23), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwVerMinor.setStatus('current') fwKernelBuild = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 24), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwKernelBuild.setStatus('current') fwPolicyName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwPolicyName.setStatus('current') fwInstallTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwInstallTime.setStatus('current') fwNumConn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNumConn.setStatus('current') fwPeakNumConn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwPeakNumConn.setStatus('current') fwIfTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5), ) if mibBuilder.loadTexts: fwIfTable.setStatus('current') fwConnTableLimit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwConnTableLimit.setStatus('current') fwIfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "fwIfIndex")) if mibBuilder.loadTexts: fwIfEntry.setStatus('current') fwIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwIfIndex.setStatus('current') fwIfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwIfName.setStatus('current') fwAcceptPcktsIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwAcceptPcktsIn.setStatus('current') fwAcceptPcktsOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwAcceptPcktsOut.setStatus('current') fwAcceptBytesIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwAcceptBytesIn.setStatus('current') fwAcceptBytesOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwAcceptBytesOut.setStatus('current') fwDropPcktsIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwDropPcktsIn.setStatus('current') fwDropPcktsOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwDropPcktsOut.setStatus('current') fwRejectPcktsIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwRejectPcktsIn.setStatus('current') fwRejectPcktsOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwRejectPcktsOut.setStatus('current') fwLogIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 13), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLogIn.setStatus('current') fwLogOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 5, 1, 14), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLogOut.setStatus('current') fwPacketsRate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwPacketsRate.setStatus('current') fwDroppedTotalRate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 16), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwDroppedTotalRate.setStatus('current') fwAcceptedBytesTotalRate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwAcceptedBytesTotalRate.setStatus('current') fwDroppedBytesTotalRate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 25, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwDroppedBytesTotalRate.setStatus('current') fwHmem_block_size = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 1), Integer32()).setLabel("fwHmem-block-size").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_block_size.setStatus('current') fwHmem_requested_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 2), Integer32()).setLabel("fwHmem-requested-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_requested_bytes.setStatus('current') fwHmem_initial_allocated_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 3), Integer32()).setLabel("fwHmem-initial-allocated-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_initial_allocated_bytes.setStatus('current') fwHmem_initial_allocated_blocks = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 4), Integer32()).setLabel("fwHmem-initial-allocated-blocks").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_initial_allocated_blocks.setStatus('current') fwHmem_initial_allocated_pools = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 5), Integer32()).setLabel("fwHmem-initial-allocated-pools").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_initial_allocated_pools.setStatus('current') fwHmem_current_allocated_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 6), Integer32()).setLabel("fwHmem-current-allocated-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_current_allocated_bytes.setStatus('current') fwHmem_current_allocated_blocks = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 7), Integer32()).setLabel("fwHmem-current-allocated-blocks").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_current_allocated_blocks.setStatus('current') fwHmem_current_allocated_pools = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 8), Integer32()).setLabel("fwHmem-current-allocated-pools").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_current_allocated_pools.setStatus('current') fwHmem_maximum_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 9), Integer32()).setLabel("fwHmem-maximum-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_maximum_bytes.setStatus('current') fwHmem_maximum_pools = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 10), Integer32()).setLabel("fwHmem-maximum-pools").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_maximum_pools.setStatus('current') fwHmem_bytes_used = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 11), Integer32()).setLabel("fwHmem-bytes-used").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_bytes_used.setStatus('current') fwHmem_blocks_used = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 12), Integer32()).setLabel("fwHmem-blocks-used").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_blocks_used.setStatus('current') fwHmem_bytes_unused = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 13), Integer32()).setLabel("fwHmem-bytes-unused").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_bytes_unused.setStatus('current') fwHmem_blocks_unused = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 14), Integer32()).setLabel("fwHmem-blocks-unused").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_blocks_unused.setStatus('current') fwHmem_bytes_peak = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 15), Integer32()).setLabel("fwHmem-bytes-peak").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_bytes_peak.setStatus('current') fwHmem_blocks_peak = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 16), Integer32()).setLabel("fwHmem-blocks-peak").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_blocks_peak.setStatus('current') fwHmem_bytes_internal_use = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 17), Integer32()).setLabel("fwHmem-bytes-internal-use").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_bytes_internal_use.setStatus('current') fwHmem_number_of_items = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 18), Integer32()).setLabel("fwHmem-number-of-items").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_number_of_items.setStatus('current') fwHmem_alloc_operations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 19), Integer32()).setLabel("fwHmem-alloc-operations").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_alloc_operations.setStatus('current') fwHmem_free_operations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 20), Integer32()).setLabel("fwHmem-free-operations").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_free_operations.setStatus('current') fwHmem_failed_alloc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 21), Integer32()).setLabel("fwHmem-failed-alloc").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_failed_alloc.setStatus('current') fwHmem_failed_free = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 1, 22), Integer32()).setLabel("fwHmem-failed-free").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem_failed_free.setStatus('current') fwKmem_system_physical_mem = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 1), Integer32()).setLabel("fwKmem-system-physical-mem").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_system_physical_mem.setStatus('current') fwKmem_available_physical_mem = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 2), Integer32()).setLabel("fwKmem-available-physical-mem").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_available_physical_mem.setStatus('current') fwKmem_aix_heap_size = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 3), Integer32()).setLabel("fwKmem-aix-heap-size").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_aix_heap_size.setStatus('current') fwKmem_bytes_used = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 4), Integer32()).setLabel("fwKmem-bytes-used").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_bytes_used.setStatus('current') fwKmem_blocking_bytes_used = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 5), Integer32()).setLabel("fwKmem-blocking-bytes-used").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_blocking_bytes_used.setStatus('current') fwKmem_non_blocking_bytes_used = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 6), Integer32()).setLabel("fwKmem-non-blocking-bytes-used").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_non_blocking_bytes_used.setStatus('current') fwKmem_bytes_unused = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 7), Integer32()).setLabel("fwKmem-bytes-unused").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_bytes_unused.setStatus('current') fwKmem_bytes_peak = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 8), Integer32()).setLabel("fwKmem-bytes-peak").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_bytes_peak.setStatus('current') fwKmem_blocking_bytes_peak = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 9), Integer32()).setLabel("fwKmem-blocking-bytes-peak").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_blocking_bytes_peak.setStatus('current') fwKmem_non_blocking_bytes_peak = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 10), Integer32()).setLabel("fwKmem-non-blocking-bytes-peak").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_non_blocking_bytes_peak.setStatus('current') fwKmem_bytes_internal_use = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 11), Integer32()).setLabel("fwKmem-bytes-internal-use").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_bytes_internal_use.setStatus('current') fwKmem_number_of_items = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 12), Integer32()).setLabel("fwKmem-number-of-items").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_number_of_items.setStatus('current') fwKmem_alloc_operations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 13), Integer32()).setLabel("fwKmem-alloc-operations").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_alloc_operations.setStatus('current') fwKmem_free_operations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 14), Integer32()).setLabel("fwKmem-free-operations").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_free_operations.setStatus('current') fwKmem_failed_alloc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 15), Integer32()).setLabel("fwKmem-failed-alloc").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_failed_alloc.setStatus('current') fwKmem_failed_free = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 2, 16), Integer32()).setLabel("fwKmem-failed-free").setMaxAccess("readonly") if mibBuilder.loadTexts: fwKmem_failed_free.setStatus('current') fwInspect_packets = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 3, 1), Integer32()).setLabel("fwInspect-packets").setMaxAccess("readonly") if mibBuilder.loadTexts: fwInspect_packets.setStatus('current') fwInspect_operations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 3, 2), Integer32()).setLabel("fwInspect-operations").setMaxAccess("readonly") if mibBuilder.loadTexts: fwInspect_operations.setStatus('current') fwInspect_lookups = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 3, 3), Integer32()).setLabel("fwInspect-lookups").setMaxAccess("readonly") if mibBuilder.loadTexts: fwInspect_lookups.setStatus('current') fwInspect_record = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 3, 4), Integer32()).setLabel("fwInspect-record").setMaxAccess("readonly") if mibBuilder.loadTexts: fwInspect_record.setStatus('current') fwInspect_extract = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 3, 5), Integer32()).setLabel("fwInspect-extract").setMaxAccess("readonly") if mibBuilder.loadTexts: fwInspect_extract.setStatus('current') fwCookies_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4, 1), Integer32()).setLabel("fwCookies-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwCookies_total.setStatus('current') fwCookies_allocfwCookies_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4, 2), Integer32()).setLabel("fwCookies-allocfwCookies-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwCookies_allocfwCookies_total.setStatus('current') fwCookies_freefwCookies_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4, 3), Integer32()).setLabel("fwCookies-freefwCookies-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwCookies_freefwCookies_total.setStatus('current') fwCookies_dupfwCookies_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4, 4), Integer32()).setLabel("fwCookies-dupfwCookies-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwCookies_dupfwCookies_total.setStatus('current') fwCookies_getfwCookies_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4, 5), Integer32()).setLabel("fwCookies-getfwCookies-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwCookies_getfwCookies_total.setStatus('current') fwCookies_putfwCookies_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4, 6), Integer32()).setLabel("fwCookies-putfwCookies-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwCookies_putfwCookies_total.setStatus('current') fwCookies_lenfwCookies_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 4, 7), Integer32()).setLabel("fwCookies-lenfwCookies-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwCookies_lenfwCookies_total.setStatus('current') fwChains_alloc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 5, 1), Integer32()).setLabel("fwChains-alloc").setMaxAccess("readonly") if mibBuilder.loadTexts: fwChains_alloc.setStatus('current') fwChains_free = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 5, 2), Integer32()).setLabel("fwChains-free").setMaxAccess("readonly") if mibBuilder.loadTexts: fwChains_free.setStatus('current') fwFrag_fragments = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 6, 1), Integer32()).setLabel("fwFrag-fragments").setMaxAccess("readonly") if mibBuilder.loadTexts: fwFrag_fragments.setStatus('current') fwFrag_expired = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 6, 2), Integer32()).setLabel("fwFrag-expired").setMaxAccess("readonly") if mibBuilder.loadTexts: fwFrag_expired.setStatus('current') fwFrag_packets = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 6, 3), Integer32()).setLabel("fwFrag-packets").setMaxAccess("readonly") if mibBuilder.loadTexts: fwFrag_packets.setStatus('current') fwUfpHitRatio = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 8, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwUfpHitRatio.setStatus('current') fwUfpInspected = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 8, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwUfpInspected.setStatus('current') fwUfpHits = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 8, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwUfpHits.setStatus('current') fwSS_http_pid = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 1), Integer32()).setLabel("fwSS-http-pid").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_pid.setStatus('current') fwSS_http_proto = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 2), Integer32()).setLabel("fwSS-http-proto").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_proto.setStatus('current') fwSS_http_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 3), Integer32()).setLabel("fwSS-http-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_port.setStatus('current') fwSS_http_logical_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 4), Integer32()).setLabel("fwSS-http-logical-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_logical_port.setStatus('current') fwSS_http_max_avail_socket = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 5), Integer32()).setLabel("fwSS-http-max-avail-socket").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_max_avail_socket.setStatus('current') fwSS_http_socket_in_use_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 6), Integer32()).setLabel("fwSS-http-socket-in-use-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_socket_in_use_max.setStatus('current') fwSS_http_socket_in_use_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 7), Integer32()).setLabel("fwSS-http-socket-in-use-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_socket_in_use_curr.setStatus('current') fwSS_http_socket_in_use_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 8), Integer32()).setLabel("fwSS-http-socket-in-use-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_socket_in_use_count.setStatus('current') fwSS_http_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 9), Integer32()).setLabel("fwSS-http-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_sess_max.setStatus('current') fwSS_http_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 10), Integer32()).setLabel("fwSS-http-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_sess_curr.setStatus('current') fwSS_http_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 11), Integer32()).setLabel("fwSS-http-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_sess_count.setStatus('current') fwSS_http_auth_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 12), Integer32()).setLabel("fwSS-http-auth-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_auth_sess_max.setStatus('current') fwSS_http_auth_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 13), Integer32()).setLabel("fwSS-http-auth-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_auth_sess_curr.setStatus('current') fwSS_http_auth_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 14), Integer32()).setLabel("fwSS-http-auth-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_auth_sess_count.setStatus('current') fwSS_http_accepted_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 15), Integer32()).setLabel("fwSS-http-accepted-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_accepted_sess.setStatus('current') fwSS_http_rejected_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 16), Integer32()).setLabel("fwSS-http-rejected-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_rejected_sess.setStatus('current') fwSS_http_auth_failures = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 17), Integer32()).setLabel("fwSS-http-auth-failures").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_auth_failures.setStatus('current') fwSS_http_ops_cvp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 18), Integer32()).setLabel("fwSS-http-ops-cvp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ops_cvp_sess_max.setStatus('current') fwSS_http_ops_cvp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 19), Integer32()).setLabel("fwSS-http-ops-cvp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ops_cvp_sess_curr.setStatus('current') fwSS_http_ops_cvp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 20), Integer32()).setLabel("fwSS-http-ops-cvp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ops_cvp_sess_count.setStatus('current') fwSS_http_ops_cvp_rej_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 21), Integer32()).setLabel("fwSS-http-ops-cvp-rej-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ops_cvp_rej_sess.setStatus('current') fwSS_http_ssl_encryp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 22), Integer32()).setLabel("fwSS-http-ssl-encryp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ssl_encryp_sess_max.setStatus('current') fwSS_http_ssl_encryp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 23), Integer32()).setLabel("fwSS-http-ssl-encryp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ssl_encryp_sess_curr.setStatus('current') fwSS_http_ssl_encryp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 24), Integer32()).setLabel("fwSS-http-ssl-encryp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ssl_encryp_sess_count.setStatus('current') fwSS_http_transp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 25), Integer32()).setLabel("fwSS-http-transp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_transp_sess_max.setStatus('current') fwSS_http_transp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 26), Integer32()).setLabel("fwSS-http-transp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_transp_sess_curr.setStatus('current') fwSS_http_transp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 27), Integer32()).setLabel("fwSS-http-transp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_transp_sess_count.setStatus('current') fwSS_http_proxied_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 28), Integer32()).setLabel("fwSS-http-proxied-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_proxied_sess_max.setStatus('current') fwSS_http_proxied_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 29), Integer32()).setLabel("fwSS-http-proxied-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_proxied_sess_curr.setStatus('current') fwSS_http_proxied_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 30), Integer32()).setLabel("fwSS-http-proxied-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_proxied_sess_count.setStatus('current') fwSS_http_tunneled_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 31), Integer32()).setLabel("fwSS-http-tunneled-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_tunneled_sess_max.setStatus('current') fwSS_http_tunneled_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 32), Integer32()).setLabel("fwSS-http-tunneled-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_tunneled_sess_curr.setStatus('current') fwSS_http_tunneled_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 33), Integer32()).setLabel("fwSS-http-tunneled-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_tunneled_sess_count.setStatus('current') fwSS_http_ftp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 34), Integer32()).setLabel("fwSS-http-ftp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ftp_sess_max.setStatus('current') fwSS_http_ftp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 35), Integer32()).setLabel("fwSS-http-ftp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ftp_sess_curr.setStatus('current') fwSS_http_ftp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 36), Integer32()).setLabel("fwSS-http-ftp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_ftp_sess_count.setStatus('current') fwSS_http_time_stamp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 37), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setLabel("fwSS-http-time-stamp").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_time_stamp.setStatus('current') fwSS_http_is_alive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 38), Integer32()).setLabel("fwSS-http-is-alive").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_is_alive.setStatus('current') fwSS_http_blocked_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 39), Integer32()).setLabel("fwSS-http-blocked-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_cnt.setStatus('current') fwSS_http_blocked_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 40), Integer32()).setLabel("fwSS-http-blocked-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_total.setStatus('current') fwSS_http_scanned_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 41), Integer32()).setLabel("fwSS-http-scanned-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_scanned_total.setStatus('current') fwSS_http_blocked_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 42), Integer32()).setLabel("fwSS-http-blocked-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_by_file_type.setStatus('current') fwSS_http_blocked_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 43), Integer32()).setLabel("fwSS-http-blocked-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_by_size_limit.setStatus('current') fwSS_http_blocked_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 44), Integer32()).setLabel("fwSS-http-blocked-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_by_archive_limit.setStatus('current') fwSS_http_blocked_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 45), Integer32()).setLabel("fwSS-http-blocked-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_by_internal_error.setStatus('current') fwSS_http_passed_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 46), Integer32()).setLabel("fwSS-http-passed-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_cnt.setStatus('current') fwSS_http_passed_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 47), Integer32()).setLabel("fwSS-http-passed-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_by_file_type.setStatus('current') fwSS_http_passed_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 48), Integer32()).setLabel("fwSS-http-passed-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_by_size_limit.setStatus('current') fwSS_http_passed_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 49), Integer32()).setLabel("fwSS-http-passed-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_by_archive_limit.setStatus('current') fwSS_http_passed_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 50), Integer32()).setLabel("fwSS-http-passed-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_by_internal_error.setStatus('current') fwSS_http_passed_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 51), Integer32()).setLabel("fwSS-http-passed-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_total.setStatus('current') fwSS_http_blocked_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 52), Integer32()).setLabel("fwSS-http-blocked-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_by_AV_settings.setStatus('current') fwSS_http_passed_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 53), Integer32()).setLabel("fwSS-http-passed-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_by_AV_settings.setStatus('current') fwSS_http_blocked_by_URL_filter_category = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 54), Integer32()).setLabel("fwSS-http-blocked-by-URL-filter-category").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_by_URL_filter_category.setStatus('current') fwSS_http_blocked_by_URL_block_list = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 55), Integer32()).setLabel("fwSS-http-blocked-by-URL-block-list").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_blocked_by_URL_block_list.setStatus('current') fwSS_http_passed_by_URL_allow_list = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 56), Integer32()).setLabel("fwSS-http-passed-by-URL-allow-list").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_by_URL_allow_list.setStatus('current') fwSS_http_passed_by_URL_filter_category = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 1, 57), Integer32()).setLabel("fwSS-http-passed-by-URL-filter-category").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_http_passed_by_URL_filter_category.setStatus('current') fwSS_ftp_pid = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 1), Integer32()).setLabel("fwSS-ftp-pid").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_pid.setStatus('current') fwSS_ftp_proto = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 2), Integer32()).setLabel("fwSS-ftp-proto").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_proto.setStatus('current') fwSS_ftp_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 3), Integer32()).setLabel("fwSS-ftp-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_port.setStatus('current') fwSS_ftp_logical_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 4), Integer32()).setLabel("fwSS-ftp-logical-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_logical_port.setStatus('current') fwSS_ftp_max_avail_socket = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 5), Integer32()).setLabel("fwSS-ftp-max-avail-socket").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_max_avail_socket.setStatus('current') fwSS_ftp_socket_in_use_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 6), Integer32()).setLabel("fwSS-ftp-socket-in-use-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_socket_in_use_max.setStatus('current') fwSS_ftp_socket_in_use_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 7), Integer32()).setLabel("fwSS-ftp-socket-in-use-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_socket_in_use_curr.setStatus('current') fwSS_ftp_socket_in_use_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 8), Integer32()).setLabel("fwSS-ftp-socket-in-use-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_socket_in_use_count.setStatus('current') fwSS_ftp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 9), Integer32()).setLabel("fwSS-ftp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_sess_max.setStatus('current') fwSS_ftp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 10), Integer32()).setLabel("fwSS-ftp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_sess_curr.setStatus('current') fwSS_ftp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 11), Integer32()).setLabel("fwSS-ftp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_sess_count.setStatus('current') fwSS_ftp_auth_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 12), Integer32()).setLabel("fwSS-ftp-auth-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_auth_sess_max.setStatus('current') fwSS_ftp_auth_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 13), Integer32()).setLabel("fwSS-ftp-auth-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_auth_sess_curr.setStatus('current') fwSS_ftp_auth_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 14), Integer32()).setLabel("fwSS-ftp-auth-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_auth_sess_count.setStatus('current') fwSS_ftp_accepted_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 15), Integer32()).setLabel("fwSS-ftp-accepted-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_accepted_sess.setStatus('current') fwSS_ftp_rejected_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 16), Integer32()).setLabel("fwSS-ftp-rejected-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_rejected_sess.setStatus('current') fwSS_ftp_auth_failures = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 17), Integer32()).setLabel("fwSS-ftp-auth-failures").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_auth_failures.setStatus('current') fwSS_ftp_ops_cvp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 18), Integer32()).setLabel("fwSS-ftp-ops-cvp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_ops_cvp_sess_max.setStatus('current') fwSS_ftp_ops_cvp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 19), Integer32()).setLabel("fwSS-ftp-ops-cvp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_ops_cvp_sess_curr.setStatus('current') fwSS_ftp_ops_cvp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 20), Integer32()).setLabel("fwSS-ftp-ops-cvp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_ops_cvp_sess_count.setStatus('current') fwSS_ftp_ops_cvp_rej_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 21), Integer32()).setLabel("fwSS-ftp-ops-cvp-rej-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_ops_cvp_rej_sess.setStatus('current') fwSS_ftp_time_stamp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 22), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setLabel("fwSS-ftp-time-stamp").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_time_stamp.setStatus('current') fwSS_ftp_is_alive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 23), Integer32()).setLabel("fwSS-ftp-is-alive").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_is_alive.setStatus('current') fwSS_ftp_blocked_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 24), Integer32()).setLabel("fwSS-ftp-blocked-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_blocked_cnt.setStatus('current') fwSS_ftp_blocked_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 25), Integer32()).setLabel("fwSS-ftp-blocked-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_blocked_total.setStatus('current') fwSS_ftp_scanned_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 26), Integer32()).setLabel("fwSS-ftp-scanned-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_scanned_total.setStatus('current') fwSS_ftp_blocked_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 27), Integer32()).setLabel("fwSS-ftp-blocked-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_blocked_by_file_type.setStatus('current') fwSS_ftp_blocked_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 28), Integer32()).setLabel("fwSS-ftp-blocked-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_blocked_by_size_limit.setStatus('current') fwSS_ftp_blocked_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 29), Integer32()).setLabel("fwSS-ftp-blocked-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_blocked_by_archive_limit.setStatus('current') fwSS_ftp_blocked_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 30), Integer32()).setLabel("fwSS-ftp-blocked-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_blocked_by_internal_error.setStatus('current') fwSS_ftp_passed_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 31), Integer32()).setLabel("fwSS-ftp-passed-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_passed_cnt.setStatus('current') fwSS_ftp_passed_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 32), Integer32()).setLabel("fwSS-ftp-passed-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_passed_by_file_type.setStatus('current') fwSS_ftp_passed_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 33), Integer32()).setLabel("fwSS-ftp-passed-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_passed_by_size_limit.setStatus('current') fwSS_ftp_passed_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 34), Integer32()).setLabel("fwSS-ftp-passed-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_passed_by_archive_limit.setStatus('current') fwSS_ftp_passed_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 35), Integer32()).setLabel("fwSS-ftp-passed-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_passed_by_internal_error.setStatus('current') fwSS_ftp_passed_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 36), Integer32()).setLabel("fwSS-ftp-passed-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_passed_total.setStatus('current') fwSS_ftp_blocked_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 37), Integer32()).setLabel("fwSS-ftp-blocked-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_blocked_by_AV_settings.setStatus('current') fwSS_ftp_passed_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 2, 38), Integer32()).setLabel("fwSS-ftp-passed-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ftp_passed_by_AV_settings.setStatus('current') fwSS_telnet_pid = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 1), Integer32()).setLabel("fwSS-telnet-pid").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_pid.setStatus('current') fwSS_telnet_proto = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 2), Integer32()).setLabel("fwSS-telnet-proto").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_proto.setStatus('current') fwSS_telnet_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 3), Integer32()).setLabel("fwSS-telnet-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_port.setStatus('current') fwSS_telnet_logical_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 4), Integer32()).setLabel("fwSS-telnet-logical-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_logical_port.setStatus('current') fwSS_telnet_max_avail_socket = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 5), Integer32()).setLabel("fwSS-telnet-max-avail-socket").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_max_avail_socket.setStatus('current') fwSS_telnet_socket_in_use_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 6), Integer32()).setLabel("fwSS-telnet-socket-in-use-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_socket_in_use_max.setStatus('current') fwSS_telnet_socket_in_use_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 7), Integer32()).setLabel("fwSS-telnet-socket-in-use-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_socket_in_use_curr.setStatus('current') fwSS_telnet_socket_in_use_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 8), Integer32()).setLabel("fwSS-telnet-socket-in-use-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_socket_in_use_count.setStatus('current') fwSS_telnet_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 9), Integer32()).setLabel("fwSS-telnet-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_sess_max.setStatus('current') fwSS_telnet_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 10), Integer32()).setLabel("fwSS-telnet-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_sess_curr.setStatus('current') fwSS_telnet_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 11), Integer32()).setLabel("fwSS-telnet-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_sess_count.setStatus('current') fwSS_telnet_auth_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 12), Integer32()).setLabel("fwSS-telnet-auth-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_auth_sess_max.setStatus('current') fwSS_telnet_auth_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 13), Integer32()).setLabel("fwSS-telnet-auth-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_auth_sess_curr.setStatus('current') fwSS_telnet_auth_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 14), Integer32()).setLabel("fwSS-telnet-auth-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_auth_sess_count.setStatus('current') fwSS_telnet_accepted_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 15), Integer32()).setLabel("fwSS-telnet-accepted-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_accepted_sess.setStatus('current') fwSS_telnet_rejected_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 16), Integer32()).setLabel("fwSS-telnet-rejected-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_rejected_sess.setStatus('current') fwSS_telnet_auth_failures = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 17), Integer32()).setLabel("fwSS-telnet-auth-failures").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_auth_failures.setStatus('current') fwSS_telnet_time_stamp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 18), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setLabel("fwSS-telnet-time-stamp").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_time_stamp.setStatus('current') fwSS_telnet_is_alive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 3, 19), Integer32()).setLabel("fwSS-telnet-is-alive").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_telnet_is_alive.setStatus('current') fwSS_rlogin_pid = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 1), Integer32()).setLabel("fwSS-rlogin-pid").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_pid.setStatus('current') fwSS_rlogin_proto = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 2), Integer32()).setLabel("fwSS-rlogin-proto").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_proto.setStatus('current') fwSS_rlogin_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 3), Integer32()).setLabel("fwSS-rlogin-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_port.setStatus('current') fwSS_rlogin_logical_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 4), Integer32()).setLabel("fwSS-rlogin-logical-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_logical_port.setStatus('current') fwSS_rlogin_max_avail_socket = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 5), Integer32()).setLabel("fwSS-rlogin-max-avail-socket").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_max_avail_socket.setStatus('current') fwSS_rlogin_socket_in_use_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 6), Integer32()).setLabel("fwSS-rlogin-socket-in-use-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_socket_in_use_max.setStatus('current') fwSS_rlogin_socket_in_use_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 7), Integer32()).setLabel("fwSS-rlogin-socket-in-use-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_socket_in_use_curr.setStatus('current') fwSS_rlogin_socket_in_use_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 8), Integer32()).setLabel("fwSS-rlogin-socket-in-use-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_socket_in_use_count.setStatus('current') fwSS_rlogin_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 9), Integer32()).setLabel("fwSS-rlogin-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_sess_max.setStatus('current') fwSS_rlogin_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 10), Integer32()).setLabel("fwSS-rlogin-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_sess_curr.setStatus('current') fwSS_rlogin_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 11), Integer32()).setLabel("fwSS-rlogin-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_sess_count.setStatus('current') fwSS_rlogin_auth_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 12), Integer32()).setLabel("fwSS-rlogin-auth-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_auth_sess_max.setStatus('current') fwSS_rlogin_auth_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 13), Integer32()).setLabel("fwSS-rlogin-auth-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_auth_sess_curr.setStatus('current') fwSS_rlogin_auth_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 14), Integer32()).setLabel("fwSS-rlogin-auth-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_auth_sess_count.setStatus('current') fwSS_rlogin_accepted_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 15), Integer32()).setLabel("fwSS-rlogin-accepted-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_accepted_sess.setStatus('current') fwSS_rlogin_rejected_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 16), Integer32()).setLabel("fwSS-rlogin-rejected-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_rejected_sess.setStatus('current') fwSS_rlogin_auth_failures = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 17), Integer32()).setLabel("fwSS-rlogin-auth-failures").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_auth_failures.setStatus('current') fwSS_rlogin_time_stamp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 18), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setLabel("fwSS-rlogin-time-stamp").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_time_stamp.setStatus('current') fwSS_rlogin_is_alive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 4, 19), Integer32()).setLabel("fwSS-rlogin-is-alive").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_rlogin_is_alive.setStatus('current') fwSS_ufp_ops_ufp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 5, 1), Integer32()).setLabel("fwSS-ufp-ops-ufp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ufp_ops_ufp_sess_max.setStatus('current') fwSS_ufp_ops_ufp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 5, 2), Integer32()).setLabel("fwSS-ufp-ops-ufp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ufp_ops_ufp_sess_curr.setStatus('current') fwSS_ufp_ops_ufp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 5, 3), Integer32()).setLabel("fwSS-ufp-ops-ufp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ufp_ops_ufp_sess_count.setStatus('current') fwSS_ufp_ops_ufp_rej_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 5, 4), Integer32()).setLabel("fwSS-ufp-ops-ufp-rej-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ufp_ops_ufp_rej_sess.setStatus('current') fwSS_ufp_time_stamp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 5, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setLabel("fwSS-ufp-time-stamp").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ufp_time_stamp.setStatus('current') fwSS_ufp_is_alive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 5, 6), Integer32()).setLabel("fwSS-ufp-is-alive").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_ufp_is_alive.setStatus('current') fwSS_smtp_pid = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 1), Integer32()).setLabel("fwSS-smtp-pid").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_pid.setStatus('current') fwSS_smtp_proto = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 2), Integer32()).setLabel("fwSS-smtp-proto").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_proto.setStatus('current') fwSS_smtp_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 3), Integer32()).setLabel("fwSS-smtp-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_port.setStatus('current') fwSS_smtp_logical_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 4), Integer32()).setLabel("fwSS-smtp-logical-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_logical_port.setStatus('current') fwSS_smtp_max_avail_socket = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 5), Integer32()).setLabel("fwSS-smtp-max-avail-socket").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_max_avail_socket.setStatus('current') fwSS_smtp_socket_in_use_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 6), Integer32()).setLabel("fwSS-smtp-socket-in-use-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_socket_in_use_max.setStatus('current') fwSS_smtp_socket_in_use_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 7), Integer32()).setLabel("fwSS-smtp-socket-in-use-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_socket_in_use_curr.setStatus('current') fwSS_smtp_socket_in_use_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 8), Integer32()).setLabel("fwSS-smtp-socket-in-use-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_socket_in_use_count.setStatus('current') fwSS_smtp_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 9), Integer32()).setLabel("fwSS-smtp-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_sess_max.setStatus('current') fwSS_smtp_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 10), Integer32()).setLabel("fwSS-smtp-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_sess_curr.setStatus('current') fwSS_smtp_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 11), Integer32()).setLabel("fwSS-smtp-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_sess_count.setStatus('current') fwSS_smtp_auth_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 12), Integer32()).setLabel("fwSS-smtp-auth-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_auth_sess_max.setStatus('current') fwSS_smtp_auth_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 13), Integer32()).setLabel("fwSS-smtp-auth-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_auth_sess_curr.setStatus('current') fwSS_smtp_auth_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 14), Integer32()).setLabel("fwSS-smtp-auth-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_auth_sess_count.setStatus('current') fwSS_smtp_accepted_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 15), Integer32()).setLabel("fwSS-smtp-accepted-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_accepted_sess.setStatus('current') fwSS_smtp_rejected_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 16), Integer32()).setLabel("fwSS-smtp-rejected-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_rejected_sess.setStatus('current') fwSS_smtp_auth_failures = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 17), Integer32()).setLabel("fwSS-smtp-auth-failures").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_auth_failures.setStatus('current') fwSS_smtp_mail_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 18), Integer32()).setLabel("fwSS-smtp-mail-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_mail_max.setStatus('current') fwSS_smtp_mail_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 19), Integer32()).setLabel("fwSS-smtp-mail-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_mail_curr.setStatus('current') fwSS_smtp_mail_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 20), Integer32()).setLabel("fwSS-smtp-mail-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_mail_count.setStatus('current') fwSS_smtp_outgoing_mail_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 21), Integer32()).setLabel("fwSS-smtp-outgoing-mail-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_outgoing_mail_max.setStatus('current') fwSS_smtp_outgoing_mail_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 22), Integer32()).setLabel("fwSS-smtp-outgoing-mail-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_outgoing_mail_curr.setStatus('current') fwSS_smtp_outgoing_mail_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 23), Integer32()).setLabel("fwSS-smtp-outgoing-mail-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_outgoing_mail_count.setStatus('current') fwSS_smtp_max_mail_on_conn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 24), Integer32()).setLabel("fwSS-smtp-max-mail-on-conn").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_max_mail_on_conn.setStatus('current') fwSS_smtp_total_mails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 25), Integer32()).setLabel("fwSS-smtp-total-mails").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_total_mails.setStatus('current') fwSS_smtp_time_stamp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 26), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setLabel("fwSS-smtp-time-stamp").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_time_stamp.setStatus('current') fwSS_smtp_is_alive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 27), Integer32()).setLabel("fwSS-smtp-is-alive").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_is_alive.setStatus('current') fwSS_smtp_blocked_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 28), Integer32()).setLabel("fwSS-smtp-blocked-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_blocked_cnt.setStatus('current') fwSS_smtp_blocked_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 29), Integer32()).setLabel("fwSS-smtp-blocked-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_blocked_total.setStatus('current') fwSS_smtp_scanned_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 30), Integer32()).setLabel("fwSS-smtp-scanned-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_scanned_total.setStatus('current') fwSS_smtp_blocked_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 31), Integer32()).setLabel("fwSS-smtp-blocked-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_blocked_by_file_type.setStatus('current') fwSS_smtp_blocked_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 32), Integer32()).setLabel("fwSS-smtp-blocked-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_blocked_by_size_limit.setStatus('current') fwSS_smtp_blocked_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 33), Integer32()).setLabel("fwSS-smtp-blocked-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_blocked_by_archive_limit.setStatus('current') fwSS_smtp_blocked_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 34), Integer32()).setLabel("fwSS-smtp-blocked-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_blocked_by_internal_error.setStatus('current') fwSS_smtp_passed_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 35), Integer32()).setLabel("fwSS-smtp-passed-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_passed_cnt.setStatus('current') fwSS_smtp_passed_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 36), Integer32()).setLabel("fwSS-smtp-passed-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_passed_by_file_type.setStatus('current') fwSS_smtp_passed_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 37), Integer32()).setLabel("fwSS-smtp-passed-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_passed_by_size_limit.setStatus('current') fwSS_smtp_passed_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 38), Integer32()).setLabel("fwSS-smtp-passed-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_passed_by_archive_limit.setStatus('current') fwSS_smtp_passed_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 39), Integer32()).setLabel("fwSS-smtp-passed-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_passed_by_internal_error.setStatus('current') fwSS_smtp_passed_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 40), Integer32()).setLabel("fwSS-smtp-passed-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_passed_total.setStatus('current') fwSS_smtp_blocked_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 41), Integer32()).setLabel("fwSS-smtp-blocked-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_blocked_by_AV_settings.setStatus('current') fwSS_smtp_passed_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 6, 42), Integer32()).setLabel("fwSS-smtp-passed-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_smtp_passed_by_AV_settings.setStatus('current') fwSS_POP3_pid = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 1), Integer32()).setLabel("fwSS-POP3-pid").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_pid.setStatus('current') fwSS_POP3_proto = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 2), Integer32()).setLabel("fwSS-POP3-proto").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_proto.setStatus('current') fwSS_POP3_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 3), Integer32()).setLabel("fwSS-POP3-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_port.setStatus('current') fwSS_POP3_logical_port = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 4), Integer32()).setLabel("fwSS-POP3-logical-port").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_logical_port.setStatus('current') fwSS_POP3_max_avail_socket = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 5), Integer32()).setLabel("fwSS-POP3-max-avail-socket").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_max_avail_socket.setStatus('current') fwSS_POP3_socket_in_use_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 6), Integer32()).setLabel("fwSS-POP3-socket-in-use-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_socket_in_use_max.setStatus('current') fwSS_POP3_socket_in_use_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 7), Integer32()).setLabel("fwSS-POP3-socket-in-use-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_socket_in_use_curr.setStatus('current') fwSS_POP3_socket_in_use_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 8), Integer32()).setLabel("fwSS-POP3-socket-in-use-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_socket_in_use_count.setStatus('current') fwSS_POP3_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 9), Integer32()).setLabel("fwSS-POP3-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_sess_max.setStatus('current') fwSS_POP3_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 10), Integer32()).setLabel("fwSS-POP3-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_sess_curr.setStatus('current') fwSS_POP3_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 11), Integer32()).setLabel("fwSS-POP3-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_sess_count.setStatus('current') fwSS_POP3_auth_sess_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 12), Integer32()).setLabel("fwSS-POP3-auth-sess-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_auth_sess_max.setStatus('current') fwSS_POP3_auth_sess_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 13), Integer32()).setLabel("fwSS-POP3-auth-sess-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_auth_sess_curr.setStatus('current') fwSS_POP3_auth_sess_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 14), Integer32()).setLabel("fwSS-POP3-auth-sess-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_auth_sess_count.setStatus('current') fwSS_POP3_accepted_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 15), Integer32()).setLabel("fwSS-POP3-accepted-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_accepted_sess.setStatus('current') fwSS_POP3_rejected_sess = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 16), Integer32()).setLabel("fwSS-POP3-rejected-sess").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_rejected_sess.setStatus('current') fwSS_POP3_auth_failures = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 17), Integer32()).setLabel("fwSS-POP3-auth-failures").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_auth_failures.setStatus('current') fwSS_POP3_mail_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 18), Integer32()).setLabel("fwSS-POP3-mail-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_mail_max.setStatus('current') fwSS_POP3_mail_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 19), Integer32()).setLabel("fwSS-POP3-mail-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_mail_curr.setStatus('current') fwSS_POP3_mail_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 20), Integer32()).setLabel("fwSS-POP3-mail-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_mail_count.setStatus('current') fwSS_POP3_outgoing_mail_max = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 21), Integer32()).setLabel("fwSS-POP3-outgoing-mail-max").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_outgoing_mail_max.setStatus('current') fwSS_POP3_outgoing_mail_curr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 22), Integer32()).setLabel("fwSS-POP3-outgoing-mail-curr").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_outgoing_mail_curr.setStatus('current') fwSS_POP3_outgoing_mail_count = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 23), Integer32()).setLabel("fwSS-POP3-outgoing-mail-count").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_outgoing_mail_count.setStatus('current') fwSS_POP3_max_mail_on_conn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 24), Integer32()).setLabel("fwSS-POP3-max-mail-on-conn").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_max_mail_on_conn.setStatus('current') fwSS_POP3_total_mails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 25), Integer32()).setLabel("fwSS-POP3-total-mails").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_total_mails.setStatus('current') fwSS_POP3_time_stamp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 26), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setLabel("fwSS-POP3-time-stamp").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_time_stamp.setStatus('current') fwSS_POP3_is_alive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 27), Integer32()).setLabel("fwSS-POP3-is-alive").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_is_alive.setStatus('current') fwSS_POP3_blocked_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 28), Integer32()).setLabel("fwSS-POP3-blocked-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_blocked_cnt.setStatus('current') fwSS_POP3_blocked_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 29), Integer32()).setLabel("fwSS-POP3-blocked-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_blocked_total.setStatus('current') fwSS_POP3_scanned_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 30), Integer32()).setLabel("fwSS-POP3-scanned-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_scanned_total.setStatus('current') fwSS_POP3_blocked_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 31), Integer32()).setLabel("fwSS-POP3-blocked-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_blocked_by_file_type.setStatus('current') fwSS_POP3_blocked_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 32), Integer32()).setLabel("fwSS-POP3-blocked-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_blocked_by_size_limit.setStatus('current') fwSS_POP3_blocked_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 33), Integer32()).setLabel("fwSS-POP3-blocked-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_blocked_by_archive_limit.setStatus('current') fwSS_POP3_blocked_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 34), Integer32()).setLabel("fwSS-POP3-blocked-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_blocked_by_internal_error.setStatus('current') fwSS_POP3_passed_cnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 35), Integer32()).setLabel("fwSS-POP3-passed-cnt").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_passed_cnt.setStatus('current') fwSS_POP3_passed_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 36), Integer32()).setLabel("fwSS-POP3-passed-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_passed_by_file_type.setStatus('current') fwSS_POP3_passed_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 37), Integer32()).setLabel("fwSS-POP3-passed-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_passed_by_size_limit.setStatus('current') fwSS_POP3_passed_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 38), Integer32()).setLabel("fwSS-POP3-passed-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_passed_by_archive_limit.setStatus('current') fwSS_POP3_passed_by_internal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 39), Integer32()).setLabel("fwSS-POP3-passed-by-internal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_passed_by_internal_error.setStatus('current') fwSS_POP3_passed_total = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 40), Integer32()).setLabel("fwSS-POP3-passed-total").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_passed_total.setStatus('current') fwSS_POP3_blocked_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 41), Integer32()).setLabel("fwSS-POP3-blocked-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_blocked_by_AV_settings.setStatus('current') fwSS_POP3_passed_by_AV_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 7, 42), Integer32()).setLabel("fwSS-POP3-passed-by-AV-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_POP3_passed_by_AV_settings.setStatus('current') fwSS_total_blocked_by_av = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 1), Integer32()).setLabel("fwSS-total-blocked-by-av").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_blocked_by_av.setStatus('current') fwSS_total_blocked = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 2), Integer32()).setLabel("fwSS-total-blocked").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_blocked.setStatus('current') fwSS_total_scanned = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 3), Integer32()).setLabel("fwSS-total-scanned").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_scanned.setStatus('current') fwSS_total_blocked_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 4), Integer32()).setLabel("fwSS-total-blocked-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_blocked_by_file_type.setStatus('current') fwSS_total_blocked_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 5), Integer32()).setLabel("fwSS-total-blocked-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_blocked_by_size_limit.setStatus('current') fwSS_total_blocked_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 6), Integer32()).setLabel("fwSS-total-blocked-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_blocked_by_archive_limit.setStatus('current') fwSS_total_blocked_by_interal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 7), Integer32()).setLabel("fwSS-total-blocked-by-interal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_blocked_by_interal_error.setStatus('current') fwSS_total_passed_by_av = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 8), Integer32()).setLabel("fwSS-total-passed-by-av").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_passed_by_av.setStatus('current') fwSS_total_passed_by_file_type = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 9), Integer32()).setLabel("fwSS-total-passed-by-file-type").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_passed_by_file_type.setStatus('current') fwSS_total_passed_by_size_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 10), Integer32()).setLabel("fwSS-total-passed-by-size-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_passed_by_size_limit.setStatus('current') fwSS_total_passed_by_archive_limit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 11), Integer32()).setLabel("fwSS-total-passed-by-archive-limit").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_passed_by_archive_limit.setStatus('current') fwSS_total_passed_by_interal_error = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 12), Integer32()).setLabel("fwSS-total-passed-by-interal-error").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_passed_by_interal_error.setStatus('current') fwSS_total_passed = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 13), Integer32()).setLabel("fwSS-total-passed").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_passed.setStatus('current') fwSS_total_blocked_by_av_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 14), Integer32()).setLabel("fwSS-total-blocked-by-av-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_blocked_by_av_settings.setStatus('current') fwSS_total_passed_by_av_settings = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 9, 10, 15), Integer32()).setLabel("fwSS-total-passed-by-av-settings").setMaxAccess("readonly") if mibBuilder.loadTexts: fwSS_total_passed_by_av_settings.setStatus('current') fwConnectionsStatConnectionsTcp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 11, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwConnectionsStatConnectionsTcp.setStatus('current') fwConnectionsStatConnectionsUdp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 11, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwConnectionsStatConnectionsUdp.setStatus('current') fwConnectionsStatConnectionsIcmp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 11, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwConnectionsStatConnectionsIcmp.setStatus('current') fwConnectionsStatConnectionsOther = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 11, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwConnectionsStatConnectionsOther.setStatus('current') fwConnectionsStatConnections = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 11, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwConnectionsStatConnections.setStatus('current') fwConnectionsStatConnectionRate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 11, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwConnectionsStatConnectionRate.setStatus('current') fwHmem64_block_size = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 1), DisplayString()).setLabel("fwHmem64-block-size").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_block_size.setStatus('current') fwHmem64_requested_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 2), DisplayString()).setLabel("fwHmem64-requested-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_requested_bytes.setStatus('current') fwHmem64_initial_allocated_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 3), DisplayString()).setLabel("fwHmem64-initial-allocated-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_initial_allocated_bytes.setStatus('current') fwHmem64_initial_allocated_blocks = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 4), Integer32()).setLabel("fwHmem64-initial-allocated-blocks").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_initial_allocated_blocks.setStatus('current') fwHmem64_initial_allocated_pools = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 5), Integer32()).setLabel("fwHmem64-initial-allocated-pools").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_initial_allocated_pools.setStatus('current') fwHmem64_current_allocated_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 6), DisplayString()).setLabel("fwHmem64-current-allocated-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_current_allocated_bytes.setStatus('current') fwHmem64_current_allocated_blocks = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 7), Integer32()).setLabel("fwHmem64-current-allocated-blocks").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_current_allocated_blocks.setStatus('current') fwHmem64_current_allocated_pools = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 8), Integer32()).setLabel("fwHmem64-current-allocated-pools").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_current_allocated_pools.setStatus('current') fwHmem64_maximum_bytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 9), DisplayString()).setLabel("fwHmem64-maximum-bytes").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_maximum_bytes.setStatus('current') fwHmem64_maximum_pools = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 10), Integer32()).setLabel("fwHmem64-maximum-pools").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_maximum_pools.setStatus('current') fwHmem64_bytes_used = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 11), DisplayString()).setLabel("fwHmem64-bytes-used").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_bytes_used.setStatus('current') fwHmem64_blocks_used = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 12), Integer32()).setLabel("fwHmem64-blocks-used").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_blocks_used.setStatus('current') fwHmem64_bytes_unused = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 13), DisplayString()).setLabel("fwHmem64-bytes-unused").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_bytes_unused.setStatus('current') fwHmem64_blocks_unused = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 14), Integer32()).setLabel("fwHmem64-blocks-unused").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_blocks_unused.setStatus('current') fwHmem64_bytes_peak = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 15), DisplayString()).setLabel("fwHmem64-bytes-peak").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_bytes_peak.setStatus('current') fwHmem64_blocks_peak = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 16), Integer32()).setLabel("fwHmem64-blocks-peak").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_blocks_peak.setStatus('current') fwHmem64_bytes_internal_use = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 17), Integer32()).setLabel("fwHmem64-bytes-internal-use").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_bytes_internal_use.setStatus('current') fwHmem64_number_of_items = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 18), DisplayString()).setLabel("fwHmem64-number-of-items").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_number_of_items.setStatus('current') fwHmem64_alloc_operations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 19), Integer32()).setLabel("fwHmem64-alloc-operations").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_alloc_operations.setStatus('current') fwHmem64_free_operations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 20), Integer32()).setLabel("fwHmem64-free-operations").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_free_operations.setStatus('current') fwHmem64_failed_alloc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 21), Integer32()).setLabel("fwHmem64-failed-alloc").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_failed_alloc.setStatus('current') fwHmem64_failed_free = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 26, 12, 22), Integer32()).setLabel("fwHmem64-failed-free").setMaxAccess("readonly") if mibBuilder.loadTexts: fwHmem64_failed_free.setStatus('current') fwNetIfTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27), ) if mibBuilder.loadTexts: fwNetIfTable.setStatus('current') fwNetIfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "fwNetIfIndex")) if mibBuilder.loadTexts: fwNetIfEntry.setStatus('current') fwNetIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfIndex.setStatus('current') fwNetIfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfName.setStatus('current') fwNetIfIPAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfIPAddr.setStatus('current') fwNetIfNetmask = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfNetmask.setStatus('current') fwNetIfFlags = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfFlags.setStatus('current') fwNetIfPeerName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfPeerName.setStatus('current') fwNetIfRemoteIp = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfRemoteIp.setStatus('current') fwNetIfTopology = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfTopology.setStatus('current') fwNetIfProxyName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 9), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfProxyName.setStatus('current') fwNetIfSlaves = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 10), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfSlaves.setStatus('current') fwNetIfPorts = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 27, 1, 11), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwNetIfPorts.setStatus('current') fwLSConn = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30)) fwLSConnOverall = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLSConnOverall.setStatus('current') fwLSConnOverallDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLSConnOverallDesc.setStatus('current') fwLSConnTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 3), ) if mibBuilder.loadTexts: fwLSConnTable.setStatus('current') fwLocalLoggingDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLocalLoggingDesc.setStatus('current') fwLocalLoggingStat = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLocalLoggingStat.setStatus('current') fwLSConnEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 3, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "fwLSConnIndex")) if mibBuilder.loadTexts: fwLSConnEntry.setStatus('current') fwLSConnIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 3, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLSConnIndex.setStatus('current') fwLSConnName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 3, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLSConnName.setStatus('current') fwLSConnState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 3, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLSConnState.setStatus('current') fwLSConnStateDesc = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 1, 30, 3, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwLSConnStateDesc.setStatus('current') fwSXLGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 36, 1)) fwSXLStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 36, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1))).clone(namedValues=NamedValues(("disabled", 0), ("enabled", 1)))).setMaxAccess("readonly") if mibBuilder.loadTexts: fwSXLStatus.setStatus('current') fwSXLConnsExisting = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 36, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwSXLConnsExisting.setStatus('current') fwSXLConnsAdded = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 36, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwSXLConnsAdded.setStatus('current') fwSXLConnsDeleted = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 36, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fwSXLConnsDeleted.setStatus('current') cpvGeneral = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4)) cpvIpsec = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5)) cpvFwz = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6)) cpvAccelerator = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8)) cpvIKE = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9)) cpvIPsec = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10)) cpvStatistics = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 1)) cpvErrors = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 2)) cpvSaStatistics = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2)) cpvSaErrors = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3)) cpvIpsecStatistics = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4)) cpvFwzStatistics = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 1)) cpvFwzErrors = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 2)) cpvHwAccelGeneral = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 1)) cpvHwAccelStatistics = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2)) cpvIKEglobals = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1)) cpvIKEerrors = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 2)) cpvIPsecNIC = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1)) cpvProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvProdName.setStatus('current') cpvVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvVerMajor.setStatus('current') cpvVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvVerMinor.setStatus('current') cpvEncPackets = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 1, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvEncPackets.setStatus('current') cpvDecPackets = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvDecPackets.setStatus('current') cpvErrOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvErrOut.setStatus('current') cpvErrIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvErrIn.setStatus('current') cpvErrIke = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvErrIke.setStatus('current') cpvErrPolicy = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 4, 2, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvErrPolicy.setStatus('current') cpvCurrEspSAsIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvCurrEspSAsIn.setStatus('current') cpvTotalEspSAsIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvTotalEspSAsIn.setStatus('current') cpvCurrEspSAsOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvCurrEspSAsOut.setStatus('current') cpvTotalEspSAsOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvTotalEspSAsOut.setStatus('current') cpvCurrAhSAsIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvCurrAhSAsIn.setStatus('current') cpvTotalAhSAsIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvTotalAhSAsIn.setStatus('current') cpvCurrAhSAsOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvCurrAhSAsOut.setStatus('current') cpvTotalAhSAsOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvTotalAhSAsOut.setStatus('current') cpvMaxConncurEspSAsIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 9), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvMaxConncurEspSAsIn.setStatus('current') cpvMaxConncurEspSAsOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 10), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvMaxConncurEspSAsOut.setStatus('current') cpvMaxConncurAhSAsIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 11), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvMaxConncurAhSAsIn.setStatus('current') cpvMaxConncurAhSAsOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 2, 12), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvMaxConncurAhSAsOut.setStatus('current') cpvSaDecrErr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvSaDecrErr.setStatus('current') cpvSaAuthErr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvSaAuthErr.setStatus('current') cpvSaReplayErr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvSaReplayErr.setStatus('current') cpvSaPolicyErr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvSaPolicyErr.setStatus('current') cpvSaOtherErrIn = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvSaOtherErrIn.setStatus('current') cpvSaOtherErrOut = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvSaOtherErrOut.setStatus('current') cpvSaUnknownSpiErr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 3, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvSaUnknownSpiErr.setStatus('current') cpvIpsecUdpEspEncPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecUdpEspEncPkts.setStatus('current') cpvIpsecUdpEspDecPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecUdpEspDecPkts.setStatus('current') cpvIpsecAhEncPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecAhEncPkts.setStatus('current') cpvIpsecAhDecPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecAhDecPkts.setStatus('current') cpvIpsecEspEncPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecEspEncPkts.setStatus('current') cpvIpsecEspDecPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecEspDecPkts.setStatus('current') cpvIpsecDecomprBytesBefore = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecDecomprBytesBefore.setStatus('current') cpvIpsecDecomprBytesAfter = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecDecomprBytesAfter.setStatus('current') cpvIpsecDecomprOverhead = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 9), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecDecomprOverhead.setStatus('current') cpvIpsecDecomprPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 10), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecDecomprPkts.setStatus('current') cpvIpsecDecomprErr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 11), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecDecomprErr.setStatus('current') cpvIpsecComprBytesBefore = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 12), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecComprBytesBefore.setStatus('current') cpvIpsecComprBytesAfter = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 13), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecComprBytesAfter.setStatus('current') cpvIpsecComprOverhead = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 14), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecComprOverhead.setStatus('current') cpvIpsecNonCompressibleBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 15), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecNonCompressibleBytes.setStatus('current') cpvIpsecCompressiblePkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 16), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecCompressiblePkts.setStatus('current') cpvIpsecNonCompressiblePkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 17), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecNonCompressiblePkts.setStatus('current') cpvIpsecComprErrors = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 18), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecComprErrors.setStatus('current') cpvIpsecEspEncBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 19), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecEspEncBytes.setStatus('current') cpvIpsecEspDecBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 5, 4, 20), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIpsecEspDecBytes.setStatus('current') cpvFwzEncapsEncPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzEncapsEncPkts.setStatus('current') cpvFwzEncapsDecPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzEncapsDecPkts.setStatus('current') cpvFwzEncPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzEncPkts.setStatus('current') cpvFwzDecPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzDecPkts.setStatus('current') cpvFwzEncapsEncErrs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzEncapsEncErrs.setStatus('current') cpvFwzEncapsDecErrs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 2, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzEncapsDecErrs.setStatus('current') cpvFwzEncErrs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 2, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzEncErrs.setStatus('current') cpvFwzDecErrs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 6, 2, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvFwzDecErrs.setStatus('current') cpvHwAccelVendor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 1, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelVendor.setStatus('current') cpvHwAccelStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelStatus.setStatus('current') cpvHwAccelDriverMajorVer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelDriverMajorVer.setStatus('current') cpvHwAccelDriverMinorVer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelDriverMinorVer.setStatus('current') cpvHwAccelEspEncPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelEspEncPkts.setStatus('current') cpvHwAccelEspDecPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelEspDecPkts.setStatus('current') cpvHwAccelEspEncBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelEspEncBytes.setStatus('current') cpvHwAccelEspDecBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelEspDecBytes.setStatus('current') cpvHwAccelAhEncPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelAhEncPkts.setStatus('current') cpvHwAccelAhDecPkts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelAhDecPkts.setStatus('current') cpvHwAccelAhEncBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelAhEncBytes.setStatus('current') cpvHwAccelAhDecBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 8, 2, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvHwAccelAhDecBytes.setStatus('current') cpvIKECurrSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKECurrSAs.setStatus('current') cpvIKECurrInitSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKECurrInitSAs.setStatus('current') cpvIKECurrRespSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKECurrRespSAs.setStatus('current') cpvIKETotalSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalSAs.setStatus('current') cpvIKETotalInitSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalInitSAs.setStatus('current') cpvIKETotalRespSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalRespSAs.setStatus('current') cpvIKETotalSAsAttempts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalSAsAttempts.setStatus('current') cpvIKETotalSAsInitAttempts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalSAsInitAttempts.setStatus('current') cpvIKETotalSAsRespAttempts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 9), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalSAsRespAttempts.setStatus('current') cpvIKEMaxConncurSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 10), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKEMaxConncurSAs.setStatus('current') cpvIKEMaxConncurInitSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 11), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKEMaxConncurInitSAs.setStatus('current') cpvIKEMaxConncurRespSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 1, 12), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKEMaxConncurRespSAs.setStatus('current') cpvIKETotalFailuresInit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalFailuresInit.setStatus('current') cpvIKENoResp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKENoResp.setStatus('current') cpvIKETotalFailuresResp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 9, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIKETotalFailuresResp.setStatus('current') cpvIPsecNICsNum = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIPsecNICsNum.setStatus('current') cpvIPsecNICTotalDownLoadedSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIPsecNICTotalDownLoadedSAs.setStatus('current') cpvIPsecNICCurrDownLoadedSAs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIPsecNICCurrDownLoadedSAs.setStatus('current') cpvIPsecNICDecrBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIPsecNICDecrBytes.setStatus('current') cpvIPsecNICEncrBytes = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIPsecNICEncrBytes.setStatus('current') cpvIPsecNICDecrPackets = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIPsecNICDecrPackets.setStatus('current') cpvIPsecNICEncrPackets = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 2, 10, 1, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpvIPsecNICEncrPackets.setStatus('current') fgProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fgProdName.setStatus('current') fgVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgVerMajor.setStatus('current') fgVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgVerMinor.setStatus('current') fgVersionString = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fgVersionString.setStatus('current') fgModuleKernelBuild = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgModuleKernelBuild.setStatus('current') fgStrPolicyName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fgStrPolicyName.setStatus('current') fgInstallTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fgInstallTime.setStatus('current') fgNumInterfaces = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 3, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fgNumInterfaces.setStatus('current') fgIfTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9), ) if mibBuilder.loadTexts: fgIfTable.setStatus('current') fgIfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "fgIfIndex")) if mibBuilder.loadTexts: fgIfEntry.setStatus('current') fgIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgIfIndex.setStatus('current') fgIfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgIfName.setStatus('current') fgPolicyName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgPolicyName.setStatus('current') fgRateLimitIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgRateLimitIn.setStatus('current') fgRateLimitOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgRateLimitOut.setStatus('current') fgAvrRateIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgAvrRateIn.setStatus('current') fgAvrRateOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgAvrRateOut.setStatus('current') fgRetransPcktsIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgRetransPcktsIn.setStatus('current') fgRetransPcktsOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgRetransPcktsOut.setStatus('current') fgPendPcktsIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgPendPcktsIn.setStatus('current') fgPendPcktsOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgPendPcktsOut.setStatus('current') fgPendBytesIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgPendBytesIn.setStatus('current') fgPendBytesOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 13), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgPendBytesOut.setStatus('current') fgNumConnIn = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 14), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgNumConnIn.setStatus('current') fgNumConnOut = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 3, 9, 1, 15), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fgNumConnOut.setStatus('current') haProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haProdName.setStatus('current') haInstalled = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haInstalled.setStatus('current') haVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haVerMajor.setStatus('current') haVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haVerMinor.setStatus('current') haStarted = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haStarted.setStatus('current') haState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haState.setStatus('current') haBlockState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haBlockState.setStatus('current') haIdentifier = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haIdentifier.setStatus('current') haProtoVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haProtoVersion.setStatus('current') haWorkMode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haWorkMode.setStatus('current') haVersionSting = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 14), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haVersionSting.setStatus('current') haStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haStatCode.setStatus('current') haStatShort = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 102), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haStatShort.setStatus('current') haStatLong = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 103), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: haStatLong.setStatus('current') haServicePack = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 5, 999), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haServicePack.setStatus('current') haIfTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12), ) if mibBuilder.loadTexts: haIfTable.setStatus('current') haIfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "haIfIndex")) if mibBuilder.loadTexts: haIfEntry.setStatus('current') haIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haIfIndex.setStatus('current') haIfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: haIfName.setStatus('current') haIP = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: haIP.setStatus('current') haStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: haStatus.setStatus('current') haVerified = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haVerified.setStatus('current') haTrusted = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haTrusted.setStatus('current') haShared = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 12, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haShared.setStatus('current') haProblemTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13), ) if mibBuilder.loadTexts: haProblemTable.setStatus('current') haProblemEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "haIfIndex")) if mibBuilder.loadTexts: haProblemEntry.setStatus('current') haProblemIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haProblemIndex.setStatus('current') haProblemName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: haProblemName.setStatus('current') haProblemStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: haProblemStatus.setStatus('current') haProblemPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haProblemPriority.setStatus('current') haProblemVerified = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haProblemVerified.setStatus('current') haProblemDescr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 13, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: haProblemDescr.setStatus('current') haClusterIpTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15), ) if mibBuilder.loadTexts: haClusterIpTable.setStatus('current') haClusterIpEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "haClusterIpIndex")) if mibBuilder.loadTexts: haClusterIpEntry.setStatus('current') haClusterIpIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterIpIndex.setStatus('current') haClusterIpIfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterIpIfName.setStatus('current') haClusterIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterIpAddr.setStatus('current') haClusterIpNetMask = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterIpNetMask.setStatus('current') haClusterIpMemberNet = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterIpMemberNet.setStatus('current') haClusterIpMemberNetMask = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 15, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterIpMemberNetMask.setStatus('current') haClusterSyncTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 5, 16), ) if mibBuilder.loadTexts: haClusterSyncTable.setStatus('current') haClusterSyncEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 5, 16, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "haClusterSyncIndex")) if mibBuilder.loadTexts: haClusterSyncEntry.setStatus('current') haClusterSyncIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 16, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterSyncIndex.setStatus('current') haClusterSyncName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 16, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterSyncName.setStatus('current') haClusterSyncAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 16, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterSyncAddr.setStatus('current') haClusterSyncNetMask = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 5, 16, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: haClusterSyncNetMask.setStatus('current') svnInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 4)) svnOSInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5)) svnPerf = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7)) svnApplianceInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 16)) svnMem = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1)) svnProc = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2)) svnDisk = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 3)) svnMem64 = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4)) svnRoutingModify = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 9)) svnLogDaemon = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 11)) svnProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnProdName.setStatus('current') svnProdVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnProdVerMajor.setStatus('current') svnProdVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnProdVerMinor.setStatus('current') svnVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 4, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnVersion.setStatus('current') svnBuild = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 4, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnBuild.setStatus('current') osName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: osName.setStatus('current') osMajorVer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: osMajorVer.setStatus('current') osMinorVer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: osMinorVer.setStatus('current') osBuildNum = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: osBuildNum.setStatus('current') osSPmajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: osSPmajor.setStatus('current') osSPminor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: osSPminor.setStatus('current') osVersionLevel = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 5, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: osVersionLevel.setStatus('current') svnApplianceSerialNumber = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 16, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnApplianceSerialNumber.setStatus('current') svnApplianceManufacturer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 16, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnApplianceManufacturer.setStatus('current') svnApplianceProductName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 16, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnApplianceProductName.setStatus('current') memTotalVirtual = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memTotalVirtual.setStatus('current') memActiveVirtual = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memActiveVirtual.setStatus('current') memTotalReal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memTotalReal.setStatus('current') memActiveReal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memActiveReal.setStatus('current') memFreeReal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memFreeReal.setStatus('current') memSwapsSec = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memSwapsSec.setStatus('current') memDiskTransfers = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memDiskTransfers.setStatus('current') procUsrTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: procUsrTime.setStatus('current') procSysTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: procSysTime.setStatus('current') procIdleTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: procIdleTime.setStatus('current') procUsage = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: procUsage.setStatus('current') procQueue = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: procQueue.setStatus('current') procInterrupts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: procInterrupts.setStatus('current') procNum = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 2, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: procNum.setStatus('current') diskTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diskTime.setStatus('current') diskQueue = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 3, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diskQueue.setStatus('current') diskPercent = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 3, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diskPercent.setStatus('current') diskFreeTotal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 3, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: diskFreeTotal.setStatus('current') diskFreeAvail = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 3, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: diskFreeAvail.setStatus('current') diskTotal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 3, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: diskTotal.setStatus('current') memTotalVirtual64 = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: memTotalVirtual64.setStatus('current') memActiveVirtual64 = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: memActiveVirtual64.setStatus('current') memTotalReal64 = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: memTotalReal64.setStatus('current') memActiveReal64 = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: memActiveReal64.setStatus('current') memFreeReal64 = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: memFreeReal64.setStatus('current') memSwapsSec64 = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memSwapsSec64.setStatus('current') memDiskTransfers64 = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 4, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: memDiskTransfers64.setStatus('current') multiProcTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5), ) if mibBuilder.loadTexts: multiProcTable.setStatus('current') multiProcEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "multiProcIndex")) if mibBuilder.loadTexts: multiProcEntry.setStatus('current') multiProcIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiProcIndex.setStatus('current') multiProcUserTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiProcUserTime.setStatus('current') multiProcSystemTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiProcSystemTime.setStatus('current') multiProcIdleTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiProcIdleTime.setStatus('current') multiProcUsage = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiProcUsage.setStatus('current') multiProcRunQueue = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiProcRunQueue.setStatus('current') multiProcInterrupts = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 5, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiProcInterrupts.setStatus('current') multiDiskTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6), ) if mibBuilder.loadTexts: multiDiskTable.setStatus('current') multiDiskEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "multiDiskIndex")) if mibBuilder.loadTexts: multiDiskEntry.setStatus('current') multiDiskIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskIndex.setStatus('current') multiDiskName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskName.setStatus('current') multiDiskSize = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskSize.setStatus('current') multiDiskUsed = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskUsed.setStatus('current') multiDiskFreeTotalBytes = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskFreeTotalBytes.setStatus('current') multiDiskFreeTotalPercent = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskFreeTotalPercent.setStatus('current') multiDiskFreeAvailableBytes = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskFreeAvailableBytes.setStatus('current') multiDiskFreeAvailablePercent = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 6, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: multiDiskFreeAvailablePercent.setStatus('current') raidInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7)) sensorInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8)) powerSupplyInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 9)) raidVolumeTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1), ) if mibBuilder.loadTexts: raidVolumeTable.setStatus('current') raidVolumeEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "raidVolumeIndex")) if mibBuilder.loadTexts: raidVolumeEntry.setStatus('current') raidVolumeIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidVolumeIndex.setStatus('current') raidVolumeID = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidVolumeID.setStatus('current') raidVolumeType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidVolumeType.setStatus('current') numOfDisksOnRaid = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfDisksOnRaid.setStatus('current') raidVolumeMaxLBA = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidVolumeMaxLBA.setStatus('current') raidVolumeState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidVolumeState.setStatus('current') raidVolumeFlags = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidVolumeFlags.setStatus('current') raidVolumeSize = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 1, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidVolumeSize.setStatus('current') raidDiskTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2), ) if mibBuilder.loadTexts: raidDiskTable.setStatus('current') raidDiskEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "raidDiskIndex")) if mibBuilder.loadTexts: raidDiskEntry.setStatus('current') raidDiskIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskIndex.setStatus('current') raidDiskVolumeID = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskVolumeID.setStatus('current') raidDiskID = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskID.setStatus('current') raidDiskNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskNumber.setStatus('current') raidDiskVendor = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskVendor.setStatus('current') raidDiskProductID = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskProductID.setStatus('current') raidDiskRevision = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskRevision.setStatus('current') raidDiskMaxLBA = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskMaxLBA.setStatus('current') raidDiskState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskState.setStatus('current') raidDiskFlags = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskFlags.setStatus('current') raidDiskSyncState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskSyncState.setStatus('current') raidDiskSize = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 7, 2, 1, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: raidDiskSize.setStatus('current') tempertureSensorTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1), ) if mibBuilder.loadTexts: tempertureSensorTable.setStatus('current') tempertureSensorEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "tempertureSensorIndex")) if mibBuilder.loadTexts: tempertureSensorEntry.setStatus('current') tempertureSensorIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: tempertureSensorIndex.setStatus('current') tempertureSensorName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: tempertureSensorName.setStatus('current') tempertureSensorValue = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: tempertureSensorValue.setStatus('current') tempertureSensorUnit = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: tempertureSensorUnit.setStatus('current') tempertureSensorType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1, 1, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: tempertureSensorType.setStatus('current') tempertureSensorStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: tempertureSensorStatus.setStatus('current') fanSpeedSensorTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2), ) if mibBuilder.loadTexts: fanSpeedSensorTable.setStatus('current') fanSpeedSensorEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "fanSpeedSensorIndex")) if mibBuilder.loadTexts: fanSpeedSensorEntry.setStatus('current') fanSpeedSensorIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fanSpeedSensorIndex.setStatus('current') fanSpeedSensorName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fanSpeedSensorName.setStatus('current') fanSpeedSensorValue = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fanSpeedSensorValue.setStatus('current') fanSpeedSensorUnit = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fanSpeedSensorUnit.setStatus('current') fanSpeedSensorType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2, 1, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: fanSpeedSensorType.setStatus('current') fanSpeedSensorStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 2, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: fanSpeedSensorStatus.setStatus('current') voltageSensorTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3), ) if mibBuilder.loadTexts: voltageSensorTable.setStatus('current') voltageSensorEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "voltageSensorIndex")) if mibBuilder.loadTexts: voltageSensorEntry.setStatus('current') voltageSensorIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voltageSensorIndex.setStatus('current') voltageSensorName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: voltageSensorName.setStatus('current') voltageSensorValue = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: voltageSensorValue.setStatus('current') voltageSensorUnit = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: voltageSensorUnit.setStatus('current') voltageSensorType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3, 1, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: voltageSensorType.setStatus('current') voltageSensorStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 8, 3, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voltageSensorStatus.setStatus('current') powerSupplyTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 9, 1), ) if mibBuilder.loadTexts: powerSupplyTable.setStatus('current') powerSupplyEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 9, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "powerSupplyIndex")) if mibBuilder.loadTexts: powerSupplyEntry.setStatus('current') powerSupplyIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 9, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: powerSupplyIndex.setStatus('current') powerSupplyStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 7, 9, 1, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: powerSupplyStatus.setStatus('current') routingTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 6), ) if mibBuilder.loadTexts: routingTable.setStatus('current') routingEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 6, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "routingIndex")) if mibBuilder.loadTexts: routingEntry.setStatus('current') routingIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 6, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: routingIndex.setStatus('current') routingDest = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 6, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: routingDest.setStatus('current') routingMask = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 6, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: routingMask.setStatus('current') routingGatweway = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 6, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: routingGatweway.setStatus('current') routingIntrfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 6, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: routingIntrfName.setStatus('current') svnSysTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnSysTime.setStatus('current') svnRouteModDest = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 9, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnRouteModDest.setStatus('current') svnRouteModMask = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 9, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnRouteModMask.setStatus('current') svnRouteModGateway = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 9, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnRouteModGateway.setStatus('current') svnRouteModIfIndex = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 9, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnRouteModIfIndex.setStatus('current') svnRouteModIfName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 9, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnRouteModIfName.setStatus('current') svnRouteModAction = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 9, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnRouteModAction.setStatus('current') svnUTCTimeOffset = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnUTCTimeOffset.setStatus('current') svnLogDStat = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 11, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnLogDStat.setStatus('current') svnSysStartTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnSysStartTime.setStatus('current') svnSysUniqId = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 13), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnSysUniqId.setStatus('current') svnWebUIPort = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 15), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnWebUIPort.setStatus('current') svnNetStat = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50)) svnNetIfTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1), ) if mibBuilder.loadTexts: svnNetIfTable.setStatus('current') svnNetIfTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "svnNetIfIndex")) if mibBuilder.loadTexts: svnNetIfTableEntry.setStatus('current') svnNetIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfIndex.setStatus('current') svnNetIfVsid = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfVsid.setStatus('current') svnNetIfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfName.setStatus('current') svnNetIfAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfAddress.setStatus('current') svnNetIfMask = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 5), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfMask.setStatus('current') svnNetIfMTU = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfMTU.setStatus('current') svnNetIfState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfState.setStatus('current') svnNetIfMAC = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfMAC.setStatus('current') svnNetIfDescription = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 9), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfDescription.setStatus('current') svnNetIfOperState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 50, 1, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnNetIfOperState.setStatus('current') vsRoutingTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51), ) if mibBuilder.loadTexts: vsRoutingTable.setStatus('current') vsRoutingEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "vsRoutingIndex")) if mibBuilder.loadTexts: vsRoutingEntry.setStatus('current') vsRoutingIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsRoutingIndex.setStatus('current') vsRoutingDest = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsRoutingDest.setStatus('current') vsRoutingMask = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsRoutingMask.setStatus('current') vsRoutingGateway = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsRoutingGateway.setStatus('current') vsRoutingIntrfName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsRoutingIntrfName.setStatus('current') vsRoutingVsId = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 6, 51, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vsRoutingVsId.setStatus('current') svnStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnStatCode.setStatus('current') svnStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 102), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnStatShortDescr.setStatus('current') svnStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 103), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: svnStatLongDescr.setStatus('current') svnServicePack = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 6, 999), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: svnServicePack.setStatus('current') mgProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: mgProdName.setStatus('current') mgVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgVerMajor.setStatus('current') mgVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgVerMinor.setStatus('current') mgBuildNumber = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgBuildNumber.setStatus('current') mgActiveStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgActiveStatus.setStatus('current') mgFwmIsAlive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgFwmIsAlive.setStatus('current') mgConnectedClientsTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 7, 7), ) if mibBuilder.loadTexts: mgConnectedClientsTable.setStatus('current') mgConnectedClientsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 7, 7, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "mgIndex")) if mibBuilder.loadTexts: mgConnectedClientsEntry.setStatus('current') mgIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 7, 7, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgIndex.setStatus('current') mgClientName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 7, 7, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgClientName.setStatus('current') mgClientHost = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 7, 7, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgClientHost.setStatus('current') mgClientDbLock = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 7, 7, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgClientDbLock.setStatus('current') mgApplicationType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 7, 7, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgApplicationType.setStatus('current') mgStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: mgStatCode.setStatus('current') mgStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 102), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: mgStatShortDescr.setStatus('current') mgStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 7, 103), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: mgStatLongDescr.setStatus('current') wamPluginPerformance = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 8, 6)) wamPolicy = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 8, 7)) wamUagQueries = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 8, 8)) wamGlobalPerformance = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 8, 9)) wamProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamProdName.setStatus('current') wamVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamVerMajor.setStatus('current') wamVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamVerMinor.setStatus('current') wamState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamState.setStatus('current') wamName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamName.setStatus('current') wamStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamStatCode.setStatus('current') wamStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 102), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamStatShortDescr.setStatus('current') wamStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 103), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamStatLongDescr.setStatus('current') wamAcceptReq = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 6, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamAcceptReq.setStatus('current') wamRejectReq = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 6, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamRejectReq.setStatus('current') wamPolicyName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 7, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamPolicyName.setStatus('current') wamPolicyUpdate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 7, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamPolicyUpdate.setStatus('current') wamUagHost = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 8, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamUagHost.setStatus('current') wamUagIp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 8, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamUagIp.setStatus('current') wamUagPort = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 8, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamUagPort.setStatus('current') wamUagNoQueries = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 8, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamUagNoQueries.setStatus('current') wamUagLastQuery = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 8, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamUagLastQuery.setStatus('current') wamOpenSessions = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 9, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: wamOpenSessions.setStatus('current') wamLastSession = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 8, 9, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: wamLastSession.setStatus('current') dtpsProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsProdName.setStatus('current') dtpsVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsVerMajor.setStatus('current') dtpsVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsVerMinor.setStatus('current') dtpsLicensedUsers = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsLicensedUsers.setStatus('current') dtpsConnectedUsers = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsConnectedUsers.setStatus('current') dtpsStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsStatCode.setStatus('current') dtpsStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 102), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsStatShortDescr.setStatus('current') dtpsStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 9, 103), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: dtpsStatLongDescr.setStatus('current') lsProdName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: lsProdName.setStatus('current') lsVerMajor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsVerMajor.setStatus('current') lsVerMinor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsVerMinor.setStatus('current') lsBuildNumber = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsBuildNumber.setStatus('current') lsFwmIsAlive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsFwmIsAlive.setStatus('current') lsStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsStatCode.setStatus('current') lsStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 102), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: lsStatShortDescr.setStatus('current') lsStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 11, 103), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: lsStatLongDescr.setStatus('current') lsConnectedClientsTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 11, 7), ) if mibBuilder.loadTexts: lsConnectedClientsTable.setStatus('current') lsConnectedClientsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 11, 7, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "lsIndex")) if mibBuilder.loadTexts: lsConnectedClientsEntry.setStatus('current') lsIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 11, 7, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsIndex.setStatus('current') lsClientName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 11, 7, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsClientName.setStatus('current') lsClientHost = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 11, 7, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsClientHost.setStatus('current') lsClientDbLock = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 11, 7, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsClientDbLock.setStatus('current') lsApplicationType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 11, 7, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: lsApplicationType.setStatus('current') asmAttacks = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1)) asmLayer3 = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 1)) asmLayer4 = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2)) asmTCP = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1)) asmSynatk = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 1)) asmSmallPmtu = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 2)) asmSeqval = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 3)) asmUDP = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 2)) asmScans = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 3)) asmHostPortScan = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 3, 1)) asmIPSweep = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 3, 2)) asmLayer5 = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3)) asmHTTP = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1)) asmHttpWorms = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 1)) asmHttpFormatViolatoin = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 2)) asmHttpAsciiViolation = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 3)) asmHttpP2PHeaderFilter = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 4)) asmCIFS = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2)) asmCIFSWorms = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 1)) asmCIFSNullSession = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 2)) asmCIFSBlockedPopUps = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 3)) asmCIFSBlockedCommands = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 4)) asmCIFSPasswordLengthViolations = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 5)) asmP2P = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3)) asmP2POtherConAttempts = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 1)) asmP2PKazaaConAttempts = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 2)) asmP2PeMuleConAttempts = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 3)) asmP2PGnutellaConAttempts = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 4)) asmP2PSkypeCon = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 5)) asmP2PBitTorrentCon = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 6)) asmSynatkSynAckTimeout = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: asmSynatkSynAckTimeout.setStatus('current') asmSynatkSynAckReset = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: asmSynatkSynAckReset.setStatus('current') asmSynatkModeChange = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: asmSynatkModeChange.setStatus('current') asmSynatkCurrentMode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: asmSynatkCurrentMode.setStatus('current') asmSynatkNumberofunAckedSyns = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: asmSynatkNumberofunAckedSyns.setStatus('current') smallPMTUNumberOfAttacks = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: smallPMTUNumberOfAttacks.setStatus('current') smallPMTUValueOfMinimalMTUsize = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 2, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: smallPMTUValueOfMinimalMTUsize.setStatus('current') sequenceVerifierInvalidAck = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: sequenceVerifierInvalidAck.setStatus('current') sequenceVerifierInvalidSequence = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 3, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: sequenceVerifierInvalidSequence.setStatus('current') sequenceVerifierInvalidretransmit = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 1, 3, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: sequenceVerifierInvalidretransmit.setStatus('current') httpWorms = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: httpWorms.setStatus('current') numOfhostPortScan = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfhostPortScan.setStatus('current') numOfIpSweep = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 2, 3, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfIpSweep.setStatus('current') httpURLLengthViolation = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: httpURLLengthViolation.setStatus('current') httpHeaderLengthViolations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 2, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: httpHeaderLengthViolations.setStatus('current') httpMaxHeaderReached = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 2, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: httpMaxHeaderReached.setStatus('current') numOfHttpASCIIViolations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfHttpASCIIViolations.setStatus('current') numOfHttpP2PHeaders = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 1, 4, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfHttpP2PHeaders.setStatus('current') numOfCIFSworms = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfCIFSworms.setStatus('current') numOfCIFSNullSessions = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfCIFSNullSessions.setStatus('current') numOfCIFSBlockedPopUps = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfCIFSBlockedPopUps.setStatus('current') numOfCIFSBlockedCommands = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 4, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfCIFSBlockedCommands.setStatus('current') numOfCIFSPasswordLengthViolations = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 2, 5, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfCIFSPasswordLengthViolations.setStatus('current') numOfP2POtherConAttempts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfP2POtherConAttempts.setStatus('current') numOfP2PKazaaConAttempts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfP2PKazaaConAttempts.setStatus('current') numOfP2PeMuleConAttempts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfP2PeMuleConAttempts.setStatus('current') numOfGnutellaConAttempts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 4, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfGnutellaConAttempts.setStatus('current') numOfP2PSkypeCon = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 5, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfP2PSkypeCon.setStatus('current') numOfBitTorrentCon = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 17, 1, 3, 3, 6, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: numOfBitTorrentCon.setStatus('current') aviEngines = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1)) aviTopViruses = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 2)) aviTopEverViruses = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 3)) aviServices = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4)) aviServicesHTTP = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1)) aviServicesFTP = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2)) aviServicesSMTP = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3)) aviServicesPOP3 = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4)) aviStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviStatCode.setStatus('current') aviStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviStatShortDescr.setStatus('current') aviStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviStatLongDescr.setStatus('current') aviEngineTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1), ) if mibBuilder.loadTexts: aviEngineTable.setStatus('current') aviEngineEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "aviEngineIndex")) if mibBuilder.loadTexts: aviEngineEntry.setStatus('current') aviEngineIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviEngineIndex.setStatus('current') aviEngineName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviEngineName.setStatus('current') aviEngineVer = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviEngineVer.setStatus('current') aviEngineDate = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviEngineDate.setStatus('current') aviSignatureName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSignatureName.setStatus('current') aviSignatureVer = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSignatureVer.setStatus('current') aviSignatureDate = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSignatureDate.setStatus('current') aviLastSigCheckTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviLastSigCheckTime.setStatus('current') aviLastSigLocation = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 9), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviLastSigLocation.setStatus('current') aviLastLicExp = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 1, 1, 1, 10), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviLastLicExp.setStatus('current') aviTopVirusesTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 24, 2, 1), ) if mibBuilder.loadTexts: aviTopVirusesTable.setStatus('current') aviTopVirusesEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 24, 2, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "aviTopVirusesIndex")) if mibBuilder.loadTexts: aviTopVirusesEntry.setStatus('current') aviTopVirusesIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 2, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviTopVirusesIndex.setStatus('current') aviTopVirusesName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 2, 1, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviTopVirusesName.setStatus('current') aviTopVirusesCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 2, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviTopVirusesCnt.setStatus('current') aviTopEverVirusesTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 24, 3, 1), ) if mibBuilder.loadTexts: aviTopEverVirusesTable.setStatus('current') aviTopEverVirusesEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 24, 3, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "aviTopEverVirusesIndex")) if mibBuilder.loadTexts: aviTopEverVirusesEntry.setStatus('current') aviTopEverVirusesIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 3, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviTopEverVirusesIndex.setStatus('current') aviTopEverVirusesName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 3, 1, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviTopEverVirusesName.setStatus('current') aviTopEverVirusesCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 3, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviTopEverVirusesCnt.setStatus('current') aviHTTPState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviHTTPState.setStatus('current') aviHTTPLastVirusName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviHTTPLastVirusName.setStatus('current') aviHTTPLastVirusTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviHTTPLastVirusTime.setStatus('current') aviHTTPTopVirusesTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 4), ) if mibBuilder.loadTexts: aviHTTPTopVirusesTable.setStatus('current') aviHTTPTopVirusesEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 4, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "aviHTTPTopVirusesIndex")) if mibBuilder.loadTexts: aviHTTPTopVirusesEntry.setStatus('current') aviHTTPTopVirusesIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 4, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviHTTPTopVirusesIndex.setStatus('current') aviHTTPTopVirusesName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviHTTPTopVirusesName.setStatus('current') aviHTTPTopVirusesCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 1, 4, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviHTTPTopVirusesCnt.setStatus('current') aviFTPState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviFTPState.setStatus('current') aviFTPLastVirusName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviFTPLastVirusName.setStatus('current') aviFTPLastVirusTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviFTPLastVirusTime.setStatus('current') aviFTPTopVirusesTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 4), ) if mibBuilder.loadTexts: aviFTPTopVirusesTable.setStatus('current') aviFTPTopVirusesEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 4, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "aviFTPTopVirusesIndex")) if mibBuilder.loadTexts: aviFTPTopVirusesEntry.setStatus('current') aviFTPTopVirusesIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 4, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviFTPTopVirusesIndex.setStatus('current') aviFTPTopVirusesName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviFTPTopVirusesName.setStatus('current') aviFTPTopVirusesCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 2, 4, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviFTPTopVirusesCnt.setStatus('current') aviSMTPState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSMTPState.setStatus('current') aviSMTPLastVirusName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSMTPLastVirusName.setStatus('current') aviSMTPLastVirusTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSMTPLastVirusTime.setStatus('current') aviSMTPTopVirusesTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 4), ) if mibBuilder.loadTexts: aviSMTPTopVirusesTable.setStatus('current') aviSMTPTopVirusesEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 4, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "aviSMTPTopVirusesIndex")) if mibBuilder.loadTexts: aviSMTPTopVirusesEntry.setStatus('current') aviSMTPTopVirusesIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 4, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSMTPTopVirusesIndex.setStatus('current') aviSMTPTopVirusesName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSMTPTopVirusesName.setStatus('current') aviSMTPTopVirusesCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 3, 4, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviSMTPTopVirusesCnt.setStatus('current') aviPOP3State = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviPOP3State.setStatus('current') aviPOP3LastVirusName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviPOP3LastVirusName.setStatus('current') aviPOP3LastVirusTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviPOP3LastVirusTime.setStatus('current') aviPOP3TopVirusesTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 4), ) if mibBuilder.loadTexts: aviPOP3TopVirusesTable.setStatus('current') aviPOP3TopVirusesEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 4, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "aviPOP3TopVirusesIndex")) if mibBuilder.loadTexts: aviPOP3TopVirusesEntry.setStatus('current') aviPOP3TopVirusesIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 4, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviPOP3TopVirusesIndex.setStatus('current') aviPOP3TopVirusesName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviPOP3TopVirusesName.setStatus('current') aviPOP3TopVirusesCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 24, 4, 4, 4, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: aviPOP3TopVirusesCnt.setStatus('current') cpsemd = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1)) cpsead = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2)) cpsemdStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdStatCode.setStatus('current') cpsemdStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdStatShortDescr.setStatus('current') cpsemdStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdStatLongDescr.setStatus('current') cpsemdProcAlive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdProcAlive.setStatus('current') cpsemdNewEventsHandled = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdNewEventsHandled.setStatus('current') cpsemdUpdatesHandled = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdUpdatesHandled.setStatus('current') cpsemdLastEventTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdLastEventTime.setStatus('current') cpsemdCurrentDBSize = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdCurrentDBSize.setStatus('current') cpsemdDBCapacity = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdDBCapacity.setStatus('current') cpsemdNumEvents = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdNumEvents.setStatus('current') cpsemdDBDiskSpace = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdDBDiskSpace.setStatus('current') cpsemdCorrelationUnitTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 9), ) if mibBuilder.loadTexts: cpsemdCorrelationUnitTable.setStatus('current') cpsemdDBIsFull = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdDBIsFull.setStatus('current') cpsemdCorrelationUnitEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 9, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "cpsemdCorrelationUnitIndex")) if mibBuilder.loadTexts: cpsemdCorrelationUnitEntry.setStatus('current') cpsemdCorrelationUnitIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 9, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdCorrelationUnitIndex.setStatus('current') cpsemdCorrelationUnitIP = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 9, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdCorrelationUnitIP.setStatus('current') cpsemdCorrelationUnitLastRcvdTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 9, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdCorrelationUnitLastRcvdTime.setStatus('current') cpsemdCorrelationUnitNumEventsRcvd = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 9, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdCorrelationUnitNumEventsRcvd.setStatus('current') cpsemdConnectionDuration = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 1, 9, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpsemdConnectionDuration.setStatus('current') cpseadStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadStatCode.setStatus('current') cpseadStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadStatShortDescr.setStatus('current') cpseadStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadStatLongDescr.setStatus('current') cpseadProcAlive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadProcAlive.setStatus('current') cpseadConnectedToSem = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadConnectedToSem.setStatus('current') cpseadNumProcessedLogs = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadNumProcessedLogs.setStatus('current') cpseadJobsTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4), ) if mibBuilder.loadTexts: cpseadJobsTable.setStatus('current') cpseadJobsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "cpseadJobIndex")) if mibBuilder.loadTexts: cpseadJobsEntry.setStatus('current') cpseadJobIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadJobIndex.setStatus('current') cpseadJobID = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadJobID.setStatus('current') cpseadJobName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadJobName.setStatus('current') cpseadJobState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadJobState.setStatus('current') cpseadJobIsOnline = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadJobIsOnline.setStatus('current') cpseadJobLogServer = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadJobLogServer.setStatus('current') cpseadJobDataType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadJobDataType.setStatus('current') cpseadConnectedToLogServer = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadConnectedToLogServer.setStatus('current') cpseadNumAnalyzedLogs = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 9), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadNumAnalyzedLogs.setStatus('current') cpseadFileName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 10), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadFileName.setStatus('current') cpseadFileCurrentPosition = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 11), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadFileCurrentPosition.setStatus('current') cpseadStateDescriptionCode = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 12), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadStateDescriptionCode.setStatus('current') cpseadStateDescription = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 4, 1, 13), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadStateDescription.setStatus('current') cpseadNoFreeDiskSpace = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 25, 2, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpseadNoFreeDiskSpace.setStatus('current') ufEngine = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1)) ufSS = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2)) ufStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufStatCode.setStatus('current') ufStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufStatShortDescr.setStatus('current') ufStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufStatLongDescr.setStatus('current') ufEngineName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufEngineName.setStatus('current') ufEngineVer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufEngineVer.setStatus('current') ufEngineDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufEngineDate.setStatus('current') ufSignatureDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufSignatureDate.setStatus('current') ufSignatureVer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufSignatureVer.setStatus('current') ufLastSigCheckTime = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufLastSigCheckTime.setStatus('current') ufLastSigLocation = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufLastSigLocation.setStatus('current') ufLastLicExp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 1, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufLastLicExp.setStatus('current') ufIsMonitor = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufIsMonitor.setStatus('current') ufScannedCnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufScannedCnt.setStatus('current') ufBlockedCnt = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufBlockedCnt.setStatus('current') ufTopBlockedCatTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 4), ) if mibBuilder.loadTexts: ufTopBlockedCatTable.setStatus('current') ufTopBlockedCatEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 4, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "ufTopBlockedCatIndex")) if mibBuilder.loadTexts: ufTopBlockedCatEntry.setStatus('current') ufTopBlockedCatIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 4, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedCatIndex.setStatus('current') ufTopBlockedCatName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 4, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedCatName.setStatus('current') ufTopBlockedCatCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 4, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedCatCnt.setStatus('current') ufTopBlockedSiteTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 5), ) if mibBuilder.loadTexts: ufTopBlockedSiteTable.setStatus('current') ufTopBlockedSiteEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 5, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "ufTopBlockedSiteIndex")) if mibBuilder.loadTexts: ufTopBlockedSiteEntry.setStatus('current') ufTopBlockedSiteIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 5, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedSiteIndex.setStatus('current') ufTopBlockedSiteName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 5, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedSiteName.setStatus('current') ufTopBlockedSiteCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 5, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedSiteCnt.setStatus('current') ufTopBlockedUserTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 6), ) if mibBuilder.loadTexts: ufTopBlockedUserTable.setStatus('current') ufTopBlockedUserEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 6, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "ufTopBlockedUserIndex")) if mibBuilder.loadTexts: ufTopBlockedUserEntry.setStatus('current') ufTopBlockedUserIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 6, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedUserIndex.setStatus('current') ufTopBlockedUserName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 6, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedUserName.setStatus('current') ufTopBlockedUserCnt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 29, 2, 6, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ufTopBlockedUserCnt.setStatus('current') msProductName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: msProductName.setStatus('current') msMajorVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msMajorVersion.setStatus('current') msMinorVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msMinorVersion.setStatus('current') msBuildNumber = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msBuildNumber.setStatus('current') msVersionStr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: msVersionStr.setStatus('current') msSpam = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6)) msSpamNumScannedEmails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamNumScannedEmails.setStatus('current') msSpamNumSpamEmails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamNumSpamEmails.setStatus('current') msSpamNumHandledSpamEmails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamNumHandledSpamEmails.setStatus('current') msSpamControls = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 4)) msSpamControlsSpamEngine = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 4, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamControlsSpamEngine.setStatus('current') msSpamControlsIpRepuatation = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 4, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamControlsIpRepuatation.setStatus('current') msSpamControlsSPF = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 4, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamControlsSPF.setStatus('current') msSpamControlsDomainKeys = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 4, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamControlsDomainKeys.setStatus('current') msSpamControlsRDNS = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 4, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamControlsRDNS.setStatus('current') msSpamControlsRBL = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 6, 4, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msSpamControlsRBL.setStatus('current') msExpirationDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: msExpirationDate.setStatus('current') msEngineVer = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: msEngineVer.setStatus('current') msEngineDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msEngineDate.setStatus('current') msStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: msStatCode.setStatus('current') msStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: msStatShortDescr.setStatus('current') msStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: msStatLongDescr.setStatus('current') msServicePack = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 30, 999), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: msServicePack.setStatus('current') voipProductName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipProductName.setStatus('current') voipMajorVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipMajorVersion.setStatus('current') voipMinorVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipMinorVersion.setStatus('current') voipBuildNumber = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipBuildNumber.setStatus('current') voipVersionStr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipVersionStr.setStatus('current') voipDOS = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6)) voipDOSSip = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1)) voipDOSSipNetwork = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1)) voipDOSSipNetworkReqInterval = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkReqInterval.setStatus('current') voipDOSSipNetworkReqConfThreshold = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkReqConfThreshold.setStatus('current') voipDOSSipNetworkReqCurrentVal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkReqCurrentVal.setStatus('current') voipDOSSipNetworkRegInterval = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkRegInterval.setStatus('current') voipDOSSipNetworkRegConfThreshold = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkRegConfThreshold.setStatus('current') voipDOSSipNetworkRegCurrentVal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkRegCurrentVal.setStatus('current') voipDOSSipNetworkCallInitInterval = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkCallInitInterval.setStatus('current') voipDOSSipNetworkCallInitConfThreshold = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkCallInitConfThreshold.setStatus('current') voipDOSSipNetworkCallInitICurrentVal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipNetworkCallInitICurrentVal.setStatus('current') voipDOSSipRateLimitingTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2), ) if mibBuilder.loadTexts: voipDOSSipRateLimitingTable.setStatus('current') voipDOSSipRateLimitingEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "voipDOSSipRateLimitingTableIndex")) if mibBuilder.loadTexts: voipDOSSipRateLimitingEntry.setStatus('current') voipDOSSipRateLimitingTableIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableIndex.setStatus('current') voipDOSSipRateLimitingTableIpAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableIpAddress.setStatus('current') voipDOSSipRateLimitingTableInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableInterval.setStatus('current') voipDOSSipRateLimitingTableConfThreshold = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableConfThreshold.setStatus('current') voipDOSSipRateLimitingTableNumDOSSipRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableNumDOSSipRequests.setStatus('current') voipDOSSipRateLimitingTableNumTrustedRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableNumTrustedRequests.setStatus('current') voipDOSSipRateLimitingTableNumNonTrustedRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableNumNonTrustedRequests.setStatus('current') voipDOSSipRateLimitingTableNumRequestsfromServers = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 31, 6, 1, 2, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipDOSSipRateLimitingTableNumRequestsfromServers.setStatus('current') voipCAC = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 31, 7)) voipCACConcurrentCalls = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 31, 7, 1)) voipCACConcurrentCallsConfThreshold = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 7, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipCACConcurrentCallsConfThreshold.setStatus('current') voipCACConcurrentCallsCurrentVal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 7, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipCACConcurrentCallsCurrentVal.setStatus('current') voipStatCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipStatCode.setStatus('current') voipStatShortDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipStatShortDescr.setStatus('current') voipStatLongDescr = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipStatLongDescr.setStatus('current') voipServicePack = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 31, 999), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: voipServicePack.setStatus('current') identityAwarenessProductName = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessProductName.setStatus('current') identityAwarenessAuthUsers = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessAuthUsers.setStatus('current') identityAwarenessUnAuthUsers = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessUnAuthUsers.setStatus('current') identityAwarenessAuthUsersKerberos = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessAuthUsersKerberos.setStatus('current') identityAwarenessAuthMachKerberos = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessAuthMachKerberos.setStatus('current') identityAwarenessAuthUsersPass = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessAuthUsersPass.setStatus('current') identityAwarenessAuthUsersADQuery = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessAuthUsersADQuery.setStatus('current') identityAwarenessAuthMachADQuery = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessAuthMachADQuery.setStatus('current') identityAwarenessLoggedInAgent = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessLoggedInAgent.setStatus('current') identityAwarenessLoggedInCaptivePortal = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessLoggedInCaptivePortal.setStatus('current') identityAwarenessLoggedInADQuery = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessLoggedInADQuery.setStatus('current') identityAwarenessAntiSpoffProtection = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessAntiSpoffProtection.setStatus('current') identityAwarenessSuccUserLoginKerberos = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 13), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessSuccUserLoginKerberos.setStatus('current') identityAwarenessSuccMachLoginKerberos = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 14), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessSuccMachLoginKerberos.setStatus('current') identityAwarenessSuccUserLoginPass = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 15), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessSuccUserLoginPass.setStatus('current') identityAwarenessSuccUserLoginADQuery = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 16), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessSuccUserLoginADQuery.setStatus('current') identityAwarenessSuccMachLoginADQuery = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 17), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessSuccMachLoginADQuery.setStatus('current') identityAwarenessUnSuccUserLoginKerberos = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 18), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessUnSuccUserLoginKerberos.setStatus('current') identityAwarenessUnSuccMachLoginKerberos = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 19), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessUnSuccMachLoginKerberos.setStatus('current') identityAwarenessUnSuccUserLoginPass = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 20), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessUnSuccUserLoginPass.setStatus('current') identityAwarenessSuccUserLDAP = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 21), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessSuccUserLDAP.setStatus('current') identityAwarenessUnSuccUserLDAP = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 22), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessUnSuccUserLDAP.setStatus('current') identityAwarenessDataTrans = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 23), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessDataTrans.setStatus('current') identityAwarenessDistributedEnvTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24), ) if mibBuilder.loadTexts: identityAwarenessDistributedEnvTable.setStatus('current') identityAwarenessDistributedEnvEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "identityAwarenessDistributedEnvTableIndex")) if mibBuilder.loadTexts: identityAwarenessDistributedEnvEntry.setStatus('current') identityAwarenessDistributedEnvTableIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessDistributedEnvTableIndex.setStatus('current') identityAwarenessDistributedEnvTableGwName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessDistributedEnvTableGwName.setStatus('current') identityAwarenessDistributedEnvTableDisconnections = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessDistributedEnvTableDisconnections.setStatus('current') identityAwarenessDistributedEnvTableBruteForceAtt = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessDistributedEnvTableBruteForceAtt.setStatus('current') identityAwarenessDistributedEnvTableStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessDistributedEnvTableStatus.setStatus('current') identityAwarenessDistributedEnvTableIsLocal = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 24, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessDistributedEnvTableIsLocal.setStatus('current') identityAwarenessADQueryStatusTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 38, 25), ) if mibBuilder.loadTexts: identityAwarenessADQueryStatusTable.setStatus('current') identityAwarenessADQueryStatusEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 38, 25, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "identityAwarenessADQueryStatusTableIndex")) if mibBuilder.loadTexts: identityAwarenessADQueryStatusEntry.setStatus('current') identityAwarenessADQueryStatusTableIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 25, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessADQueryStatusTableIndex.setStatus('current') identityAwarenessADQueryStatusCurrStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 25, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessADQueryStatusCurrStatus.setStatus('current') identityAwarenessADQueryStatusDomainName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 25, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessADQueryStatusDomainName.setStatus('current') identityAwarenessADQueryStatusDomainIP = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 25, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessADQueryStatusDomainIP.setStatus('current') identityAwarenessADQueryStatusEvents = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 38, 25, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessADQueryStatusEvents.setStatus('current') identityAwarenessStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessStatus.setStatus('current') identityAwarenessStatusShortDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessStatusShortDesc.setStatus('current') identityAwarenessStatusLongDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 38, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: identityAwarenessStatusLongDesc.setStatus('current') applicationControlSubscription = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 39, 1)) applicationControlSubscriptionStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 1, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlSubscriptionStatus.setStatus('current') applicationControlSubscriptionExpDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlSubscriptionExpDate.setStatus('current') applicationControlSubscriptionDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlSubscriptionDesc.setStatus('current') applicationControlUpdate = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 39, 2)) applicationControlUpdateStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlUpdateStatus.setStatus('current') applicationControlUpdateDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlUpdateDesc.setStatus('current') applicationControlNextUpdate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlNextUpdate.setStatus('current') applicationControlVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 2, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlVersion.setStatus('current') applicationControlStatusCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlStatusCode.setStatus('current') applicationControlStatusShortDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlStatusShortDesc.setStatus('current') applicationControlStatusLongDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 39, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: applicationControlStatusLongDesc.setStatus('current') exchangeAgents = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1)) exchangeAgentsTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1), ) if mibBuilder.loadTexts: exchangeAgentsTable.setStatus('current') exchangeAgentsStatusEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "exchangeAgentsStatusTableIndex")) if mibBuilder.loadTexts: exchangeAgentsStatusEntry.setStatus('current') exchangeAgentsStatusTableIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentsStatusTableIndex.setStatus('current') exchangeAgentName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentName.setStatus('current') exchangeAgentStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentStatus.setStatus('current') exchangeAgentTotalMsg = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentTotalMsg.setStatus('current') exchangeAgentTotalScannedMsg = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentTotalScannedMsg.setStatus('current') exchangeAgentDroppedMsg = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentDroppedMsg.setStatus('current') exchangeAgentUpTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentUpTime.setStatus('current') exchangeAgentTimeSinceLastMsg = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentTimeSinceLastMsg.setStatus('current') exchangeAgentQueueLen = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentQueueLen.setStatus('current') exchangeQueueLen = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeQueueLen.setStatus('current') exchangeAgentAvgTimePerMsg = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 11), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentAvgTimePerMsg.setStatus('current') exchangeAgentAvgTimePerScannedMsg = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 12), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentAvgTimePerScannedMsg.setStatus('current') exchangeAgentVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 13), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentVersion.setStatus('current') exchangeCPUUsage = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 14), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeCPUUsage.setStatus('current') exchangeMemoryUsage = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 15), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeMemoryUsage.setStatus('current') exchangeAgentPolicyTimeStamp = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 44, 1, 1, 1, 16), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: exchangeAgentPolicyTimeStamp.setStatus('current') dlpVersionString = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 11), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpVersionString.setStatus('current') dlpLicenseStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 12), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpLicenseStatus.setStatus('current') dlpLdapStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 13), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpLdapStatus.setStatus('current') dlpTotalScans = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 14), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpTotalScans.setStatus('current') dlpSMTPScans = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 15), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpSMTPScans.setStatus('current') dlpSMTPIncidents = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 16), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpSMTPIncidents.setStatus('current') dlpLastSMTPScan = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 17), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpLastSMTPScan.setStatus('current') dlpNumQuarantined = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 18), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpNumQuarantined.setStatus('current') dlpQrntMsgsSize = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 19), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpQrntMsgsSize.setStatus('current') dlpSentEMails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 20), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpSentEMails.setStatus('current') dlpExpiredEMails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 21), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpExpiredEMails.setStatus('current') dlpDiscardEMails = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 22), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpDiscardEMails.setStatus('current') dlpPostfixQLen = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 23), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpPostfixQLen.setStatus('current') dlpPostfixErrors = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 24), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpPostfixErrors.setStatus('current') dlpPostfixQOldMsg = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 25), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpPostfixQOldMsg.setStatus('current') dlpPostfixQMsgsSz = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 26), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpPostfixQMsgsSz.setStatus('current') dlpPostfixQFreeSp = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 27), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpPostfixQFreeSp.setStatus('current') dlpQrntFreeSpace = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 28), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpQrntFreeSpace.setStatus('current') dlpQrntStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 29), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpQrntStatus.setStatus('current') dlpHttpScans = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 30), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpHttpScans.setStatus('current') dlpHttpIncidents = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 31), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpHttpIncidents.setStatus('current') dlpHttpLastScan = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 32), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpHttpLastScan.setStatus('current') dlpFtpScans = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 33), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpFtpScans.setStatus('current') dlpFtpIncidents = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 34), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpFtpIncidents.setStatus('current') dlpFtpLastScan = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 35), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpFtpLastScan.setStatus('current') dlpBypassStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 36), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpBypassStatus.setStatus('current') dlpUserCheckClnts = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 37), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpUserCheckClnts.setStatus('current') dlpLastPolStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 38), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpLastPolStatus.setStatus('current') dlpStatusCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpStatusCode.setStatus('current') dlpStatusShortDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpStatusShortDesc.setStatus('current') dlpStatusLongDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 44, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: dlpStatusLongDesc.setStatus('current') thresholdPolicy = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 42, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdPolicy.setStatus('current') thresholdState = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 42, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdState.setStatus('current') thresholdStateDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 42, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdStateDesc.setStatus('current') thresholdEnabled = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 42, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdEnabled.setStatus('current') thresholdActive = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 42, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActive.setStatus('current') thresholdEventsSinceStartup = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 42, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdEventsSinceStartup.setStatus('current') thresholdActiveEventsTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7), ) if mibBuilder.loadTexts: thresholdActiveEventsTable.setStatus('current') thresholdActiveEventsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "thresholdActiveEventsIndex")) if mibBuilder.loadTexts: thresholdActiveEventsEntry.setStatus('current') thresholdActiveEventsIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventsIndex.setStatus('current') thresholdActiveEventName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventName.setStatus('current') thresholdActiveEventCategory = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventCategory.setStatus('current') thresholdActiveEventSeverity = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventSeverity.setStatus('current') thresholdActiveEventSubject = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventSubject.setStatus('current') thresholdActiveEventSubjectValue = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventSubjectValue.setStatus('current') thresholdActiveEventActivationTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 7), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventActivationTime.setStatus('current') thresholdActiveEventState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 7, 1, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdActiveEventState.setStatus('current') thresholdDestinationsTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8), ) if mibBuilder.loadTexts: thresholdDestinationsTable.setStatus('current') thresholdDestinationsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "thresholdDestinationIndex")) if mibBuilder.loadTexts: thresholdDestinationsEntry.setStatus('current') thresholdDestinationIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdDestinationIndex.setStatus('current') thresholdDestinationName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdDestinationName.setStatus('current') thresholdDestinationType = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdDestinationType.setStatus('current') thresholdSendingState = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdSendingState.setStatus('current') thresholdSendingStateDesc = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdSendingStateDesc.setStatus('current') thresholdAlertCount = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 8, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdAlertCount.setStatus('current') thresholdErrorsTable = MibTable((1, 3, 6, 1, 4, 1, 2620, 1, 42, 9), ) if mibBuilder.loadTexts: thresholdErrorsTable.setStatus('current') thresholdErrorsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2620, 1, 42, 9, 1), ).setIndexNames((0, "CHECKPOINT-MIB", "thresholdErrorIndex")) if mibBuilder.loadTexts: thresholdErrorsEntry.setStatus('current') thresholdErrorIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 9, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdErrorIndex.setStatus('current') thresholdName = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 9, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdName.setStatus('current') thresholdThresholdOID = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 9, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdThresholdOID.setStatus('current') thresholdErrorDesc = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 9, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdErrorDesc.setStatus('current') thresholdErrorTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2620, 1, 42, 9, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: thresholdErrorTime.setStatus('current') advancedUrlFilteringSubscription = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 43, 1)) advancedUrlFilteringSubscriptionStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 1, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringSubscriptionStatus.setStatus('current') advancedUrlFilteringSubscriptionExpDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringSubscriptionExpDate.setStatus('current') advancedUrlFilteringSubscriptionDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringSubscriptionDesc.setStatus('current') advancedUrlFilteringUpdate = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 43, 2)) advancedUrlFilteringUpdateStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringUpdateStatus.setStatus('current') advancedUrlFilteringUpdateDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringUpdateDesc.setStatus('current') advancedUrlFilteringNextUpdate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringNextUpdate.setStatus('current') advancedUrlFilteringVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 2, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringVersion.setStatus('current') advancedUrlFilteringRADStatus = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 43, 3)) advancedUrlFilteringRADStatusCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringRADStatusCode.setStatus('current') advancedUrlFilteringRADStatusDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 3, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringRADStatusDesc.setStatus('current') advancedUrlFilteringStatusCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringStatusCode.setStatus('current') advancedUrlFilteringStatusShortDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringStatusShortDesc.setStatus('current') advancedUrlFilteringStatusLongDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 43, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: advancedUrlFilteringStatusLongDesc.setStatus('current') antiBotSubscription = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 46, 2)) antiBotSubscriptionStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 2, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiBotSubscriptionStatus.setStatus('current') antiBotSubscriptionExpDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 2, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiBotSubscriptionExpDate.setStatus('current') antiBotSubscriptionDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 2, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiBotSubscriptionDesc.setStatus('current') antiVirusSubscription = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 46, 3)) antiVirusSubscriptionStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 3, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiVirusSubscriptionStatus.setStatus('current') antiVirusSubscriptionExpDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 3, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiVirusSubscriptionExpDate.setStatus('current') antiVirusSubscriptionDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 3, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiVirusSubscriptionDesc.setStatus('current') antiSpamSubscription = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 46, 4)) antiSpamSubscriptionStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 4, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiSpamSubscriptionStatus.setStatus('current') antiSpamSubscriptionExpDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 4, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiSpamSubscriptionExpDate.setStatus('current') antiSpamSubscriptionDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 4, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: antiSpamSubscriptionDesc.setStatus('current') amwABUpdate = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 46, 1)) amwABUpdateStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 1, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwABUpdateStatus.setStatus('current') amwABUpdateDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwABUpdateDesc.setStatus('current') amwABNextUpdate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwABNextUpdate.setStatus('current') amwABVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwABVersion.setStatus('current') amwAVUpdate = MibIdentifier((1, 3, 6, 1, 4, 1, 2620, 1, 46, 5)) amwAVUpdateStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 5, 1), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwAVUpdateStatus.setStatus('current') amwAVUpdateDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 5, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwAVUpdateDesc.setStatus('current') amwAVNextUpdate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 5, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwAVNextUpdate.setStatus('current') amwAVVersion = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 5, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwAVVersion.setStatus('current') amwStatusCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwStatusCode.setStatus('current') amwStatusShortDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwStatusShortDesc.setStatus('current') amwStatusLongDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 46, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: amwStatusLongDesc.setStatus('current') teSubscriptionStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 25), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teSubscriptionStatus.setStatus('current') teCloudSubscriptionStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 26), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teCloudSubscriptionStatus.setStatus('current') teSubscriptionExpDate = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 20), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teSubscriptionExpDate.setStatus('current') teSubscriptionDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 27), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teSubscriptionDesc.setStatus('current') teUpdateStatus = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 16), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teUpdateStatus.setStatus('current') teUpdateDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 17), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teUpdateDesc.setStatus('current') teStatusCode = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 101), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: teStatusCode.setStatus('current') teStatusShortDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 102), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teStatusShortDesc.setStatus('current') teStatusLongDesc = MibScalar((1, 3, 6, 1, 4, 1, 2620, 1, 49, 103), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: teStatusLongDesc.setStatus('current') mibBuilder.exportSymbols("CHECKPOINT-MIB", identityAwareness=identityAwareness, multiDiskFreeAvailablePercent=multiDiskFreeAvailablePercent, fwHmem64_failed_alloc=fwHmem64_failed_alloc, cpsemdDBDiskSpace=cpsemdDBDiskSpace, haClusterIpEntry=haClusterIpEntry, svnRouteModAction=svnRouteModAction, fwSS_ftp_blocked_by_AV_settings=fwSS_ftp_blocked_by_AV_settings, fwHmem64_requested_bytes=fwHmem64_requested_bytes, cpvHwAccelDriverMinorVer=cpvHwAccelDriverMinorVer, fwSS=fwSS, cpvIKEerrors=cpvIKEerrors, msSpamControls=msSpamControls, cpvCurrEspSAsIn=cpvCurrEspSAsIn, cpvSaOtherErrOut=cpvSaOtherErrOut, voipBuildNumber=voipBuildNumber, fwSS_rlogin_auth_sess_count=fwSS_rlogin_auth_sess_count, fwProduct=fwProduct, cpvErrors=cpvErrors, fwSS_http_passed_total=fwSS_http_passed_total, haTrusted=haTrusted, fwDroppedTotalRate=fwDroppedTotalRate, tempertureSensorUnit=tempertureSensorUnit, wamProdName=wamProdName, diskQueue=diskQueue, fwHmem64_initial_allocated_pools=fwHmem64_initial_allocated_pools, fwSS_http_ftp_sess_count=fwSS_http_ftp_sess_count, msSpamControlsRBL=msSpamControlsRBL, svnNetIfAddress=svnNetIfAddress, fwKmem_blocking_bytes_used=fwKmem_blocking_bytes_used, cpvSaUnknownSpiErr=cpvSaUnknownSpiErr, haVerified=haVerified, svnNetIfMask=svnNetIfMask, fwSS_rlogin_logical_port=fwSS_rlogin_logical_port, fwSS_total_passed_by_archive_limit=fwSS_total_passed_by_archive_limit, fwKmem_non_blocking_bytes_used=fwKmem_non_blocking_bytes_used, raidDiskSize=raidDiskSize, dlpLastPolStatus=dlpLastPolStatus, vsxCountersPackets=vsxCountersPackets, fwUfpHits=fwUfpHits, raTunnelEncAlgorithm=raTunnelEncAlgorithm, svnNetIfTable=svnNetIfTable, amwStatusCode=amwStatusCode, svnApplianceSerialNumber=svnApplianceSerialNumber, exchangeMemoryUsage=exchangeMemoryUsage, ufTopBlockedCatIndex=ufTopBlockedCatIndex, fwLSConn=fwLSConn, fwHmem64_blocks_unused=fwHmem64_blocks_unused, numOfCIFSworms=numOfCIFSworms, aviFTPTopVirusesCnt=aviFTPTopVirusesCnt, vsxCounters=vsxCounters, fgAvrRateIn=fgAvrRateIn, aviHTTPTopVirusesEntry=aviHTTPTopVirusesEntry, cpsemdProcAlive=cpsemdProcAlive, lsClientName=lsClientName, haStatShort=haStatShort, lsStatCode=lsStatCode, amwABVersion=amwABVersion, fwSXLStatus=fwSXLStatus, aviTopVirusesTable=aviTopVirusesTable, msSpamNumScannedEmails=msSpamNumScannedEmails, mgConnectedClientsTable=mgConnectedClientsTable, fwSS_ftp_auth_sess_max=fwSS_ftp_auth_sess_max, fwSS_smtp_auth_sess_count=fwSS_smtp_auth_sess_count, memActiveReal64=memActiveReal64, fwUfp=fwUfp, fgIfName=fgIfName, fwConnectionsStat=fwConnectionsStat, dtpsVerMinor=dtpsVerMinor, fwSS_POP3_outgoing_mail_curr=fwSS_POP3_outgoing_mail_curr, aviTopViruses=aviTopViruses, fwSS_total_blocked=fwSS_total_blocked, cpseadJobIsOnline=cpseadJobIsOnline, multiProcUserTime=multiProcUserTime, fwSS_http_auth_sess_curr=fwSS_http_auth_sess_curr, asmP2PeMuleConAttempts=asmP2PeMuleConAttempts, advancedUrlFilteringRADStatusDesc=advancedUrlFilteringRADStatusDesc, fwPolicyName=fwPolicyName, vsxVsInstalled=vsxVsInstalled, permanentTunnelProbState=permanentTunnelProbState, ufLastLicExp=ufLastLicExp, identityAwarenessADQueryStatusEntry=identityAwarenessADQueryStatusEntry, vsxStatusHAState=vsxStatusHAState, fgModuleKernelBuild=fgModuleKernelBuild, fwSS_ftp_ops_cvp_sess_max=fwSS_ftp_ops_cvp_sess_max, cpvIpsecEspEncPkts=cpvIpsecEspEncPkts, fwSS_ftp_ops_cvp_sess_count=fwSS_ftp_ops_cvp_sess_count, mgClientName=mgClientName, lsConnectedClientsEntry=lsConnectedClientsEntry, vsxStatusVsName=vsxStatusVsName, fwSS_rlogin_sess_curr=fwSS_rlogin_sess_curr, memFreeReal=memFreeReal, wamStatLongDescr=wamStatLongDescr, permanentTunnelTable=permanentTunnelTable, svnServicePack=svnServicePack, svnApplianceManufacturer=svnApplianceManufacturer, wamVerMinor=wamVerMinor, asmScans=asmScans, aviSMTPTopVirusesEntry=aviSMTPTopVirusesEntry, fwSS_smtp_passed_by_AV_settings=fwSS_smtp_passed_by_AV_settings, exchangeAgentDroppedMsg=exchangeAgentDroppedMsg, fwSS_http_accepted_sess=fwSS_http_accepted_sess, vsxStatusMainIP=vsxStatusMainIP, fwSS_rlogin_time_stamp=fwSS_rlogin_time_stamp, fwSS_http_blocked_by_AV_settings=fwSS_http_blocked_by_AV_settings, fwSS_smtp_passed_total=fwSS_smtp_passed_total, osMajorVer=osMajorVer, tunnelState=tunnelState, dlpTotalScans=dlpTotalScans, svnSysUniqId=svnSysUniqId, cpvFwzEncapsDecErrs=cpvFwzEncapsDecErrs, lsStatShortDescr=lsStatShortDescr, mgClientDbLock=mgClientDbLock, cpvHwAccelStatus=cpvHwAccelStatus, aviEngineVer=aviEngineVer, asmCIFSWorms=asmCIFSWorms, fwSS_smtp_socket_in_use_max=fwSS_smtp_socket_in_use_max, cpvIpsecCompressiblePkts=cpvIpsecCompressiblePkts, fwLSConnState=fwLSConnState, vsRoutingTable=vsRoutingTable, cpvIKEglobals=cpvIKEglobals, vsxStatusVSWeight=vsxStatusVSWeight, cpvHwAccelAhEncPkts=cpvHwAccelAhEncPkts, avi=avi, cpvIpsecDecomprBytesAfter=cpvIpsecDecomprBytesAfter, asmP2PGnutellaConAttempts=asmP2PGnutellaConAttempts, memDiskTransfers64=memDiskTransfers64, wamUagQueries=wamUagQueries, amwAVUpdateStatus=amwAVUpdateStatus, fwSS_POP3_sess_max=fwSS_POP3_sess_max, cpvVerMinor=cpvVerMinor, fgVerMinor=fgVerMinor, fwRejectPcktsIn=fwRejectPcktsIn, cpsead=cpsead, fwConnTableLimit=fwConnTableLimit, fwSS_POP3_accepted_sess=fwSS_POP3_accepted_sess, fwSS_ftp_passed_by_internal_error=fwSS_ftp_passed_by_internal_error, identityAwarenessSuccUserLoginKerberos=identityAwarenessSuccUserLoginKerberos, amwABUpdateDesc=amwABUpdateDesc, cpvEncPackets=cpvEncPackets, tunnelProbState=tunnelProbState, fwPerfStat=fwPerfStat, fwIfName=fwIfName, dtpsStatLongDescr=dtpsStatLongDescr, haStatus=haStatus, ms=ms, fwSS_smtp_outgoing_mail_count=fwSS_smtp_outgoing_mail_count, multiDiskFreeTotalPercent=multiDiskFreeTotalPercent, cpseadStatShortDescr=cpseadStatShortDescr, fwSS_smtp_auth_sess_curr=fwSS_smtp_auth_sess_curr, cpvSaStatistics=cpvSaStatistics, ufTopBlockedUserEntry=ufTopBlockedUserEntry, fwChains_free=fwChains_free, routingIndex=routingIndex, cpsemdCorrelationUnitLastRcvdTime=cpsemdCorrelationUnitLastRcvdTime, voipCAC=voipCAC, permanentTunnelInterface=permanentTunnelInterface, ufEngineDate=ufEngineDate, ufIsMonitor=ufIsMonitor, identityAwarenessDistributedEnvTableStatus=identityAwarenessDistributedEnvTableStatus, tunnelInterface=tunnelInterface, memDiskTransfers=memDiskTransfers, haIfEntry=haIfEntry, voipDOSSipRateLimitingTableNumDOSSipRequests=voipDOSSipRateLimitingTableNumDOSSipRequests, fwHmem64_bytes_peak=fwHmem64_bytes_peak, fwSS_http_logical_port=fwSS_http_logical_port, haClusterSyncEntry=haClusterSyncEntry, fwSS_POP3_rejected_sess=fwSS_POP3_rejected_sess, cpvIPsecNICEncrPackets=cpvIPsecNICEncrPackets, fwSS_http_sess_curr=fwSS_http_sess_curr, fgRateLimitIn=fgRateLimitIn, fwSS_POP3_passed_cnt=fwSS_POP3_passed_cnt, fwSS_rlogin_is_alive=fwSS_rlogin_is_alive, advancedUrlFilteringVersion=advancedUrlFilteringVersion, powerSupplyTable=powerSupplyTable, thresholdDestinationsEntry=thresholdDestinationsEntry, fwNetIfTopology=fwNetIfTopology, cpvTotalAhSAsIn=cpvTotalAhSAsIn, cpsemd=cpsemd, vsxStatusCPUUsageEntry=vsxStatusCPUUsageEntry, cpvIPsecNICTotalDownLoadedSAs=cpvIPsecNICTotalDownLoadedSAs, aviHTTPState=aviHTTPState, fwSS_POP3_auth_sess_count=fwSS_POP3_auth_sess_count, fwChains_alloc=fwChains_alloc, fwSS_ftp_auth_sess_curr=fwSS_ftp_auth_sess_curr, cpseadNumProcessedLogs=cpseadNumProcessedLogs, fwSS_smtp_scanned_total=fwSS_smtp_scanned_total, haClusterIpMemberNetMask=haClusterIpMemberNetMask, dlpPostfixErrors=dlpPostfixErrors, fwRejected=fwRejected, haIP=haIP, cpseadJobIndex=cpseadJobIndex, voipDOSSipRateLimitingTableNumNonTrustedRequests=voipDOSSipRateLimitingTableNumNonTrustedRequests, fwSS_http_ssl_encryp_sess_count=fwSS_http_ssl_encryp_sess_count, fgPolicyName=fgPolicyName, amw=amw, haProtoVersion=haProtoVersion, aviServicesFTP=aviServicesFTP, fwNetIfPeerName=fwNetIfPeerName, fwFilterDate=fwFilterDate, fwSS_smtp_blocked_cnt=fwSS_smtp_blocked_cnt, cpvErrOut=cpvErrOut, fwHmem64_bytes_used=fwHmem64_bytes_used, fwSS_telnet_socket_in_use_max=fwSS_telnet_socket_in_use_max, aviSMTPState=aviSMTPState, voipDOSSipNetworkRegCurrentVal=voipDOSSipNetworkRegCurrentVal, procIdleTime=procIdleTime, fwSS_smtp_socket_in_use_count=fwSS_smtp_socket_in_use_count, fwSS_http_tunneled_sess_curr=fwSS_http_tunneled_sess_curr, applicationControlSubscriptionStatus=applicationControlSubscriptionStatus, fwSS_rlogin_socket_in_use_curr=fwSS_rlogin_socket_in_use_curr, fwSS_http_blocked_by_archive_limit=fwSS_http_blocked_by_archive_limit, fwVerMinor=fwVerMinor, exchangeAgentsStatusEntry=exchangeAgentsStatusEntry, haProblemVerified=haProblemVerified, fwSS_http_transp_sess_max=fwSS_http_transp_sess_max, fwSS_ufp_ops_ufp_rej_sess=fwSS_ufp_ops_ufp_rej_sess, fwSS_POP3_socket_in_use_curr=fwSS_POP3_socket_in_use_curr, vsxCountersVSId=vsxCountersVSId, thresholdErrorDesc=thresholdErrorDesc, raCommunity=raCommunity, fwHmem64_block_size=fwHmem64_block_size, fwSS_http_scanned_total=fwSS_http_scanned_total, tunnelPeerObjName=tunnelPeerObjName, antiBotSubscriptionExpDate=antiBotSubscriptionExpDate, fwInspect_record=fwInspect_record, wamPolicy=wamPolicy, ufTopBlockedCatEntry=ufTopBlockedCatEntry, cpvIpsecNonCompressibleBytes=cpvIpsecNonCompressibleBytes, cpvIpsecComprErrors=cpvIpsecComprErrors, fwSS_POP3_auth_failures=fwSS_POP3_auth_failures, fwSS_ftp_auth_failures=fwSS_ftp_auth_failures, fwSS_http_time_stamp=fwSS_http_time_stamp, identityAwarenessADQueryStatusDomainName=identityAwarenessADQueryStatusDomainName, permanentTunnelPeerIpAddr=permanentTunnelPeerIpAddr, identityAwarenessADQueryStatusEvents=identityAwarenessADQueryStatusEvents, exchangeAgentsTable=exchangeAgentsTable, wamOpenSessions=wamOpenSessions, dtpsLicensedUsers=dtpsLicensedUsers, fwSS_smtp_max_mail_on_conn=fwSS_smtp_max_mail_on_conn, cpvFwzEncErrs=cpvFwzEncErrs, fwSS_POP3_max_mail_on_conn=fwSS_POP3_max_mail_on_conn, aviHTTPLastVirusName=aviHTTPLastVirusName, identityAwarenessADQueryStatusDomainIP=identityAwarenessADQueryStatusDomainIP, msSpamNumHandledSpamEmails=msSpamNumHandledSpamEmails, fwIfEntry=fwIfEntry, fwSS_smtp_passed_by_internal_error=fwSS_smtp_passed_by_internal_error, aviFTPTopVirusesIndex=aviFTPTopVirusesIndex, cpvProdName=cpvProdName, fwInspect_lookups=fwInspect_lookups, fwConnectionsStatConnectionsIcmp=fwConnectionsStatConnectionsIcmp, voltageSensorName=voltageSensorName, identityAwarenessDistributedEnvEntry=identityAwarenessDistributedEnvEntry, fwSS_smtp_blocked_by_internal_error=fwSS_smtp_blocked_by_internal_error, svnLogDStat=svnLogDStat) mibBuilder.exportSymbols("CHECKPOINT-MIB", fwHmem_bytes_peak=fwHmem_bytes_peak, cpvCurrAhSAsIn=cpvCurrAhSAsIn, multiDiskTable=multiDiskTable, fwCookies_getfwCookies_total=fwCookies_getfwCookies_total, voipDOSSip=voipDOSSip, aviHTTPLastVirusTime=aviHTTPLastVirusTime, fwKmem_bytes_peak=fwKmem_bytes_peak, identityAwarenessADQueryStatusTable=identityAwarenessADQueryStatusTable, exchangeQueueLen=exchangeQueueLen, antiVirusSubscriptionDesc=antiVirusSubscriptionDesc, fwSS_POP3_blocked_by_file_type=fwSS_POP3_blocked_by_file_type, fwConnectionsStatConnections=fwConnectionsStatConnections, wamPolicyUpdate=wamPolicyUpdate, fwProdName=fwProdName, aviSMTPTopVirusesName=aviSMTPTopVirusesName, ufSignatureVer=ufSignatureVer, cpseadJobsEntry=cpseadJobsEntry, fwNetIfTable=fwNetIfTable, msSpamControlsRDNS=msSpamControlsRDNS, aviEngineTable=aviEngineTable, fw=fw, svnApplianceInfo=svnApplianceInfo, fgRateLimitOut=fgRateLimitOut, identityAwarenessAuthUsers=identityAwarenessAuthUsers, voipDOSSipRateLimitingEntry=voipDOSSipRateLimitingEntry, vsxCountersDroppedTotal=vsxCountersDroppedTotal, cpvIpsec=cpvIpsec, thresholdThresholdOID=thresholdThresholdOID, fwHmem_blocks_unused=fwHmem_blocks_unused, asmCIFSNullSession=asmCIFSNullSession, fwInstallTime=fwInstallTime, tunnelPeerIpAddr=tunnelPeerIpAddr, fwLSConnOverall=fwLSConnOverall, lsVerMinor=lsVerMinor, fwHmem_free_operations=fwHmem_free_operations, aviSMTPLastVirusTime=aviSMTPLastVirusTime, sequenceVerifierInvalidretransmit=sequenceVerifierInvalidretransmit, diskFreeAvail=diskFreeAvail, haVersionSting=haVersionSting, fwSS_http_ops_cvp_rej_sess=fwSS_http_ops_cvp_rej_sess, haClusterIpMemberNet=haClusterIpMemberNet, checkpoint=checkpoint, cpsemdLastEventTime=cpsemdLastEventTime, fwSS_http_socket_in_use_curr=fwSS_http_socket_in_use_curr, haProblemPriority=haProblemPriority, multiDiskUsed=multiDiskUsed, smallPMTUNumberOfAttacks=smallPMTUNumberOfAttacks, fwSS_POP3_mail_curr=fwSS_POP3_mail_curr, fwSS_ftp_time_stamp=fwSS_ftp_time_stamp, cpvIPsecNICCurrDownLoadedSAs=cpvIPsecNICCurrDownLoadedSAs, ufTopBlockedCatCnt=ufTopBlockedCatCnt, fwSS_http_proxied_sess_count=fwSS_http_proxied_sess_count, cpvTotalAhSAsOut=cpvTotalAhSAsOut, cpvIKECurrInitSAs=cpvIKECurrInitSAs, cpvIKECurrRespSAs=cpvIKECurrRespSAs, vsRoutingVsId=vsRoutingVsId, exchangeAgentPolicyTimeStamp=exchangeAgentPolicyTimeStamp, thresholdEnabled=thresholdEnabled, lsClientDbLock=lsClientDbLock, advancedUrlFilteringUpdate=advancedUrlFilteringUpdate, cpvIPsecNICDecrBytes=cpvIPsecNICDecrBytes, fwSS_telnet_accepted_sess=fwSS_telnet_accepted_sess, advancedUrlFilteringRADStatusCode=advancedUrlFilteringRADStatusCode, fwSS_http_ops_cvp_sess_curr=fwSS_http_ops_cvp_sess_curr, cpvHwAccelDriverMajorVer=cpvHwAccelDriverMajorVer, lsConnectedClientsTable=lsConnectedClientsTable, identityAwarenessDistributedEnvTableGwName=identityAwarenessDistributedEnvTableGwName, ufStatLongDescr=ufStatLongDescr, asmP2P=asmP2P, fwSS_smtp_blocked_by_size_limit=fwSS_smtp_blocked_by_size_limit, haStarted=haStarted, aviPOP3TopVirusesCnt=aviPOP3TopVirusesCnt, aviFTPLastVirusName=aviFTPLastVirusName, cpvIKETotalRespSAs=cpvIKETotalRespSAs, identityAwarenessDataTrans=identityAwarenessDataTrans, cpvIpsecAhEncPkts=cpvIpsecAhEncPkts, exchangeAgentTotalScannedMsg=exchangeAgentTotalScannedMsg, cpvFwzDecPkts=cpvFwzDecPkts, applicationControlSubscriptionDesc=applicationControlSubscriptionDesc, haClusterSyncAddr=haClusterSyncAddr, raidVolumeType=raidVolumeType, vsRoutingGateway=vsRoutingGateway, teStatusShortDesc=teStatusShortDesc, cpvHwAccelVendor=cpvHwAccelVendor, vsxStatusCPUUsage1sec=vsxStatusCPUUsage1sec, aviSignatureDate=aviSignatureDate, lsClientHost=lsClientHost, fwSS_ftp_passed_cnt=fwSS_ftp_passed_cnt, raUserState=raUserState, msBuildNumber=msBuildNumber, aviTopVirusesName=aviTopVirusesName, fwKmem_alloc_operations=fwKmem_alloc_operations, fwLogIn=fwLogIn, fwLSConnStateDesc=fwLSConnStateDesc, fwSS_POP3_max_avail_socket=fwSS_POP3_max_avail_socket, cpvIPsecNICEncrBytes=cpvIPsecNICEncrBytes, asmSmallPmtu=asmSmallPmtu, vsxVsConfigured=vsxVsConfigured, memTotalVirtual64=memTotalVirtual64, fwNetIfSlaves=fwNetIfSlaves, multiDiskName=multiDiskName, fanSpeedSensorUnit=fanSpeedSensorUnit, voipStatCode=voipStatCode, svnBuild=svnBuild, fwSS_http_auth_sess_count=fwSS_http_auth_sess_count, aviFTPState=aviFTPState, cpvIPsecNICsNum=cpvIPsecNICsNum, svnRouteModGateway=svnRouteModGateway, ufLastSigCheckTime=ufLastSigCheckTime, identityAwarenessLoggedInCaptivePortal=identityAwarenessLoggedInCaptivePortal, aviHTTPTopVirusesCnt=aviHTTPTopVirusesCnt, lsProdName=lsProdName, fwConnectionsStatConnectionsOther=fwConnectionsStatConnectionsOther, fwPacketsRate=fwPacketsRate, fwSS_ftp_pid=fwSS_ftp_pid, cpvMaxConncurEspSAsIn=cpvMaxConncurEspSAsIn, asmCIFSBlockedCommands=asmCIFSBlockedCommands, tunnelLinkPriority=tunnelLinkPriority, aviHTTPTopVirusesTable=aviHTTPTopVirusesTable, advancedUrlFiltering=advancedUrlFiltering, fwSS_telnet_auth_failures=fwSS_telnet_auth_failures, wamUagIp=wamUagIp, fwSS_http_proxied_sess_max=fwSS_http_proxied_sess_max, aviHTTPTopVirusesIndex=aviHTTPTopVirusesIndex, raIkeOverTCP=raIkeOverTCP, numOfDisksOnRaid=numOfDisksOnRaid, haClusterIpTable=haClusterIpTable, asmCIFS=asmCIFS, voipDOSSipNetworkReqCurrentVal=voipDOSSipNetworkReqCurrentVal, fwDropPcktsIn=fwDropPcktsIn, aviFTPTopVirusesEntry=aviFTPTopVirusesEntry, vsxStatusTable=vsxStatusTable, cpvFwzErrors=cpvFwzErrors, haClusterSyncTable=haClusterSyncTable, cpvIPsecNICDecrPackets=cpvIPsecNICDecrPackets, identityAwarenessDistributedEnvTableBruteForceAtt=identityAwarenessDistributedEnvTableBruteForceAtt, thresholdActiveEventName=thresholdActiveEventName, fwSS_total_blocked_by_size_limit=fwSS_total_blocked_by_size_limit, dlpLicenseStatus=dlpLicenseStatus, haVerMajor=haVerMajor, asmLayer5=asmLayer5, fwSS_ftp_socket_in_use_curr=fwSS_ftp_socket_in_use_curr, fwSS_smtp_passed_by_size_limit=fwSS_smtp_passed_by_size_limit, routingGatweway=routingGatweway, ufTopBlockedSiteCnt=ufTopBlockedSiteCnt, fgStrPolicyName=fgStrPolicyName, fwHmem64_blocks_used=fwHmem64_blocks_used, fwSS_total_passed_by_interal_error=fwSS_total_passed_by_interal_error, thresholdDestinationIndex=thresholdDestinationIndex, procUsrTime=procUsrTime, fwSS_http_blocked_by_internal_error=fwSS_http_blocked_by_internal_error, fwSS_ufp_ops_ufp_sess_max=fwSS_ufp_ops_ufp_sess_max, fwInspect_operations=fwInspect_operations, svnProdVerMinor=svnProdVerMinor, fwNetIfIndex=fwNetIfIndex, fwAcceptedBytesTotalRate=fwAcceptedBytesTotalRate, fwHmem64_current_allocated_blocks=fwHmem64_current_allocated_blocks, ufTopBlockedUserTable=ufTopBlockedUserTable, fwHmem_current_allocated_pools=fwHmem_current_allocated_pools, fgIfEntry=fgIfEntry, fanSpeedSensorEntry=fanSpeedSensorEntry, cpvIKEMaxConncurInitSAs=cpvIKEMaxConncurInitSAs, amwAVNextUpdate=amwAVNextUpdate, raidDiskVolumeID=raidDiskVolumeID, sequenceVerifierInvalidSequence=sequenceVerifierInvalidSequence, voipDOS=voipDOS, fwSS_http_pid=fwSS_http_pid, products=products, fwSS_POP3_time_stamp=fwSS_POP3_time_stamp, cpvHwAccelEspDecBytes=cpvHwAccelEspDecBytes, tempertureSensorValue=tempertureSensorValue, cpvIpsecEspEncBytes=cpvIpsecEspEncBytes, fwHmem_requested_bytes=fwHmem_requested_bytes, svnRoutingModify=svnRoutingModify, osSPminor=osSPminor, numOfCIFSBlockedCommands=numOfCIFSBlockedCommands, vsRoutingEntry=vsRoutingEntry, fwSS_ftp_logical_port=fwSS_ftp_logical_port, aviServicesHTTP=aviServicesHTTP, fwSS_ftp_ops_cvp_sess_curr=fwSS_ftp_ops_cvp_sess_curr, vsxStatusPolicyName=vsxStatusPolicyName, httpURLLengthViolation=httpURLLengthViolation, procUsage=procUsage, fwRejectPcktsOut=fwRejectPcktsOut, dlpNumQuarantined=dlpNumQuarantined, fwSS_ftp_auth_sess_count=fwSS_ftp_auth_sess_count, voipCACConcurrentCalls=voipCACConcurrentCalls, antiSpamSubscriptionDesc=antiSpamSubscriptionDesc, fwSS_POP3_logical_port=fwSS_POP3_logical_port, exchangeAgentVersion=exchangeAgentVersion, cpvMaxConncurAhSAsOut=cpvMaxConncurAhSAsOut, fgVersionString=fgVersionString, fwSS_telnet_logical_port=fwSS_telnet_logical_port, svnDisk=svnDisk, numOfP2PSkypeCon=numOfP2PSkypeCon, vsRoutingMask=vsRoutingMask, asmIPSweep=asmIPSweep, dlpSMTPScans=dlpSMTPScans, aviEngines=aviEngines, fwSS_POP3_blocked_by_internal_error=fwSS_POP3_blocked_by_internal_error, dlp=dlp, vsxCountersIsDataValid=vsxCountersIsDataValid, svnStatLongDescr=svnStatLongDescr, dlpQrntMsgsSize=dlpQrntMsgsSize, multiProcTable=multiProcTable, fwFragments=fwFragments, fwKmem_free_operations=fwKmem_free_operations, fwSS_telnet_auth_sess_count=fwSS_telnet_auth_sess_count, fwSS_smtp_passed_cnt=fwSS_smtp_passed_cnt, fwSS_http_rejected_sess=fwSS_http_rejected_sess, fwNetIfPorts=fwNetIfPorts, aviFTPLastVirusTime=aviFTPLastVirusTime, fgProdName=fgProdName, fwSS_telnet_max_avail_socket=fwSS_telnet_max_avail_socket, svnProdVerMajor=svnProdVerMajor, aviLastSigCheckTime=aviLastSigCheckTime, mgStatShortDescr=mgStatShortDescr, fgPendBytesIn=fgPendBytesIn, vsxCountersBytesDroppedTotal=vsxCountersBytesDroppedTotal, antiVirusSubscription=antiVirusSubscription, haServicePack=haServicePack, asmP2PSkypeCon=asmP2PSkypeCon, fwSS_telnet_socket_in_use_count=fwSS_telnet_socket_in_use_count, fwSS_smtp_sess_count=fwSS_smtp_sess_count, ufTopBlockedCatName=ufTopBlockedCatName, fwAcceptBytesOut=fwAcceptBytesOut, fwSS_http_socket_in_use_max=fwSS_http_socket_in_use_max, fwSS_POP3_auth_sess_curr=fwSS_POP3_auth_sess_curr, ufSS=ufSS, fwHmem64_free_operations=fwHmem64_free_operations, fwHmem64_blocks_peak=fwHmem64_blocks_peak, te=te, numOfP2PKazaaConAttempts=numOfP2PKazaaConAttempts, svnRouteModDest=svnRouteModDest, fwSS_telnet=fwSS_telnet, fwSS_http_socket_in_use_count=fwSS_http_socket_in_use_count, fwInspect_extract=fwInspect_extract, vsxStatus=vsxStatus, fwSS_rlogin_auth_sess_max=fwSS_rlogin_auth_sess_max, mgFwmIsAlive=mgFwmIsAlive, cpsemdCorrelationUnitEntry=cpsemdCorrelationUnitEntry, identityAwarenessAuthMachKerberos=identityAwarenessAuthMachKerberos, asmAttacks=asmAttacks, cpvIpsecAhDecPkts=cpvIpsecAhDecPkts, dlpFtpScans=dlpFtpScans, cpvSaOtherErrIn=cpvSaOtherErrIn, dlpStatusCode=dlpStatusCode, thresholdAlertCount=thresholdAlertCount, vsxCountersAcceptedTotal=vsxCountersAcceptedTotal, cpvDecPackets=cpvDecPackets, raidDiskVendor=raidDiskVendor, thresholds=thresholds, fwSS_http_passed_by_AV_settings=fwSS_http_passed_by_AV_settings, fwSS_ftp_is_alive=fwSS_ftp_is_alive) mibBuilder.exportSymbols("CHECKPOINT-MIB", cpvIKETotalInitSAs=cpvIKETotalInitSAs, raOfficeMode=raOfficeMode, ufTopBlockedUserCnt=ufTopBlockedUserCnt, identityAwarenessSuccUserLoginADQuery=identityAwarenessSuccUserLoginADQuery, fwConnectionsStatConnectionsTcp=fwConnectionsStatConnectionsTcp, numOfIpSweep=numOfIpSweep, fwSS_POP3_socket_in_use_max=fwSS_POP3_socket_in_use_max, fwVerMajor=fwVerMajor, fwHmem64_initial_allocated_blocks=fwHmem64_initial_allocated_blocks, fwCookies_allocfwCookies_total=fwCookies_allocfwCookies_total, cpvIPsec=cpvIPsec, multiProcInterrupts=multiProcInterrupts, multiDiskFreeAvailableBytes=multiDiskFreeAvailableBytes, vpn=vpn, exchangeAgentName=exchangeAgentName, svnStatShortDescr=svnStatShortDescr, fwSS_ftp_passed_by_file_type=fwSS_ftp_passed_by_file_type, aviTopEverViruses=aviTopEverViruses, ha=ha, numOfHttpASCIIViolations=numOfHttpASCIIViolations, svnNetIfDescription=svnNetIfDescription, fwSS_http_blocked_by_size_limit=fwSS_http_blocked_by_size_limit, msSpamControlsIpRepuatation=msSpamControlsIpRepuatation, applicationControl=applicationControl, cpvIpsecDecomprBytesBefore=cpvIpsecDecomprBytesBefore, aviPOP3TopVirusesName=aviPOP3TopVirusesName, thresholdPolicy=thresholdPolicy, fwSS_rlogin_accepted_sess=fwSS_rlogin_accepted_sess, fwSS_POP3_socket_in_use_count=fwSS_POP3_socket_in_use_count, fwSS_total_blocked_by_interal_error=fwSS_total_blocked_by_interal_error, fwCookies_dupfwCookies_total=fwCookies_dupfwCookies_total, svnNetIfVsid=svnNetIfVsid, wamPolicyName=wamPolicyName, dlpSMTPIncidents=dlpSMTPIncidents, fwIfIndex=fwIfIndex, powerSupplyIndex=powerSupplyIndex, voipDOSSipRateLimitingTableNumTrustedRequests=voipDOSSipRateLimitingTableNumTrustedRequests, voltageSensorStatus=voltageSensorStatus, amwABNextUpdate=amwABNextUpdate, svnSysStartTime=svnSysStartTime, ufEngineVer=ufEngineVer, fgIfIndex=fgIfIndex, dlpUserCheckClnts=dlpUserCheckClnts, fwSS_smtp_mail_count=fwSS_smtp_mail_count, fwSS_telnet_sess_count=fwSS_telnet_sess_count, fwFrag_fragments=fwFrag_fragments, identityAwarenessAntiSpoffProtection=identityAwarenessAntiSpoffProtection, fwSS_http_max_avail_socket=fwSS_http_max_avail_socket, cpvHwAccelAhEncBytes=cpvHwAccelAhEncBytes, vsxCountersConnPeakNum=vsxCountersConnPeakNum, voipMinorVersion=voipMinorVersion, thresholdSendingState=thresholdSendingState, haState=haState, cpseadJobID=cpseadJobID, routingEntry=routingEntry, fwConnectionsStatConnectionsUdp=fwConnectionsStatConnectionsUdp, numOfBitTorrentCon=numOfBitTorrentCon, thresholdErrorsTable=thresholdErrorsTable, cpvIpsecUdpEspEncPkts=cpvIpsecUdpEspEncPkts, aviStatCode=aviStatCode, permanentTunnelEntry=permanentTunnelEntry, fwSS_rlogin_socket_in_use_count=fwSS_rlogin_socket_in_use_count, thresholdState=thresholdState, teStatusLongDesc=teStatusLongDesc, msMinorVersion=msMinorVersion, cpsemdNumEvents=cpsemdNumEvents, fwSS_POP3_outgoing_mail_max=fwSS_POP3_outgoing_mail_max, svnLogDaemon=svnLogDaemon, wamState=wamState, svnMem=svnMem, cpseadStatCode=cpseadStatCode, haIfName=haIfName, diskFreeTotal=diskFreeTotal, cpvIpsecComprBytesAfter=cpvIpsecComprBytesAfter, cpvIKEMaxConncurSAs=cpvIKEMaxConncurSAs, cpsemdDBCapacity=cpsemdDBCapacity, dlpLdapStatus=dlpLdapStatus, cpvIpsecDecomprErr=cpvIpsecDecomprErr, asmSeqval=asmSeqval, cpsemdStatShortDescr=cpsemdStatShortDescr, cpsemdCurrentDBSize=cpsemdCurrentDBSize, fwSS_http_blocked_by_URL_filter_category=fwSS_http_blocked_by_URL_filter_category, fwHmem_bytes_unused=fwHmem_bytes_unused, fwSXLGroup=fwSXLGroup, voipDOSSipRateLimitingTableIndex=voipDOSSipRateLimitingTableIndex, msExpirationDate=msExpirationDate, teUpdateStatus=teUpdateStatus, mgVerMajor=mgVerMajor, antiSpamSubscription=antiSpamSubscription, routingIntrfName=routingIntrfName, fgRetransPcktsIn=fgRetransPcktsIn, dlpDiscardEMails=dlpDiscardEMails, voipDOSSipRateLimitingTable=voipDOSSipRateLimitingTable, fwSS_telnet_time_stamp=fwSS_telnet_time_stamp, cpvSaErrors=cpvSaErrors, fwChains=fwChains, vsxCountersBytesAcceptedTotal=vsxCountersBytesAcceptedTotal, fwSS_smtp_max_avail_socket=fwSS_smtp_max_avail_socket, advancedUrlFilteringUpdateStatus=advancedUrlFilteringUpdateStatus, fwHmem_initial_allocated_bytes=fwHmem_initial_allocated_bytes, dlpPostfixQMsgsSz=dlpPostfixQMsgsSz, fwSS_POP3_scanned_total=fwSS_POP3_scanned_total, aviTopVirusesIndex=aviTopVirusesIndex, fwSS_total_passed_by_av=fwSS_total_passed_by_av, cpvTotalEspSAsIn=cpvTotalEspSAsIn, fwKmem_blocking_bytes_peak=fwKmem_blocking_bytes_peak, svnUTCTimeOffset=svnUTCTimeOffset, diskPercent=diskPercent, mngmt=mngmt, aviHTTPTopVirusesName=aviHTTPTopVirusesName, haClusterSyncIndex=haClusterSyncIndex, exchangeAgentTotalMsg=exchangeAgentTotalMsg, asmSynatkCurrentMode=asmSynatkCurrentMode, thresholdActiveEventsEntry=thresholdActiveEventsEntry, fwAcceptBytesIn=fwAcceptBytesIn, fwSS_ufp_ops_ufp_sess_count=fwSS_ufp_ops_ufp_sess_count, fwSS_ufp_time_stamp=fwSS_ufp_time_stamp, fwSS_ftp_blocked_by_archive_limit=fwSS_ftp_blocked_by_archive_limit, vsxVsSupported=vsxVsSupported, cpseadConnectedToSem=cpseadConnectedToSem, advancedUrlFilteringSubscription=advancedUrlFilteringSubscription, fwIfTable=fwIfTable, cpseadJobName=cpseadJobName, fwSS_http_ops_cvp_sess_max=fwSS_http_ops_cvp_sess_max, svnVersion=svnVersion, powerSupplyInfo=powerSupplyInfo, asmP2PBitTorrentCon=asmP2PBitTorrentCon, teSubscriptionExpDate=teSubscriptionExpDate, aviServices=aviServices, fwSS_smtp_blocked_total=fwSS_smtp_blocked_total, svnProdName=svnProdName, fwSS_POP3_mail_count=fwSS_POP3_mail_count, fwSS_http_passed_by_archive_limit=fwSS_http_passed_by_archive_limit, osBuildNum=osBuildNum, ufStatShortDescr=ufStatShortDescr, ufTopBlockedCatTable=ufTopBlockedCatTable, fwCookies_lenfwCookies_total=fwCookies_lenfwCookies_total, fwSS_smtp_outgoing_mail_curr=fwSS_smtp_outgoing_mail_curr, identityAwarenessUnSuccUserLDAP=identityAwarenessUnSuccUserLDAP, fwSS_POP3_blocked_by_size_limit=fwSS_POP3_blocked_by_size_limit, tunnelPeerType=tunnelPeerType, fwSS_http_tunneled_sess_max=fwSS_http_tunneled_sess_max, applicationControlNextUpdate=applicationControlNextUpdate, aviTopVirusesEntry=aviTopVirusesEntry, fwSS_POP3=fwSS_POP3, fwSS_http_transp_sess_curr=fwSS_http_transp_sess_curr, haProblemStatus=haProblemStatus, cpvIKETotalFailuresInit=cpvIKETotalFailuresInit, identityAwarenessAuthUsersADQuery=identityAwarenessAuthUsersADQuery, voipMajorVersion=voipMajorVersion, applicationControlSubscription=applicationControlSubscription, wam=wam, exchangeAgentStatus=exchangeAgentStatus, cpseadJobDataType=cpseadJobDataType, wamUagHost=wamUagHost, haProblemName=haProblemName, identityAwarenessStatus=identityAwarenessStatus, raidVolumeEntry=raidVolumeEntry, cpsemdNewEventsHandled=cpsemdNewEventsHandled, svnNetIfName=svnNetIfName, cpvIKEMaxConncurRespSAs=cpvIKEMaxConncurRespSAs, fwSS_ftp_rejected_sess=fwSS_ftp_rejected_sess, wamGlobalPerformance=wamGlobalPerformance, thresholdSendingStateDesc=thresholdSendingStateDesc, fwHmem64_initial_allocated_bytes=fwHmem64_initial_allocated_bytes, sensorInfo=sensorInfo, fwTrap=fwTrap, fwSS_ftp_blocked_by_internal_error=fwSS_ftp_blocked_by_internal_error, cpseadJobState=cpseadJobState, fwCookies=fwCookies, ufTopBlockedSiteEntry=ufTopBlockedSiteEntry, sxl=sxl, fwSS_http_ssl_encryp_sess_max=fwSS_http_ssl_encryp_sess_max, haIdentifier=haIdentifier, fwSS_POP3_passed_by_file_type=fwSS_POP3_passed_by_file_type, applicationControlUpdateDesc=applicationControlUpdateDesc, fwSS_telnet_sess_curr=fwSS_telnet_sess_curr, cpvHwAccelGeneral=cpvHwAccelGeneral, msMajorVersion=msMajorVersion, fwSS_http_port=fwSS_http_port, fwSS_rlogin_max_avail_socket=fwSS_rlogin_max_avail_socket, procInterrupts=procInterrupts, fwKernelBuild=fwKernelBuild, fwLogOut=fwLogOut, fwHmem_initial_allocated_blocks=fwHmem_initial_allocated_blocks, fwSS_http_passed_cnt=fwSS_http_passed_cnt, fwSS_POP3_is_alive=fwSS_POP3_is_alive, exchangeAgentsStatusTableIndex=exchangeAgentsStatusTableIndex, fwSS_http_tunneled_sess_count=fwSS_http_tunneled_sess_count, fwSS_ftp_blocked_total=fwSS_ftp_blocked_total, mgVerMinor=mgVerMinor, cpvSaAuthErr=cpvSaAuthErr, cpvHwAccelAhDecBytes=cpvHwAccelAhDecBytes, ufLastSigLocation=ufLastSigLocation, cpvIKENoResp=cpvIKENoResp, numOfGnutellaConAttempts=numOfGnutellaConAttempts, fwSS_POP3_sess_count=fwSS_POP3_sess_count, fwSS_smtp_port=fwSS_smtp_port, cpvSaPolicyErr=cpvSaPolicyErr, fwSS_ftp_passed_by_size_limit=fwSS_ftp_passed_by_size_limit, aviSMTPTopVirusesIndex=aviSMTPTopVirusesIndex, fwSS_rlogin_sess_max=fwSS_rlogin_sess_max, amwAVUpdate=amwAVUpdate, uf=uf, amwStatusLongDesc=amwStatusLongDesc, fwAccepted=fwAccepted, thresholdName=thresholdName, ufEngineName=ufEngineName, fwSS_telnet_auth_sess_max=fwSS_telnet_auth_sess_max, amwABUpdate=amwABUpdate, fwSS_telnet_rejected_sess=fwSS_telnet_rejected_sess, fwSS_total_passed_by_file_type=fwSS_total_passed_by_file_type, ufScannedCnt=ufScannedCnt, antiSpamSubscriptionExpDate=antiSpamSubscriptionExpDate, cpseadStatLongDescr=cpseadStatLongDescr, svnNetStat=svnNetStat, wamName=wamName, antiBotSubscriptionStatus=antiBotSubscriptionStatus, aviLastSigLocation=aviLastSigLocation, tunnelNextHop=tunnelNextHop, ufTopBlockedUserIndex=ufTopBlockedUserIndex, fwSS_POP3_total_mails=fwSS_POP3_total_mails, fwHmem64_current_allocated_pools=fwHmem64_current_allocated_pools, fwSS_POP3_blocked_total=fwSS_POP3_blocked_total, fwSS_rlogin_auth_sess_curr=fwSS_rlogin_auth_sess_curr, amwAVUpdateDesc=amwAVUpdateDesc, haProdName=haProdName, raidVolumeIndex=raidVolumeIndex, identityAwarenessLoggedInAgent=identityAwarenessLoggedInAgent, dlpStatusShortDesc=dlpStatusShortDesc, advancedUrlFilteringUpdateDesc=advancedUrlFilteringUpdateDesc, fwLocalLoggingStat=fwLocalLoggingStat, cpseadStateDescription=cpseadStateDescription, asmHttpFormatViolatoin=asmHttpFormatViolatoin, fwSS_smtp_blocked_by_AV_settings=fwSS_smtp_blocked_by_AV_settings, fwSS_rlogin=fwSS_rlogin, cpvIpsecStatistics=cpvIpsecStatistics, multiProcIdleTime=multiProcIdleTime, fwSS_http_passed_by_URL_allow_list=fwSS_http_passed_by_URL_allow_list, fwSS_http_passed_by_internal_error=fwSS_http_passed_by_internal_error, dtpsVerMajor=dtpsVerMajor, amwAVVersion=amwAVVersion, cpvHwAccelEspDecPkts=cpvHwAccelEspDecPkts, fwSS_ftp_scanned_total=fwSS_ftp_scanned_total, applicationControlStatusShortDesc=applicationControlStatusShortDesc, fwSS_ftp_sess_curr=fwSS_ftp_sess_curr, msServicePack=msServicePack, fwSS_smtp_is_alive=fwSS_smtp_is_alive, fwSS_POP3_mail_max=fwSS_POP3_mail_max, voltageSensorTable=voltageSensorTable, fwHmem_current_allocated_blocks=fwHmem_current_allocated_blocks, fgPendBytesOut=fgPendBytesOut, applicationControlStatusLongDesc=applicationControlStatusLongDesc, identityAwarenessDistributedEnvTableIndex=identityAwarenessDistributedEnvTableIndex) mibBuilder.exportSymbols("CHECKPOINT-MIB", identityAwarenessDistributedEnvTableDisconnections=identityAwarenessDistributedEnvTableDisconnections, amwStatusShortDesc=amwStatusShortDesc, cpseadJobsTable=cpseadJobsTable, cpvErrPolicy=cpvErrPolicy, aviEngineDate=aviEngineDate, svnNetIfMAC=svnNetIfMAC, dlpStatusLongDesc=dlpStatusLongDesc, msProductName=msProductName, memTotalVirtual=memTotalVirtual, tempertureSensorStatus=tempertureSensorStatus, exchangeAgentAvgTimePerScannedMsg=exchangeAgentAvgTimePerScannedMsg, asmSynatkSynAckReset=asmSynatkSynAckReset, fwAcceptPcktsIn=fwAcceptPcktsIn, fwPeakNumConn=fwPeakNumConn, fwSS_rlogin_port=fwSS_rlogin_port, memFreeReal64=memFreeReal64, aviEngineEntry=aviEngineEntry, fwSS_telnet_is_alive=fwSS_telnet_is_alive, teUpdateDesc=teUpdateDesc, msStatLongDescr=msStatLongDescr, haStatCode=haStatCode, asmHttpAsciiViolation=asmHttpAsciiViolation, thresholdDestinationType=thresholdDestinationType, permanentTunnelCommunity=permanentTunnelCommunity, cpvIKETotalSAsAttempts=cpvIKETotalSAsAttempts, tunnelSourceIpAddr=tunnelSourceIpAddr, numOfCIFSBlockedPopUps=numOfCIFSBlockedPopUps, fwHmem_blocks_peak=fwHmem_blocks_peak, voipDOSSipNetworkRegConfThreshold=voipDOSSipNetworkRegConfThreshold, antiVirusSubscriptionStatus=antiVirusSubscriptionStatus, permanentTunnelSourceIpAddr=permanentTunnelSourceIpAddr, haClusterIpIfName=haClusterIpIfName, dtpsConnectedUsers=dtpsConnectedUsers, fwSS_telnet_port=fwSS_telnet_port, fwSS_smtp_passed_by_archive_limit=fwSS_smtp_passed_by_archive_limit, cpvIpsecComprBytesBefore=cpvIpsecComprBytesBefore, raidVolumeTable=raidVolumeTable, voipDOSSipNetworkReqConfThreshold=voipDOSSipNetworkReqConfThreshold, dlpFtpIncidents=dlpFtpIncidents, permanentTunnelState=permanentTunnelState, permanentTunnelLinkPriority=permanentTunnelLinkPriority, fwDropped=fwDropped, applicationControlStatusCode=applicationControlStatusCode, smartDefense=smartDefense, fwModuleState=fwModuleState, svnOSInfo=svnOSInfo, multiProcSystemTime=multiProcSystemTime, thresholdActiveEventState=thresholdActiveEventState, svnNetIfState=svnNetIfState, vsxStatusVSId=vsxStatusVSId, aviPOP3TopVirusesEntry=aviPOP3TopVirusesEntry, fwCookies_putfwCookies_total=fwCookies_putfwCookies_total, aviSMTPTopVirusesTable=aviSMTPTopVirusesTable, aviTopVirusesCnt=aviTopVirusesCnt, multiProcRunQueue=multiProcRunQueue, wamAcceptReq=wamAcceptReq, fwSS_telnet_pid=fwSS_telnet_pid, identityAwarenessUnSuccUserLoginKerberos=identityAwarenessUnSuccUserLoginKerberos, svnNetIfOperState=svnNetIfOperState, ufTopBlockedUserName=ufTopBlockedUserName, fanSpeedSensorName=fanSpeedSensorName, fwSS_smtp_accepted_sess=fwSS_smtp_accepted_sess, fwSS_POP3_blocked_by_archive_limit=fwSS_POP3_blocked_by_archive_limit, vsxStatusCPUUsage1min=vsxStatusCPUUsage1min, raVisitorMode=raVisitorMode, fwSS_smtp_logical_port=fwSS_smtp_logical_port, raUsersEntry=raUsersEntry, msSpamControlsDomainKeys=msSpamControlsDomainKeys, raRouteTraffic=raRouteTraffic, fwSS_smtp_sess_curr=fwSS_smtp_sess_curr, fwSS_http_passed_by_URL_filter_category=fwSS_http_passed_by_URL_filter_category, vsxCountersConnTableLimit=vsxCountersConnTableLimit, vsxCountersTable=vsxCountersTable, memTotalReal=memTotalReal, fwSS_ftp_socket_in_use_max=fwSS_ftp_socket_in_use_max, dlpHttpScans=dlpHttpScans, fwKmem_failed_free=fwKmem_failed_free, svnInfo=svnInfo, osVersionLevel=osVersionLevel, raidDiskProductID=raidDiskProductID, applicationControlSubscriptionExpDate=applicationControlSubscriptionExpDate, fwHmem64_failed_free=fwHmem64_failed_free, ufStatCode=ufStatCode, asmP2PKazaaConAttempts=asmP2PKazaaConAttempts, voltageSensorValue=voltageSensorValue, cpvHwAccelEspEncBytes=cpvHwAccelEspEncBytes, msSpamNumSpamEmails=msSpamNumSpamEmails, fwSS_http_transp_sess_count=fwSS_http_transp_sess_count, exchangeAgents=exchangeAgents, raidDiskTable=raidDiskTable, raLogonTime=raLogonTime, vsxCountersRejectedTotal=vsxCountersRejectedTotal, fwSS_http_sess_max=fwSS_http_sess_max, fwSS_http_proto=fwSS_http_proto, thresholdActive=thresholdActive, voipDOSSipNetworkCallInitInterval=voipDOSSipNetworkCallInitInterval, cpvStatistics=cpvStatistics, wamRejectReq=wamRejectReq, dlpQrntStatus=dlpQrntStatus, cpvIKETotalSAs=cpvIKETotalSAs, advancedUrlFilteringStatusLongDesc=advancedUrlFilteringStatusLongDesc, fwNetIfFlags=fwNetIfFlags, dlpFtpLastScan=dlpFtpLastScan, fwSS_http_passed_by_size_limit=fwSS_http_passed_by_size_limit, permanentTunnelNextHop=permanentTunnelNextHop, exchangeAgentUpTime=exchangeAgentUpTime, dtps=dtps, dlpPostfixQOldMsg=dlpPostfixQOldMsg, fwSS_ufp_is_alive=fwSS_ufp_is_alive, vsxStatusEntry=vsxStatusEntry, fwSS_http_passed_by_file_type=fwSS_http_passed_by_file_type, numOfhostPortScan=numOfhostPortScan, fgNumConnIn=fgNumConnIn, fwSS_smtp_rejected_sess=fwSS_smtp_rejected_sess, fwSS_av_total=fwSS_av_total, cpseadConnectedToLogServer=cpseadConnectedToLogServer, svnApplianceProductName=svnApplianceProductName, fwLSConnName=fwLSConnName, lsIndex=lsIndex, lsBuildNumber=lsBuildNumber, fwHmem_blocks_used=fwHmem_blocks_used, fwSS_smtp_pid=fwSS_smtp_pid, dtpsProdName=dtpsProdName, advancedUrlFilteringSubscriptionDesc=advancedUrlFilteringSubscriptionDesc, fwSS_telnet_auth_sess_curr=fwSS_telnet_auth_sess_curr, wamPluginPerformance=wamPluginPerformance, asmLayer4=asmLayer4, raInternalIpAddr=raInternalIpAddr, cpvIKETotalFailuresResp=cpvIKETotalFailuresResp, fwHmem_initial_allocated_pools=fwHmem_initial_allocated_pools, haClusterIpNetMask=haClusterIpNetMask, thresholdActiveEventsIndex=thresholdActiveEventsIndex, asmLayer3=asmLayer3, fwSS_smtp_time_stamp=fwSS_smtp_time_stamp, fwFrag_packets=fwFrag_packets, wamUagLastQuery=wamUagLastQuery, cpvIpsecUdpEspDecPkts=cpvIpsecUdpEspDecPkts, procSysTime=procSysTime, cpvSaReplayErr=cpvSaReplayErr, fwNumConn=fwNumConn, fwSS_smtp_outgoing_mail_max=fwSS_smtp_outgoing_mail_max, tunnelCommunity=tunnelCommunity, fwDropPcktsOut=fwDropPcktsOut, fwSS_http_ftp_sess_curr=fwSS_http_ftp_sess_curr, fwHmem64_maximum_bytes=fwHmem64_maximum_bytes, identityAwarenessStatusShortDesc=identityAwarenessStatusShortDesc, memSwapsSec64=memSwapsSec64, fgRetransPcktsOut=fgRetransPcktsOut, tempertureSensorEntry=tempertureSensorEntry, fwHmem_block_size=fwHmem_block_size, voipStatShortDescr=voipStatShortDescr, aviFTPTopVirusesName=aviFTPTopVirusesName, haClusterIpIndex=haClusterIpIndex, teStatusCode=teStatusCode, aviTopEverVirusesIndex=aviTopEverVirusesIndex, cpvIKETotalSAsInitAttempts=cpvIKETotalSAsInitAttempts, fwSS_POP3_auth_sess_max=fwSS_POP3_auth_sess_max, numOfP2PeMuleConAttempts=numOfP2PeMuleConAttempts, haWorkMode=haWorkMode, fwHmem_bytes_used=fwHmem_bytes_used, fwHmem64_bytes_unused=fwHmem64_bytes_unused, raidDiskID=raidDiskID, fwFrag_expired=fwFrag_expired, multiProcEntry=multiProcEntry, haProblemDescr=haProblemDescr, voipDOSSipNetwork=voipDOSSipNetwork, haClusterSyncName=haClusterSyncName, advancedUrlFilteringSubscriptionStatus=advancedUrlFilteringSubscriptionStatus, thresholdActiveEventSubject=thresholdActiveEventSubject, fwCookies_freefwCookies_total=fwCookies_freefwCookies_total, haProblemTable=haProblemTable, cpseadStateDescriptionCode=cpseadStateDescriptionCode, fwDroppedBytesTotalRate=fwDroppedBytesTotalRate, fwSICTrustState=fwSICTrustState, cpvMaxConncurAhSAsIn=cpvMaxConncurAhSAsIn, fwHmem_number_of_items=fwHmem_number_of_items, cpvFwzEncapsEncErrs=cpvFwzEncapsEncErrs, svnRouteModIfIndex=svnRouteModIfIndex, cpvVerMajor=cpvVerMajor, fgPendPcktsOut=fgPendPcktsOut, dlpQrntFreeSpace=dlpQrntFreeSpace, fwSS_smtp_mail_max=fwSS_smtp_mail_max, msVersionStr=msVersionStr, vsxStatusCPUUsage10sec=vsxStatusCPUUsage10sec, multiProcUsage=multiProcUsage, vsxStatusCPUUsageVSId=vsxStatusCPUUsageVSId, cpsemdCorrelationUnitIndex=cpsemdCorrelationUnitIndex, fwSS_http_auth_failures=fwSS_http_auth_failures, vsRoutingIntrfName=vsRoutingIntrfName, fgAvrRateOut=fgAvrRateOut, cpvHwAccelStatistics=cpvHwAccelStatistics, fwSS_smtp_socket_in_use_curr=fwSS_smtp_socket_in_use_curr, fwSS_ufp_ops_ufp_sess_curr=fwSS_ufp_ops_ufp_sess_curr, cpvIKETotalSAsRespAttempts=cpvIKETotalSAsRespAttempts, vsxStatusCPUUsage1hr=vsxStatusCPUUsage1hr, fwSS_ftp=fwSS_ftp, thresholdErrorsEntry=thresholdErrorsEntry, fwSS_smtp_blocked_by_file_type=fwSS_smtp_blocked_by_file_type, fwSS_ftp_socket_in_use_count=fwSS_ftp_socket_in_use_count, osMinorVer=osMinorVer, fwSS_http_blocked_by_file_type=fwSS_http_blocked_by_file_type, fwSS_total_blocked_by_av_settings=fwSS_total_blocked_by_av_settings, fwSS_POP3_passed_by_size_limit=fwSS_POP3_passed_by_size_limit, fwNetIfName=fwNetIfName, httpMaxHeaderReached=httpMaxHeaderReached, fwSS_ufp=fwSS_ufp, fwSS_total_passed_by_av_settings=fwSS_total_passed_by_av_settings, cpvIpsecNonCompressiblePkts=cpvIpsecNonCompressiblePkts, identityAwarenessSuccUserLDAP=identityAwarenessSuccUserLDAP, fwSS_smtp_auth_failures=fwSS_smtp_auth_failures, haIfIndex=haIfIndex, thresholdActiveEventsTable=thresholdActiveEventsTable, fanSpeedSensorStatus=fanSpeedSensorStatus, fwHmem64=fwHmem64, cpvFwzEncapsDecPkts=cpvFwzEncapsDecPkts, fwSS_ftp_port=fwSS_ftp_port, fwSS_POP3_passed_by_AV_settings=fwSS_POP3_passed_by_AV_settings, eventiaAnalyzer=eventiaAnalyzer, haProblemEntry=haProblemEntry, numOfCIFSNullSessions=numOfCIFSNullSessions, fgIfTable=fgIfTable, fwSS_POP3_passed_total=fwSS_POP3_passed_total, fwNetIfProxyName=fwNetIfProxyName, fwSS_http_ftp_sess_max=fwSS_http_ftp_sess_max, cpvFwz=cpvFwz, cpvHwAccelEspEncPkts=cpvHwAccelEspEncPkts, fwHmem=fwHmem, fwSS_ftp_blocked_cnt=fwSS_ftp_blocked_cnt, identityAwarenessADQueryStatusTableIndex=identityAwarenessADQueryStatusTableIndex, asmHttpWorms=asmHttpWorms, msSpamControlsSPF=msSpamControlsSPF, asmHTTP=asmHTTP, fwSS_smtp=fwSS_smtp, aviServicesSMTP=aviServicesSMTP, tunnelType=tunnelType, routingDest=routingDest, cpvErrIke=cpvErrIke, fwFilterName=fwFilterName, teCloudSubscriptionStatus=teCloudSubscriptionStatus, voip=voip, dlpExpiredEMails=dlpExpiredEMails, permanentTunnelPeerType=permanentTunnelPeerType, fwSS_ftp_sess_count=fwSS_ftp_sess_count, fwSS_POP3_outgoing_mail_count=fwSS_POP3_outgoing_mail_count, memTotalReal64=memTotalReal64, antiBotSubscription=antiBotSubscription, fwSS_http=fwSS_http, fanSpeedSensorType=fanSpeedSensorType, fwHmem_maximum_pools=fwHmem_maximum_pools, asmSynatk=asmSynatk, cpsemdStatLongDescr=cpsemdStatLongDescr, raTunnelAuthMethod=raTunnelAuthMethod, identityAwarenessSuccMachLoginADQuery=identityAwarenessSuccMachLoginADQuery, aviTopEverVirusesEntry=aviTopEverVirusesEntry) mibBuilder.exportSymbols("CHECKPOINT-MIB", cpvCurrAhSAsOut=cpvCurrAhSAsOut, svnSysTime=svnSysTime, identityAwarenessAuthMachADQuery=identityAwarenessAuthMachADQuery, memActiveVirtual64=memActiveVirtual64, svnStatCode=svnStatCode, fwSS_ftp_sess_max=fwSS_ftp_sess_max, fwCookies_total=fwCookies_total, fwSS_total_scanned=fwSS_total_scanned, tempertureSensorIndex=tempertureSensorIndex, voltageSensorUnit=voltageSensorUnit, thresholdDestinationName=thresholdDestinationName, fwHmem_maximum_bytes=fwHmem_maximum_bytes, identityAwarenessDistributedEnvTableIsLocal=identityAwarenessDistributedEnvTableIsLocal, vsxCountersLoggedTotal=vsxCountersLoggedTotal, advancedUrlFilteringStatusCode=advancedUrlFilteringStatusCode, aviSMTPLastVirusName=aviSMTPLastVirusName, cpvIpsecEspDecBytes=cpvIpsecEspDecBytes, antiSpamSubscriptionStatus=antiSpamSubscriptionStatus, vsRoutingIndex=vsRoutingIndex, osName=osName, tunnelTable=tunnelTable, dlpPostfixQFreeSp=dlpPostfixQFreeSp, powerSupplyStatus=powerSupplyStatus, haIfTable=haIfTable, fwNetIfEntry=fwNetIfEntry, vsx=vsx, thresholdDestinationsTable=thresholdDestinationsTable, raidVolumeMaxLBA=raidVolumeMaxLBA, mgApplicationType=mgApplicationType, tempertureSensorName=tempertureSensorName, ufTopBlockedSiteIndex=ufTopBlockedSiteIndex, memActiveReal=memActiveReal, fwLogged=fwLogged, fwSS_total_blocked_by_file_type=fwSS_total_blocked_by_file_type, cpsemdDBIsFull=cpsemdDBIsFull, sequenceVerifierInvalidAck=sequenceVerifierInvalidAck, fwConnectionsStatConnectionRate=fwConnectionsStatConnectionRate, fwMajor=fwMajor, advancedUrlFilteringNextUpdate=advancedUrlFilteringNextUpdate, dlpVersionString=dlpVersionString, fwSS_http_is_alive=fwSS_http_is_alive, cpvFwzEncapsEncPkts=cpvFwzEncapsEncPkts, thresholdActiveEventActivationTime=thresholdActiveEventActivationTime, fg=fg, fwSS_ftp_max_avail_socket=fwSS_ftp_max_avail_socket, teSubscriptionStatus=teSubscriptionStatus, exchangeCPUUsage=exchangeCPUUsage, haStatLong=haStatLong, raidInfo=raidInfo, voipDOSSipRateLimitingTableIpAddress=voipDOSSipRateLimitingTableIpAddress, aviPOP3LastVirusName=aviPOP3LastVirusName, ufTopBlockedSiteName=ufTopBlockedSiteName, dlpBypassStatus=dlpBypassStatus, fwSS_smtp_passed_by_file_type=fwSS_smtp_passed_by_file_type, fwKmem_system_physical_mem=fwKmem_system_physical_mem, fwSS_http_auth_sess_max=fwSS_http_auth_sess_max, fwHmem_alloc_operations=fwHmem_alloc_operations, msStatCode=msStatCode, ls=ls, haVerMinor=haVerMinor, fwSS_smtp_mail_curr=fwSS_smtp_mail_curr, msEngineVer=msEngineVer, fwSS_ftp_passed_by_AV_settings=fwSS_ftp_passed_by_AV_settings, mgStatLongDescr=mgStatLongDescr, cpseadNumAnalyzedLogs=cpseadNumAnalyzedLogs, fwSS_http_blocked_total=fwSS_http_blocked_total, asmP2POtherConAttempts=asmP2POtherConAttempts, svnMem64=svnMem64, thresholdErrorIndex=thresholdErrorIndex, cpvIpsecComprOverhead=cpvIpsecComprOverhead, aviFTPTopVirusesTable=aviFTPTopVirusesTable, vsxStatusSicTrustState=vsxStatusSicTrustState, fwKmem_number_of_items=fwKmem_number_of_items, raidDiskNumber=raidDiskNumber, fwHmem64_bytes_internal_use=fwHmem64_bytes_internal_use, cpseadJobLogServer=cpseadJobLogServer, advancedUrlFilteringSubscriptionExpDate=advancedUrlFilteringSubscriptionExpDate, fwLocalLoggingDesc=fwLocalLoggingDesc, lsApplicationType=lsApplicationType, identityAwarenessSuccUserLoginPass=identityAwarenessSuccUserLoginPass, identityAwarenessProductName=identityAwarenessProductName, identityAwarenessSuccMachLoginKerberos=identityAwarenessSuccMachLoginKerberos, identityAwarenessDistributedEnvTable=identityAwarenessDistributedEnvTable, cpsemdUpdatesHandled=cpsemdUpdatesHandled, fwSS_http_blocked_by_URL_block_list=fwSS_http_blocked_by_URL_block_list, aviPOP3TopVirusesIndex=aviPOP3TopVirusesIndex, antiBotSubscriptionDesc=antiBotSubscriptionDesc, fwHmem64_number_of_items=fwHmem64_number_of_items, fwSS_rlogin_proto=fwSS_rlogin_proto, fwSS_telnet_socket_in_use_curr=fwSS_telnet_socket_in_use_curr, numOfCIFSPasswordLengthViolations=numOfCIFSPasswordLengthViolations, fwKmem_available_physical_mem=fwKmem_available_physical_mem, identityAwarenessStatusLongDesc=identityAwarenessStatusLongDesc, cpvErrIn=cpvErrIn, fanSpeedSensorValue=fanSpeedSensorValue, applicationControlUpdate=applicationControlUpdate, osSPmajor=osSPmajor, diskTime=diskTime, haInstalled=haInstalled, fwSS_smtp_sess_max=fwSS_smtp_sess_max, voipVersionStr=voipVersionStr, fwSS_telnet_proto=fwSS_telnet_proto, vsxStatusVsType=vsxStatusVsType, cpvIPsecNIC=cpvIPsecNIC, aviTopEverVirusesName=aviTopEverVirusesName, cpvIpsecDecomprPkts=cpvIpsecDecomprPkts, exchangeAgentAvgTimePerMsg=exchangeAgentAvgTimePerMsg, numOfP2POtherConAttempts=numOfP2POtherConAttempts, fwSS_total_passed_by_size_limit=fwSS_total_passed_by_size_limit, voipDOSSipRateLimitingTableNumRequestsfromServers=voipDOSSipRateLimitingTableNumRequestsfromServers, vsxCountersEntry=vsxCountersEntry, cpsemdCorrelationUnitIP=cpsemdCorrelationUnitIP, PYSNMP_MODULE_ID=checkpoint, applicationControlVersion=applicationControlVersion, aviStatLongDescr=aviStatLongDescr, vsxStatusCPUUsageTable=vsxStatusCPUUsageTable, asmCIFSPasswordLengthViolations=asmCIFSPasswordLengthViolations, svn=svn, fwSS_http_sess_count=fwSS_http_sess_count, raidVolumeState=raidVolumeState, raidDiskFlags=raidDiskFlags, multiDiskIndex=multiDiskIndex, fwSXLConnsDeleted=fwSXLConnsDeleted, vsxStatusVsPolicyType=vsxStatusVsPolicyType, fgNumConnOut=fgNumConnOut, fwHmem64_alloc_operations=fwHmem64_alloc_operations, haClusterIpAddr=haClusterIpAddr, svnWebUIPort=svnWebUIPort, raUseUDPEncap=raUseUDPEncap, cpvFwzDecErrs=cpvFwzDecErrs, identityAwarenessUnAuthUsers=identityAwarenessUnAuthUsers, fwUfpInspected=fwUfpInspected, cpvIpsecDecomprOverhead=cpvIpsecDecomprOverhead, aviLastLicExp=aviLastLicExp, fwSS_ftp_blocked_by_file_type=fwSS_ftp_blocked_by_file_type, cpsemdConnectionDuration=cpsemdConnectionDuration, fwTrapPrefix=fwTrapPrefix, lsVerMajor=lsVerMajor, voipProductName=voipProductName, fwLSConnTable=fwLSConnTable, msSpamControlsSpamEngine=msSpamControlsSpamEngine, wamStatCode=wamStatCode, procQueue=procQueue, identityAwarenessLoggedInADQuery=identityAwarenessLoggedInADQuery, raUsersTable=raUsersTable, fwSXLConnsAdded=fwSXLConnsAdded, raidVolumeSize=raidVolumeSize, aviPOP3State=aviPOP3State, multiDiskFreeTotalBytes=multiDiskFreeTotalBytes, dlpLastSMTPScan=dlpLastSMTPScan, asmSynatkSynAckTimeout=asmSynatkSynAckTimeout, voipDOSSipNetworkCallInitICurrentVal=voipDOSSipNetworkCallInitICurrentVal, wamStatShortDescr=wamStatShortDescr, fwSS_ftp_blocked_by_size_limit=fwSS_ftp_blocked_by_size_limit, voipServicePack=voipServicePack, haBlockState=haBlockState, fwSS_rlogin_pid=fwSS_rlogin_pid, cpvMaxConncurEspSAsOut=cpvMaxConncurEspSAsOut, fwSS_http_blocked_cnt=fwSS_http_blocked_cnt, cpseadFileCurrentPosition=cpseadFileCurrentPosition, dlpHttpIncidents=dlpHttpIncidents, teSubscriptionDesc=teSubscriptionDesc, fwNetIfNetmask=fwNetIfNetmask, fwLSConnEntry=fwLSConnEntry, advancedUrlFilteringStatusShortDesc=advancedUrlFilteringStatusShortDesc, cpseadNoFreeDiskSpace=cpseadNoFreeDiskSpace, thresholdStateDesc=thresholdStateDesc, msEngineDate=msEngineDate, vsxCountersBytesRejectedTotal=vsxCountersBytesRejectedTotal, voipCACConcurrentCallsConfThreshold=voipCACConcurrentCallsConfThreshold, ufEngine=ufEngine, raidDiskState=raidDiskState, advancedUrlFilteringRADStatus=advancedUrlFilteringRADStatus, multiDiskSize=multiDiskSize, cpvAccelerator=cpvAccelerator, fanSpeedSensorTable=fanSpeedSensorTable, aviTopEverVirusesTable=aviTopEverVirusesTable, svnProc=svnProc, fwSS_smtp_blocked_by_archive_limit=fwSS_smtp_blocked_by_archive_limit, fwLSConnOverallDesc=fwLSConnOverallDesc, procNum=procNum, fwSS_rlogin_auth_failures=fwSS_rlogin_auth_failures, asmTCP=asmTCP, cpseadFileName=cpseadFileName, multiDiskEntry=multiDiskEntry, voipDOSSipNetworkCallInitConfThreshold=voipDOSSipNetworkCallInitConfThreshold, fwEvent=fwEvent, powerSupplyEntry=powerSupplyEntry, haShared=haShared, fwSS_rlogin_rejected_sess=fwSS_rlogin_rejected_sess, thresholdErrorTime=thresholdErrorTime, fwSS_POP3_proto=fwSS_POP3_proto, haClusterSyncNetMask=haClusterSyncNetMask, multiProcIndex=multiProcIndex, fwSXLConnsExisting=fwSXLConnsExisting, voipDOSSipRateLimitingTableInterval=voipDOSSipRateLimitingTableInterval, fwKmem_bytes_used=fwKmem_bytes_used, asmSynatkModeChange=asmSynatkModeChange, cpvIpsecEspDecPkts=cpvIpsecEspDecPkts, raidVolumeFlags=raidVolumeFlags, wamVerMajor=wamVerMajor, svnNetIfIndex=svnNetIfIndex, fwKmem_aix_heap_size=fwKmem_aix_heap_size, thresholdActiveEventSubjectValue=thresholdActiveEventSubjectValue, fgPendPcktsIn=fgPendPcktsIn, fwLSConnIndex=fwLSConnIndex, fgNumInterfaces=fgNumInterfaces, httpHeaderLengthViolations=httpHeaderLengthViolations, msStatShortDescr=msStatShortDescr, fwNetIfRemoteIp=fwNetIfRemoteIp, fwNetIfIPAddr=fwNetIfIPAddr, fwKmem_bytes_internal_use=fwKmem_bytes_internal_use, dtpsStatShortDescr=dtpsStatShortDescr, fwKmem_non_blocking_bytes_peak=fwKmem_non_blocking_bytes_peak, asmHttpP2PHeaderFilter=asmHttpP2PHeaderFilter, fwSS_http_proxied_sess_curr=fwSS_http_proxied_sess_curr, fwSS_POP3_pid=fwSS_POP3_pid, applicationControlUpdateStatus=applicationControlUpdateStatus, mgIndex=mgIndex, ufTopBlockedSiteTable=ufTopBlockedSiteTable, fwSS_ftp_accepted_sess=fwSS_ftp_accepted_sess, aviSignatureVer=aviSignatureVer, raExternalIpAddr=raExternalIpAddr, identityAwarenessAuthUsersKerberos=identityAwarenessAuthUsersKerberos, aviPOP3LastVirusTime=aviPOP3LastVirusTime, cpvCurrEspSAsOut=cpvCurrEspSAsOut, diskTotal=diskTotal, fwSS_POP3_blocked_cnt=fwSS_POP3_blocked_cnt, fwSS_POP3_passed_by_internal_error=fwSS_POP3_passed_by_internal_error, aviPOP3TopVirusesTable=aviPOP3TopVirusesTable, wamUagNoQueries=wamUagNoQueries, fwHmem_failed_free=fwHmem_failed_free, raidDiskIndex=raidDiskIndex, fwSS_smtp_auth_sess_max=fwSS_smtp_auth_sess_max, fwHmem_bytes_internal_use=fwHmem_bytes_internal_use, aviEngineIndex=aviEngineIndex, voltageSensorIndex=voltageSensorIndex, fwSS_rlogin_sess_count=fwSS_rlogin_sess_count, fwSS_http_ops_cvp_sess_count=fwSS_http_ops_cvp_sess_count, svnNetIfTableEntry=svnNetIfTableEntry, thresholdActiveEventSeverity=thresholdActiveEventSeverity, aviStatShortDescr=aviStatShortDescr, vsxCountersConnNum=vsxCountersConnNum, svnPerf=svnPerf, fwSS_smtp_proto=fwSS_smtp_proto, cpvFwzEncPkts=cpvFwzEncPkts, fwKmem_bytes_unused=fwKmem_bytes_unused, fwKmem_failed_alloc=fwKmem_failed_alloc, voltageSensorType=voltageSensorType, aviSignatureName=aviSignatureName, cpvHwAccelAhDecPkts=cpvHwAccelAhDecPkts, raidDiskEntry=raidDiskEntry, cpvIKECurrSAs=cpvIKECurrSAs, identityAwarenessAuthUsersPass=identityAwarenessAuthUsersPass) mibBuilder.exportSymbols("CHECKPOINT-MIB", tempertureSensorType=tempertureSensorType, mgClientHost=mgClientHost, vsxStatusCPUUsage24hr=vsxStatusCPUUsage24hr, fwSS_http_ssl_encryp_sess_curr=fwSS_http_ssl_encryp_sess_curr, voipStatLongDescr=voipStatLongDescr, cpvTotalEspSAsOut=cpvTotalEspSAsOut, fwHmem64_current_allocated_bytes=fwHmem64_current_allocated_bytes, cpvFwzStatistics=cpvFwzStatistics, fwHmem_current_allocated_bytes=fwHmem_current_allocated_bytes, smallPMTUValueOfMinimalMTUsize=smallPMTUValueOfMinimalMTUsize, voipDOSSipNetworkReqInterval=voipDOSSipNetworkReqInterval, wamLastSession=wamLastSession, voipDOSSipRateLimitingTableConfThreshold=voipDOSSipRateLimitingTableConfThreshold, exchangeAgentTimeSinceLastMsg=exchangeAgentTimeSinceLastMsg, asmHostPortScan=asmHostPortScan, routingTable=routingTable, fwKmem=fwKmem, fwSS_ftp_passed_by_archive_limit=fwSS_ftp_passed_by_archive_limit, fwPolicyStat=fwPolicyStat, tables=tables, msSpam=msSpam, exchangeAgentQueueLen=exchangeAgentQueueLen, dlpSentEMails=dlpSentEMails, identityAwarenessUnSuccMachLoginKerberos=identityAwarenessUnSuccMachLoginKerberos, fgInstallTime=fgInstallTime, dlpHttpLastScan=dlpHttpLastScan, voipDOSSipNetworkRegInterval=voipDOSSipNetworkRegInterval, vsxStatusVRId=vsxStatusVRId, fwMinor=fwMinor, aviServicesPOP3=aviServicesPOP3, mgBuildNumber=mgBuildNumber, amwABUpdateStatus=amwABUpdateStatus, cpsemdStatCode=cpsemdStatCode, cpvSaDecrErr=cpvSaDecrErr, mgStatCode=mgStatCode, fwSS_telnet_sess_max=fwSS_telnet_sess_max, asmSynatkNumberofunAckedSyns=asmSynatkNumberofunAckedSyns, cpsemdCorrelationUnitTable=cpsemdCorrelationUnitTable, identityAwarenessUnSuccUserLoginPass=identityAwarenessUnSuccUserLoginPass, routingMask=routingMask, voltageSensorEntry=voltageSensorEntry, svnRouteModMask=svnRouteModMask, svnNetIfMTU=svnNetIfMTU, permanentTunnelPeerObjName=permanentTunnelPeerObjName, asmCIFSBlockedPopUps=asmCIFSBlockedPopUps, fwSS_ftp_proto=fwSS_ftp_proto, fwSS_POP3_passed_by_archive_limit=fwSS_POP3_passed_by_archive_limit, ufSignatureDate=ufSignatureDate, raidDiskRevision=raidDiskRevision, mgProdName=mgProdName, lsStatLongDescr=lsStatLongDescr, identityAwarenessADQueryStatusCurrStatus=identityAwarenessADQueryStatusCurrStatus, fwSS_total_passed=fwSS_total_passed, dtpsStatCode=dtpsStatCode, tunnelEntry=tunnelEntry, numOfHttpP2PHeaders=numOfHttpP2PHeaders, thresholdEventsSinceStartup=thresholdEventsSinceStartup, fwHmem_failed_alloc=fwHmem_failed_alloc, fwSS_POP3_blocked_by_AV_settings=fwSS_POP3_blocked_by_AV_settings, cpvIKE=cpvIKE, fwSS_smtp_total_mails=fwSS_smtp_total_mails, fgVerMajor=fgVerMajor, fwSS_total_blocked_by_archive_limit=fwSS_total_blocked_by_archive_limit, tempertureSensorTable=tempertureSensorTable, aviSMTPTopVirusesCnt=aviSMTPTopVirusesCnt, fwUfpHitRatio=fwUfpHitRatio, wamUagPort=wamUagPort, cpsemdCorrelationUnitNumEventsRcvd=cpsemdCorrelationUnitNumEventsRcvd, fwHmem64_maximum_pools=fwHmem64_maximum_pools, svnRouteModIfName=svnRouteModIfName, dlpPostfixQLen=dlpPostfixQLen, httpWorms=httpWorms, fwInspect=fwInspect, fwSS_ftp_passed_total=fwSS_ftp_passed_total, aviEngineName=aviEngineName, lsFwmIsAlive=lsFwmIsAlive, memSwapsSec=memSwapsSec, cpvGeneral=cpvGeneral, mgActiveStatus=mgActiveStatus, raidVolumeID=raidVolumeID, fwSS_ftp_ops_cvp_rej_sess=fwSS_ftp_ops_cvp_rej_sess, fwSS_POP3_sess_curr=fwSS_POP3_sess_curr, fwInspect_packets=fwInspect_packets, ufBlockedCnt=ufBlockedCnt, cpseadProcAlive=cpseadProcAlive, antiVirusSubscriptionExpDate=antiVirusSubscriptionExpDate, fanSpeedSensorIndex=fanSpeedSensorIndex, fwSS_rlogin_socket_in_use_max=fwSS_rlogin_socket_in_use_max, fwAcceptPcktsOut=fwAcceptPcktsOut, voipCACConcurrentCallsCurrentVal=voipCACConcurrentCallsCurrentVal, fwSS_POP3_port=fwSS_POP3_port, asmUDP=asmUDP, vsRoutingDest=vsRoutingDest, memActiveVirtual=memActiveVirtual, mgConnectedClientsEntry=mgConnectedClientsEntry, thresholdActiveEventCategory=thresholdActiveEventCategory, aviTopEverVirusesCnt=aviTopEverVirusesCnt, raidDiskMaxLBA=raidDiskMaxLBA, raidDiskSyncState=raidDiskSyncState, haProblemIndex=haProblemIndex, fwSS_total_blocked_by_av=fwSS_total_blocked_by_av)
# # PySNMP MIB module CISCO-ITP-ACT-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/CISCO-ITP-ACT-MIB # Produced by pysmi-0.3.4 at Wed May 1 12:03:09 2019 # On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4 # Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15) # Integer, OctetString, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "Integer", "OctetString", "ObjectIdentifier") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ValueSizeConstraint, ConstraintsIntersection, ConstraintsUnion, SingleValueConstraint, ValueRangeConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueSizeConstraint", "ConstraintsIntersection", "ConstraintsUnion", "SingleValueConstraint", "ValueRangeConstraint") CItpTcGlobalTitleSelectorName, CItpTcLinksetId, CItpTcGtaAddr, CItpTcPointCode, CItpTcServiceIndicator = mibBuilder.importSymbols("CISCO-ITP-TC-MIB", "CItpTcGlobalTitleSelectorName", "CItpTcLinksetId", "CItpTcGtaAddr", "CItpTcPointCode", "CItpTcServiceIndicator") ciscoMgmt, = mibBuilder.importSymbols("CISCO-SMI", "ciscoMgmt") ObjectGroup, ModuleCompliance, NotificationGroup = mibBuilder.importSymbols("SNMPv2-CONF", "ObjectGroup", "ModuleCompliance", "NotificationGroup") ModuleIdentity, Bits, Integer32, Gauge32, NotificationType, MibScalar, MibTable, MibTableRow, MibTableColumn, Counter32, MibIdentifier, Counter64, iso, Unsigned32, TimeTicks, IpAddress, ObjectIdentity = mibBuilder.importSymbols("SNMPv2-SMI", "ModuleIdentity", "Bits", "Integer32", "Gauge32", "NotificationType", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "Counter32", "MibIdentifier", "Counter64", "iso", "Unsigned32", "TimeTicks", "IpAddress", "ObjectIdentity") DisplayString, TextualConvention = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TextualConvention") ciscoItpActMIB = ModuleIdentity((1, 3, 6, 1, 4, 1, 9, 9, 230)) ciscoItpActMIB.setRevisions(('2002-12-18 00:00', '2001-09-26 00:00',)) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): if mibBuilder.loadTexts: ciscoItpActMIB.setRevisionsDescriptions(('The ability to allow multiple instances of Signalling Points to run in the same device has introduce a new index structure. All objects in this MIB will be deprecated and replaced by objects in the CISCO-ITP-GACT-MIB.my MIB.', 'Initial version of this MIB module.',)) if mibBuilder.loadTexts: ciscoItpActMIB.setLastUpdated('200212180000Z') if mibBuilder.loadTexts: ciscoItpActMIB.setOrganization('Cisco Systems, Inc.') if mibBuilder.loadTexts: ciscoItpActMIB.setContactInfo(' Cisco Systems, Inc Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-ss7@cisco.com') if mibBuilder.loadTexts: ciscoItpActMIB.setDescription('The MIB for providing information specified in ITU Q752 Monitoring and Measurements for Signalling System No. 7(SS7) Network. This information can be used to manage messages transported over SS7 Network via Cisco IP Transfer Point. The Cisco IP Transfer Point (ITP) is a hardware and software solution that transports SS7 traffic using IP. Each ITP node provides function similar to SS7 signaling point. The relevant ITU documents describing this technology is the ITU Q series, including ITU Q.700: Introduction to CCITT Signalling System No. 7 and ITU Q.701 Functional description of the message transfer part (MTP) of Signalling System No. 7.') cItpActMIBNotifs = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 9, 230, 0)) cItpActMIBObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 9, 230, 1)) cItpActMIBConformance = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 9, 230, 2)) cItpActMtp3 = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1)) cItpActGtt = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2)) cItpActMtp3Table = MibTable((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1), ) if mibBuilder.loadTexts: cItpActMtp3Table.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3Table.setDescription('This table contains information about the number of packets and bytes at the MTP3 layer. The information collected from both directions(send and receive). The information is broken down by linkset, Destination Point Code (DPC), Originating Point Code (OPC) and Signalling Indicator (SI). This provides the lowest granularity required by Q752 and allows network management stations to calculate the required fields in Q752.') cItpActMtp3TableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1), ).setIndexNames((0, "CISCO-ITP-ACT-MIB", "cItpActMtp3TableId"), (0, "CISCO-ITP-ACT-MIB", "cItpActMtp3LinksetName"), (0, "CISCO-ITP-ACT-MIB", "cItpActMtp3Dpc"), (0, "CISCO-ITP-ACT-MIB", "cItpActMtp3Opc"), (0, "CISCO-ITP-ACT-MIB", "cItpActMtp3SI")) if mibBuilder.loadTexts: cItpActMtp3TableEntry.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3TableEntry.setDescription('A list of MTP3 accounting objects.') cItpActMtp3TableId = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("passed", 1), ("violation", 2)))) if mibBuilder.loadTexts: cItpActMtp3TableId.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3TableId.setDescription("The accounting table identifier. 'passed' : signifies that this table instance represents statistics for packets that matched an Access Control List (ACL) in the linkset's inbound ACL and in the outbound ACL. 'violation' : signifies that this table instance represents statistics for packets that did not match an ACL in the linkset's inbound ACL and in the outbound ACL.") cItpActMtp3LinksetName = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 2), CItpTcLinksetId()) if mibBuilder.loadTexts: cItpActMtp3LinksetName.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3LinksetName.setDescription('The name of the linkset.') cItpActMtp3Dpc = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 3), CItpTcPointCode()) if mibBuilder.loadTexts: cItpActMtp3Dpc.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3Dpc.setDescription('The destination point code.') cItpActMtp3Opc = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 4), CItpTcPointCode()) if mibBuilder.loadTexts: cItpActMtp3Opc.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3Opc.setDescription('The origin point code.') cItpActMtp3SI = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 5), CItpTcServiceIndicator()) if mibBuilder.loadTexts: cItpActMtp3SI.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3SI.setDescription('The service indicator.') cItpActMtp3RcvdPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 6), Counter32()).setUnits('packets').setMaxAccess("readonly") if mibBuilder.loadTexts: cItpActMtp3RcvdPackets.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3RcvdPackets.setDescription('Sum of all received packets for this linkset, DPC and OPC combination.') cItpActMtp3SentPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 7), Counter32()).setUnits('packets').setMaxAccess("readonly") if mibBuilder.loadTexts: cItpActMtp3SentPackets.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3SentPackets.setDescription('Sum of all transmitted packets for this linkset, DPC and OPC combination.') cItpActMtp3RcvdBytes = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 8), Counter32()).setUnits('bytes').setMaxAccess("readonly") if mibBuilder.loadTexts: cItpActMtp3RcvdBytes.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3RcvdBytes.setDescription('Sum of all received bytes for this linkset, DPC and OPC combination.') cItpActMtp3SentBytes = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 1, 1, 1, 9), Counter32()).setUnits('bytes').setMaxAccess("readonly") if mibBuilder.loadTexts: cItpActMtp3SentBytes.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3SentBytes.setDescription('Sum of all transmitted bytes for this linkset, DPC and OPC combination.') cItpActGttTable = MibTable((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1), ) if mibBuilder.loadTexts: cItpActGttTable.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttTable.setDescription('This table contains information about the number of packets and bytes required for global title translation.') cItpActGttTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1, 1), ).setIndexNames((0, "CISCO-ITP-ACT-MIB", "cItpActGttLinksetName"), (0, "CISCO-ITP-ACT-MIB", "cItpActGttSelectorName"), (0, "CISCO-ITP-ACT-MIB", "cItpActGttGta"), (0, "CISCO-ITP-ACT-MIB", "cItpActGttTranslatedPc")) if mibBuilder.loadTexts: cItpActGttTableEntry.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttTableEntry.setDescription('A list of Gtt accounting objects.') cItpActGttLinksetName = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1, 1, 1), CItpTcLinksetId()) if mibBuilder.loadTexts: cItpActGttLinksetName.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttLinksetName.setDescription('The name of the linkset.') cItpActGttSelectorName = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1, 1, 2), CItpTcGlobalTitleSelectorName()) if mibBuilder.loadTexts: cItpActGttSelectorName.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttSelectorName.setDescription('The Global Title Selector Name.') cItpActGttGta = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1, 1, 3), CItpTcGtaAddr()) if mibBuilder.loadTexts: cItpActGttGta.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttGta.setDescription('The Global Title Address.') cItpActGttTranslatedPc = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1, 1, 4), CItpTcPointCode()) if mibBuilder.loadTexts: cItpActGttTranslatedPc.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttTranslatedPc.setDescription('The translated point code.') cItpActGttPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1, 1, 5), Counter32()).setUnits('bytes').setMaxAccess("readonly") if mibBuilder.loadTexts: cItpActGttPackets.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttPackets.setDescription('Number of packets performing Global Title Translation.') cItpActGttBytes = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 9, 230, 1, 2, 1, 1, 6), Counter32()).setUnits('bytes').setMaxAccess("readonly") if mibBuilder.loadTexts: cItpActGttBytes.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttBytes.setDescription('Count of bytes received that required Global Title Translation.') cItpActMIBCompliances = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 9, 230, 2, 1)) cItpActMIBGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 9, 230, 2, 2)) cItpActMIBCompliance = ModuleCompliance((1, 3, 6, 1, 4, 1, 9, 9, 230, 2, 1, 1)).setObjects(("CISCO-ITP-ACT-MIB", "cItpActMtp3Group"), ("CISCO-ITP-ACT-MIB", "cItpActGttGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cItpActMIBCompliance = cItpActMIBCompliance.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMIBCompliance.setDescription('The compliance statement for entities which implement the Cisco SP MIB') cItpActMtp3Group = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 9, 230, 2, 2, 1)).setObjects(("CISCO-ITP-ACT-MIB", "cItpActMtp3RcvdPackets"), ("CISCO-ITP-ACT-MIB", "cItpActMtp3SentPackets"), ("CISCO-ITP-ACT-MIB", "cItpActMtp3RcvdBytes"), ("CISCO-ITP-ACT-MIB", "cItpActMtp3SentBytes")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cItpActMtp3Group = cItpActMtp3Group.setStatus('deprecated') if mibBuilder.loadTexts: cItpActMtp3Group.setDescription('Accounting for MTP3 objects.') cItpActGttGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 9, 230, 2, 2, 2)).setObjects(("CISCO-ITP-ACT-MIB", "cItpActGttPackets"), ("CISCO-ITP-ACT-MIB", "cItpActGttBytes")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cItpActGttGroup = cItpActGttGroup.setStatus('deprecated') if mibBuilder.loadTexts: cItpActGttGroup.setDescription('Accounting for Global Title Translation.') mibBuilder.exportSymbols("CISCO-ITP-ACT-MIB", cItpActMIBNotifs=cItpActMIBNotifs, cItpActGttPackets=cItpActGttPackets, cItpActMIBConformance=cItpActMIBConformance, cItpActMtp3TableId=cItpActMtp3TableId, cItpActMtp3Table=cItpActMtp3Table, cItpActMtp3Dpc=cItpActMtp3Dpc, cItpActMIBGroups=cItpActMIBGroups, cItpActMIBCompliance=cItpActMIBCompliance, PYSNMP_MODULE_ID=ciscoItpActMIB, cItpActGttTable=cItpActGttTable, cItpActGttTableEntry=cItpActGttTableEntry, cItpActGtt=cItpActGtt, cItpActMtp3SI=cItpActMtp3SI, cItpActMtp3Group=cItpActMtp3Group, cItpActMtp3RcvdPackets=cItpActMtp3RcvdPackets, cItpActGttSelectorName=cItpActGttSelectorName, cItpActMIBObjects=cItpActMIBObjects, cItpActMtp3TableEntry=cItpActMtp3TableEntry, cItpActMtp3LinksetName=cItpActMtp3LinksetName, cItpActGttGta=cItpActGttGta, ciscoItpActMIB=ciscoItpActMIB, cItpActMtp3RcvdBytes=cItpActMtp3RcvdBytes, cItpActMtp3=cItpActMtp3, cItpActMtp3SentBytes=cItpActMtp3SentBytes, cItpActMtp3SentPackets=cItpActMtp3SentPackets, cItpActMtp3Opc=cItpActMtp3Opc, cItpActMIBCompliances=cItpActMIBCompliances, cItpActGttTranslatedPc=cItpActGttTranslatedPc, cItpActGttGroup=cItpActGttGroup, cItpActGttLinksetName=cItpActGttLinksetName, cItpActGttBytes=cItpActGttBytes)
class MPRuntimeError(Exception): def __init__(self, msg, node): self.msg = msg self.node = node class MPNameError(MPRuntimeError): pass class MPSyntaxError(MPRuntimeError): pass # To be thrown from functions outside the interpreter -- # will be caught during execution and displayed as a runtime error. class MPInternalError(Exception): pass
with open("1.in") as file: lines = file.readlines() lines = [line.rstrip() for line in lines] # Part 1 increases = 0 for i in range(0, len(lines)-1): if int(lines[i]) < int(lines[i+1]): increases += 1 print(increases) # Part 2 increases = 0 for i in range(0, len(lines)-3): if (int(lines[i]) + int(lines[i+1]) + int(lines[i+2])) < (int(lines[i+1]) + int(lines[i+2]) + int(lines[i+3])): increases += 1 print(increases)
class Pizza(): pass class PizzaBuilder(): def __init__(self, inches: int): self.inches = inches def addCheese(self): pass def addPepperoni(self): pass def addSalami(self): pass def addPimientos(self): pass def addCebolla(self): pass def addChampinones(self): pass def build(self): return Pizza if PizzaBuilder(14): pizza = Pizza.PizzaBuilder().addPepperoni().addCheese().addCheese().build() elif PizzaBuilder(18): pizza = Pizza.PizzaBuilder().addCheese().build() else: pizza = Pizza.PizzaBuilder().addPepperoni().addCheese().addSalami().addPimientos().addCebolla().addChampinones().build()
#!/usr/bin/env python # -*- coding:utf-8 -*- # # Copyright (C) 2020 All rights reserved. # # @Author Kaco # @Version 1.0 #深信服SSLVPN服务器地址 API_SERVER = 'https://x.x.x.x:4430' #深信服SSLVPN密钥 API_KEY = '66931f1342b1f462d4156e968feaa458' # SSL证书校验关闭 SSL_ENABLE= False #请求头部,请勿修改 CONTENT_TYPE = "application/x-www-form-urlencoded;charset=UTF-8"
# This script will create an ELF file ### SECTION .TEXT # mov ebx, 1 ; prints hello # mov eax, 4 # mov ecx, HWADDR # mov edx, HWLEN # int 0x80 # mov eax, 1 ; exits # mov ebx, 0x5D # int 0x80 ### SECTION .DATA # HWADDR db "Hello World!", 0x0A out = '' ### ELF HEADER # e_ident(16): out += '\x7FELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x10' # e_type(2) - set it to 0x02 0x00 - ELF file: out += '\x02\x00' # e_machine(2) - set it to 0x03 0x00 - i386: out += '\x03\x00' # e_version(4): out += '\x01\x00\x00\x00' # e_entry(4) entry point: out += '\x80\x80\x04\x08' # e_phoff(4) - offset from file to program header table. out += '\x34\x00\x00\x00' # e_shoff(4) - offset from file to section header table. out += '\x00\x00\x00\x00' # e_flags(4) - we don't need flags: out += '\x00\x00\x00\x00' # e_ehsize(2) size of the ELF header: out += '\x34\x00' # e_phentsize(2) - size of a program header. out += '\x20\x00' # e_phnum(2) - number of program headers: out += '\x02\x00' # e_shentsize(2), e_shnum(2), e_shstrndx(2): irrelevant: out += '\x00\x00\x00\x00\x00\x00' ### PROGRAM HEADER # .text segment header # p_type(4) type of segment: out += '\x01\x00\x00\x00' # p_offset(4) offset from the beginning of the file: out += '\x80\x00\x00\x00' # p_vaddr(4) - what virtual address to assign to segment: out += '\x80\x80\x04\x08' # p_paddr(4) - physical addressing is irrelevant: out += '\x00\x00\x00\x00' # p_filesz(4) - number of bytes in file image of segment out += '\x24\x00\x00\x00' # p_memsz(4) - number of bytes in memory image of segment: out += '\x24\x00\x00\x00' # p_flags(4): out += '\x05\x00\x00\x00' # p_align(4) - handles alignment to memory pages: out += '\x00\x10\x00\x00' # .data segment header out += '\x01\x00\x00\x00\xA4\x00\x00\x00\xA4\x80\x04\x08\x00\x00\x00\x00' out += '\x20\x00\x00\x00\x20\x00\x00\x00\x07\x00\x00\x00\x00\x10\x00\x00' # padding out += '\x00' * 12 # .text segment out += '\xBB\x01\x00\x00\x00\xB8\x04\x00\x00\x00\xB9\xA4\x80\x04\x08\xBA' out += '\x0D\x00\x00\x00\xCD\x80\xB8\x01\x00\x00\x00\xBB\x2A\x00\x00\x00' out += '\xCD\x80' # padding out += '\x00\x00' # .data segment out += 'Hello World!\x0A' f = file('elffile', 'r+wb') f.seek(0) f.truncate() f.writelines([out]) f.close()
# Copyright 2020-2021 antillia.com Toshiyuki Arai # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # METRICS.py # LOSS = "loss" VAL_LOSS = "val_loss" FT_CLASSIFICATION_ACC = "ft_classification_acc" CLASSIFICATION_ACC = "classification_acc" REGRESSION_ACC = "regression_acc" VAL_FT_CLASSIFICATION_ACC = "val_ft_classification_acc" VAL_CLASSIFICATION_ACC = "val_classification_acc" VAL_REGRESSION_ACC = "val_regression_acc"
class Settings: CORRECTOR_DOCUMENTS_LIMIT = 20000 CORRECTOR_TIMEOUT_DAYS = 10 THREAD_COUNT = 4 CALC_TOTAL_DURATION = True CALC_CLIENT_SS_REQUEST_DURATION = True CALC_CLIENT_SS_RESPONSE_DURATION = True CALC_PRODUCER_DURATION_CLIENT_VIEW = True CALC_PRODUCER_DURATION_PRODUCER_VIEW = True CALC_PRODUCER_SS_REQUEST_DURATION = True CALC_PRODUCER_SS_RESPONSE_DURATION = True CALC_PRODUCER_IS_DURATION = True CALC_REQUEST_NW_DURATION = True CALC_RESPONSE_NW_DURATION = True CALC_REQUEST_SIZE = True CALC_RESPONSE_SIZE = True LOGGER_NAME = "test" COMPARISON_LIST = ['clientMemberClass', 'requestMimeSize', 'serviceSubsystemCode', 'requestAttachmentCount', 'serviceSecurityServerAddress', 'messageProtocolVersion', 'responseSoapSize', 'succeeded', 'clientSubsystemCode', 'responseAttachmentCount', 'serviceMemberClass', 'messageUserId', 'serviceMemberCode', 'serviceXRoadInstance', 'clientSecurityServerAddress', 'clientMemberCode', 'clientXRoadInstance', 'messageIssue', 'serviceVersion', 'requestSoapSize', 'serviceCode', 'representedPartyClass', 'representedPartyCode', 'soapFaultCode', 'soapFaultString', 'responseMimeSize', 'messageId'] comparison_list_orphan = [ 'clientMemberClass', 'serviceSubsystemCode', 'serviceSecurityServerAddress', 'messageProtocolVersion', 'succeeded', 'clientSubsystemCode', 'serviceMemberClass', 'messageUserId', 'serviceMemberCode', 'serviceXRoadInstance', 'clientSecurityServerAddress', 'clientMemberCode', 'clientXRoadInstance', 'messageIssue', 'serviceVersion', 'serviceCode', 'representedPartyClass', 'representedPartyCode', 'soapFaultCode', 'soapFaultString', 'messageId' ]
def trap(): left = [0]*n right = [0]*n s = 0 left[0] = A[0] for i in range( 1, n): left[i] = max(left[i-1], A[i]) right[n-1] = A[n-1] for i in range(n-2, -1, -1): right[i] = max(right[i + 1], A[i]); for i in range(0, n): s += min(left[i], right[i]) - A[i] return s if __name__=='__main__': for _ in range(int(input())): n = int(input()) A = list(map(int, input().rstrip().split())) print(trap())
class LoadSql(object): CREATE_DETECTION_TABLE = \ """ CREATE TABLE P2Detection( `objID` bigint NOT NULL, detectID bigint NOT NULL, ippObjID bigint NOT NULL, ippDetectID bigint NOT NULL, filterID smallint NOT NULL, imageID bigint NOT NULL, obsTime float NOT NULL DEFAULT -999, xPos real NOT NULL DEFAULT -999, yPos real NOT NULL DEFAULT -999, xPosErr real NOT NULL DEFAULT -999, yPosErr real NOT NULL DEFAULT -999, instFlux real NOT NULL DEFAULT -999, instFluxErr real NOT NULL DEFAULT -999, psfWidMajor real NOT NULL DEFAULT -999, psfWidMinor real NOT NULL DEFAULT -999, psfTheta real NOT NULL DEFAULT -999, psfLikelihood real NOT NULL DEFAULT -999, psfCf real NOT NULL DEFAULT -999, infoFlag int NOT NULL DEFAULT -999, htmID float NOT NULL DEFAULT -999, zoneID float NOT NULL DEFAULT -999, assocDate date NOT NULL DEFAULT '28881231', modNum smallint NOT NULL DEFAULT 0, ra float NOT NULL, `dec` float NOT NULL, raErr real NOT NULL DEFAULT 0, decErr real NOT NULL DEFAULT 0, cx float NOT NULL DEFAULT -999, cy float NOT NULL DEFAULT -999, cz float NOT NULL DEFAULT -999, peakFlux real NOT NULL DEFAULT -999, calMag real NOT NULL DEFAULT -999, calMagErr real NOT NULL DEFAULT -999, calFlux real NOT NULL DEFAULT -999, calFluxErr real NOT NULL DEFAULT -999, calColor real NOT NULL DEFAULT -999, calColorErr real NOT NULL DEFAULT -999, sky real NOT NULL DEFAULT -999, skyErr real NOT NULL DEFAULT -999, sgSep real NOT NULL DEFAULT -999, dataRelease smallint NOT NULL, CONSTRAINT PK_P2Detection_objID_detectID PRIMARY KEY ( `objID`, detectID )) """ CREATE_FRAME_META_TABLE = \ """ CREATE TABLE P2FrameMeta( frameID int NOT NULL PRIMARY KEY, surveyID smallint NOT NULL, filterID smallint NOT NULL, cameraID smallint NOT NULL, telescopeID smallint NOT NULL, analysisVer smallint NOT NULL, p1Recip smallint NOT NULL DEFAULT -999, p2Recip smallint NOT NULL DEFAULT -999, p3Recip smallint NOT NULL DEFAULT -999, nP2Images smallint NOT NULL DEFAULT -999, astroScat real NOT NULL DEFAULT -999, photoScat real NOT NULL DEFAULT -999, nAstRef int NOT NULL DEFAULT -999, nPhoRef int NOT NULL DEFAULT -999, expStart float NOT NULL DEFAULT -999, expTime real NOT NULL DEFAULT -999, airmass real NOT NULL DEFAULT -999, raBore float NOT NULL DEFAULT -999, decBore float NOT NULL DEFAULT -999 ) """ CREATE_IMAGE_META_TABLE = \ """ CREATE TABLE P2ImageMeta( imageID bigint NOT NULL PRIMARY KEY, frameID int NOT NULL, ccdID smallint NOT NULL, photoCalID int NOT NULL, filterID smallint NOT NULL, bias real NOT NULL DEFAULT -999, biasScat real NOT NULL DEFAULT -999, sky real NOT NULL DEFAULT -999, skyScat real NOT NULL DEFAULT -999, nDetect int NOT NULL DEFAULT -999, magSat real NOT NULL DEFAULT -999, completMag real NOT NULL DEFAULT -999, astroScat real NOT NULL DEFAULT -999, photoScat real NOT NULL DEFAULT -999, nAstRef int NOT NULL DEFAULT -999, nPhoRef int NOT NULL DEFAULT -999, nx smallint NOT NULL DEFAULT -999, ny smallint NOT NULL DEFAULT -999, psfFwhm real NOT NULL DEFAULT -999, psfModelID int NOT NULL DEFAULT -999, psfSigMajor real NOT NULL DEFAULT -999, psfSigMinor real NOT NULL DEFAULT -999, psfTheta real NOT NULL DEFAULT -999, psfExtra1 real NOT NULL DEFAULT -999, psfExtra2 real NOT NULL DEFAULT -999, apResid real NOT NULL DEFAULT -999, dapResid real NOT NULL DEFAULT -999, detectorID smallint NOT NULL DEFAULT -999, qaFlags int NOT NULL DEFAULT -999, detrend1 bigint NOT NULL DEFAULT -999, detrend2 bigint NOT NULL DEFAULT -999, detrend3 bigint NOT NULL DEFAULT -999, detrend4 bigint NOT NULL DEFAULT -999, detrend5 bigint NOT NULL DEFAULT -999, detrend6 bigint NOT NULL DEFAULT -999, detrend7 bigint NOT NULL DEFAULT -999, detrend8 bigint NOT NULL DEFAULT -999, photoZero real NOT NULL DEFAULT -999, photoColor real NOT NULL DEFAULT -999, projection1 varchar(8000) NOT NULL DEFAULT '-999', projection2 varchar(8000) NOT NULL DEFAULT '-999', crval1 float NOT NULL DEFAULT -999, crval2 float NOT NULL DEFAULT -999, crpix1 float NOT NULL DEFAULT -999, crpix2 float NOT NULL DEFAULT -999, pc001001 float NOT NULL DEFAULT -999, pc001002 float NOT NULL DEFAULT -999, pc002001 float NOT NULL DEFAULT -999, pc002002 float NOT NULL DEFAULT -999, polyOrder int NOT NULL DEFAULT -999, pca1x3y0 float NOT NULL DEFAULT -999, pca1x2y1 float NOT NULL DEFAULT -999, pca1x1y2 float NOT NULL DEFAULT -999, pca1x0y3 float NOT NULL DEFAULT -999, pca1x2y0 float NOT NULL DEFAULT -999, pca1x1y1 float NOT NULL DEFAULT -999, pca1x0y2 float NOT NULL DEFAULT -999, pca2x3y0 float NOT NULL DEFAULT -999, pca2x2y1 float NOT NULL DEFAULT -999, pca2x1y2 float NOT NULL DEFAULT -999, pca2x0y3 float NOT NULL DEFAULT -999, pca2x2y0 float NOT NULL DEFAULT -999, pca2x1y1 float NOT NULL DEFAULT -999, pca2x0y2 float NOT NULL DEFAULT -999 ) """
# Copyright (c) 2022 Tulir Asokan # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. def _pluralize(count: int, singular: str) -> str: return singular if count == 1 else f"{singular}s" def _include_if_positive(count: int, word: str) -> str: return f"{count} {_pluralize(count, word)}" if count > 0 else "" def format_duration(seconds: int) -> str: """ Format seconds as a simple duration in weeks/days/hours/minutes/seconds. Args: seconds: The number of seconds as an integer. Must be positive. Returns: The formatted duration. Examples: >>> from mautrix.util.format_duration import format_duration >>> format_duration(1234) '20 minutes and 34 seconds' >>> format_duration(987654) '1 week, 4 days, 10 hours, 20 minutes and 54 seconds' >>> format_duration(60) '1 minute' Raises: ValueError: if the duration is not positive. """ if seconds <= 0: raise ValueError("format_duration only accepts positive values") minutes, seconds = divmod(seconds, 60) hours, minutes = divmod(minutes, 60) days, hours = divmod(hours, 24) weeks, days = divmod(days, 7) parts = [ _include_if_positive(weeks, "week"), _include_if_positive(days, "day"), _include_if_positive(hours, "hour"), _include_if_positive(minutes, "minute"), _include_if_positive(seconds, "second"), ] parts = [part for part in parts if part] if len(parts) > 2: parts = [", ".join(parts[:-1]), parts[-1]] return " and ".join(parts)
#!/usr/bin/env python3 def squares(start, end): """The squares function uses a list comprehension to create a list of squared numbers (n*n). It receives the variables start and end, and returns a list of squares of consecutive numbers between start and end inclusively. For example, squares(2, 3) should return [4, 9].""" return [x*x for x in range(start, end + 1)] print(squares(2, 3)) # Should be [4, 9] print(squares(1, 5)) # Should be [1, 4, 9, 16, 25] print(squares(0, 10)) # Should be [0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
def head(file_name: str, n: int = 10): try: with open(file_name) as f: for i, line in enumerate(f): if i == n: break print(line.rstrip()) except FileNotFoundError: print(f"No such file {file_name}") def tail(file_name: str, n: int = 10): try: with open(file_name) as f: reversed_lines = list(reversed(f.readlines())) print("".join(list(reversed(reversed_lines[:n])))) except FileNotFoundError: print(f"No such file {file_name}") def nl(*file_names: str): for file_path in file_names: if len(file_names) > 1: print(f"\t\t{file_path}") try: with open(file_path) as f: counter = 1 for line in f: if not line.isspace(): print(f"{counter}.\t{line.rstrip()}") counter += 1 else: print(line.rstrip()) except FileNotFoundError: print(f"No such file {file_path}") def wc(*file_names: str): total_lines, total_words, total_bytes = 0, 0, 0 for file_path in file_names: try: with open(file_path) as f: n_lines, n_words, n_bytes = 0, 0, 0 for line in f: n_lines += 1 n_words += len(line.split()) n_bytes += len(line.encode("utf-8")) total_lines += n_lines total_words += n_words total_bytes += n_bytes print(f"{file_path}: lines = {n_lines}, words = {n_words}, bytes = {n_bytes}") except FileNotFoundError: print(f"No such file {file_path}") if len(file_names) > 1: print(f"Total: lines = {total_lines}, words = {total_words}, bytes = {total_bytes}")
# -*- coding: utf-8 -*- """ Created on Sat Aug 14 14:19:50 2021 @author: qizhe """ # 数字 n 代表生成括号的对数,请你设计一个函数,用于能够生成所有可能的并且 # 有效的 括号组合。 # # 现在还有错误,123 124 133 134 144 序列不会生成 class Solution: def generateParenthesis(self, n: int): """ 典型的回溯问题 8月14 一开始完全不懂怎么做,在找规律啥的 9月30 学了回溯算法之后,基本是几分钟就写完了 本质上是DFS的暴力搜索,然后剪枝 """ def dfs(n,current,result,leftNum,rightNum): if leftNum + rightNum == 2*n: result.append(current) return if leftNum < n: dfs(n,current + '(',result,leftNum+1,rightNum) if rightNum < leftNum: dfs(n,current + ')',result,leftNum,rightNum+1) return # depth = 2 * n current = '' result = [] dfs(n,current,result,0,0) return result # # 右括号插入位置列表 # num_list = list(range(1, n+1)) # result = [] # # 所有数字向右移动至n, # # 即从1234,到1244,……到4444 # for h in range(1, n+1): # for i in range(h): # num_list[i] = h # result.append(self.generatelist(num_list, n)) # for i in range(n-2, 0, -1): # while(num_list[i] < n): # num_list[i] = num_list[i] + 1 # result.append(self.generatelist(num_list, n)) # return result # # def generateNum(self, num_list, n, k): # # # if k <= 0: # # # return # # # if num_list[k] < n: # # # num_list[k] = num_list[k] + 1 # # # else: # # # num_list[k] # # # return num_list # # # for i in range(n): # # # num_list = self.generateNum(self, num_list, n, k-1) # # return num_list # def generatelist(self, num_list, n): # leftstr_list = list('('*n) # for i in range(n-1, -1, -1): # leftstr_list.insert(num_list[i], ')') # return ''.join(leftstr_list) if __name__ == '__main__': solu = Solution() input_Str = str('{[]{}()}') # input_list = input_List = [90] input_int = 3 result = solu.generateParenthesis(input_int) # output_Str = 'result = ' + solu.intToRoman(input_int) output_Str = 'result = ' + str(result) print(output_Str)
ADMIN_INSTALLED_APPS = ( 'fluent_dashboard', 'admin_tools', 'admin_tools.theming', 'admin_tools.menu', 'admin_tools.dashboard', 'django.contrib.admin', ) # FIXME: Move generic (not related to admin) context processors to base_settings # Note: replace 'django.core.context_processors' with 'django.template.context_processors' in Django 1.8+ ADMIN_TEMPLATE_CONTEXT_PROCESSORS = ( 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'django.core.context_processors.debug', 'django.core.context_processors.i18n', 'django.core.context_processors.media', 'django.core.context_processors.request', # required by django-admin-tools >= 0.7.0 'django.core.context_processors.static', 'django.core.context_processors.tz', ) ADMIN_TEMPLATE_LOADERS = ( 'admin_tools.template_loaders.Loader', # required by django-admin-tools >= 0.7.0 ) FLUENT_DASHBOARD_APP_ICONS = { 'structure/customer': 'system-users.png', 'structure/servicesettings': 'preferences-other.png', 'structure/project': 'folder.png', 'structure/projectgroup': 'folder-bookmark.png', 'backup/backup': 'document-export-table.png', 'backup/backupschedule': 'view-resource-calendar.png', 'nodeconductor_killbill/invoice': 'help-donate.png', 'cost_tracking/pricelistitem': 'view-bank-account.png', 'cost_tracking/priceestimate': 'feed-subscribe.png', 'cost_tracking/defaultpricelistitem': 'view-calendar-list.png' } ADMIN_TOOLS_INDEX_DASHBOARD = 'nodeconductor.server.admin.dashboard.CustomIndexDashboard' ADMIN_TOOLS_APP_INDEX_DASHBOARD = 'nodeconductor.server.admin.dashboard.CustomAppIndexDashboard' ADMIN_TOOLS_MENU = 'nodeconductor.server.admin.menu.CustomMenu' # Should be specified, otherwise all Applications dashboard will be included. FLUENT_DASHBOARD_APP_GROUPS = ()
# This is the qasim package, containing the module qasim.qasim in the .so file. # # Note that a valid module is one of: # # 1. a directory with a modulename/__init__.py file # 2. a file named modulename.py # 3. a file named modulename.PLATFORMINFO.so # # Since a .so ends up as a module all on its own, we have to include it in a # parent module (i.e. "package") if we want to distribute other pieces # alongside it in the same namespace, e.g. qasim_cli.py. # name = "qasim"
def test_unique_names(run_validator_for_test_files): errors = run_validator_for_test_files( 'test_not_unique.py', force_unique_test_names=True, ) assert len(errors) == 2 assert errors[0][2] == 'FP009 Duplicate name test case (test_not_uniq)' assert errors[1][2] == 'FP009 Duplicate name test case (test_not_uniq_with_decorator)'
num = 12 if num > 5: print("Bigger than 5") if num <= 47: print("Between 6 and 47")
""" * Nas listas o python gera os índices, no dicinário o programador controla o índice (também chamado de cahve) * Chaves precisam ser únicas """ d1 = {'chave1': 'Valor da chave'} print(d1) d1['nova_chave'] = 'Valor da nova chave' print(d1) print(d1['chave1']) # Outra forma de criar dicionários d2 = dict(chave1='Valor da chave1', chave2='Valor da chave2') print(d2) d1.update({'nova_chave2': 'Novo valor'}) if d1.get('nova_chave2'): print(d1['nova_chave']) del d1['chave1'] # Apagar um item do dicionário print(d1) print() print('nova_chave' in d1) print('nova_chave' in d1.keys()) # Mesma coisa que a linha de cima print('Valor da nova chave' in d1.values()) print('O dicionário d1 tem {} pares de chave e valor'.format(len(d1))) print() for i in d1.items(): print(i) print() for k, v in d1.items(): print(k, v)
class PlatformError(Exception): """ The error is thrown when you try to use function that are only available for windows """
# coding: utf-8 #3) Leia um caractere e informe se ele é vogal ou consoante. #Se prestar bastante atenção, vai perceber que a solução do exercício 2 é exatamente igual ao do exercício 3 caractere = input("Informe o caractere que deseja verificar: ") caracteresNumerais = "aeiou" paraLooping = False contador = 0 while(not paraLooping and contador < len(caracteresNumerais)): if (caractere == caracteresNumerais[contador]): paraLooping = True contador += 1 if(not paraLooping): print("O caractere", caractere, "é um consoante.") else: print("O caractere", caractere, "é uma vogal.")
''' Igmp Genie Ops Object Outputs for NXOS. ''' class IgmpOutput(object): ShowIpIgmpInterface = { "vrfs": { "default": { "groups_count": 2, "interface": { "Ethernet2/2": { "query_max_response_time": 10, "vrf_name": "default", "statistics": { "general": { "sent": { "v2_reports": 0, "v2_queries": 16, "v2_leaves": 0 }, "received": { "v2_reports": 0, "v2_queries": 16, "v2_leaves": 0 } } }, "configured_query_max_response_time": 10, "pim_dr": True, "vrf_id": 1, "querier": "10.1.3.1", "membership_count": 0, "last_member": { "query_count": 2, "mrt": 1, }, "startup_query": { "interval": 31, "configured_interval": 31, "count": 2, }, "link_status": "up", "subnet": "10.1.3.0/24", "address": "10.1.3.1", "link_local_groups_reporting": False, "unsolicited_report_interval": 10, "enable_refcount": 1, "enable": True, "next_query_sent_in": "00:00:55", "configured_query_interval": 125, "old_membership_count": 0, "group_timeout": 260, "configured_robustness_variable": 2, "vpc_svi": False, "querier_version": 2, "version": 2, "query_interval": 125, "querier_timeout": 255, "immediate_leave": False, "configured_group_timeout": 260, "host_version": 2, "configured_querier_timeout": 255, "robustness_variable": 2, "oper_status": "up" }, "Ethernet2/1": { "query_max_response_time": 15, "vrf_name": "default", "statistics": { "errors": { "router_alert_check": 19, }, "general": { "sent": { "v2_reports": 0, "v3_queries": 11, "v2_leaves": 0, "v3_reports": 56, "v2_queries": 5 }, "received": { "v2_reports": 0, "v3_queries": 11, "v2_leaves": 0, "v3_reports": 56, "v2_queries": 5 } } }, "configured_query_max_response_time": 15, "max_groups": 10, "vrf_id": 1, "querier": "10.1.2.1", "membership_count": 4, "last_member": { "query_count": 5, "mrt": 1, }, "startup_query": { "interval": 33, "configured_interval": 31, "count": 5, }, "pim_dr": True, "link_status": "up", "subnet": "10.1.2.0/24", "address": "10.1.2.1", "link_local_groups_reporting": False, "unsolicited_report_interval": 10, "enable_refcount": 9, "enable": True, "group_policy": "access-group-filter", "next_query_sent_in": "00:00:47", "configured_query_interval": 133, "old_membership_count": 0, "group_timeout": 680, "configured_robustness_variable": 5, "vpc_svi": False, "querier_version": 3, "available_groups": 10, "version": 3, "query_interval": 133, "querier_timeout": 672, "immediate_leave": True, "configured_group_timeout": 260, "host_version": 3, "configured_querier_timeout": 255, "robustness_variable": 5, "oper_status": "up" } } }, "VRF1": { "groups_count": 2, "interface": { "Ethernet2/4": { "query_max_response_time": 15, "vrf_name": "VRF1", "statistics": { "general": { "sent": { "v2_reports": 0, "v3_queries": 8, "v2_leaves": 0, "v3_reports": 44, "v2_queries": 8 }, "received": { "v2_reports": 0, "v3_queries": 8, "v2_leaves": 0, "v3_reports": 44, "v2_queries": 8 } } }, "configured_query_max_response_time": 15, "max_groups": 10, "vrf_id": 3, "querier": "20.1.2.1", "membership_count": 4, "last_member": { "query_count": 5, "mrt": 1, }, "startup_query": { "interval": 33, "configured_interval": 31, "count": 5, }, "pim_dr": True, "link_status": "up", "subnet": "20.1.2.0/24", "address": "20.1.2.1", "link_local_groups_reporting": False, "unsolicited_report_interval": 10, "enable_refcount": 9, "enable": True, "group_policy": "access-group-filter", "next_query_sent_in": "00:00:06", "configured_query_interval": 133, "old_membership_count": 0, "group_timeout": 680, "configured_robustness_variable": 5, "vpc_svi": False, "querier_version": 3, "available_groups": 10, "version": 3, "query_interval": 133, "querier_timeout": 672, "immediate_leave": True, "configured_group_timeout": 260, "host_version": 3, "configured_querier_timeout": 255, "robustness_variable": 5, "oper_status": "up" }, "Ethernet2/3": { "query_max_response_time": 10, "vrf_name": "VRF1", "statistics": { "general": { "sent": { "v2_reports": 0, "v2_queries": 16, "v2_leaves": 0 }, "received": { "v2_reports": 0, "v2_queries": 16, "v2_leaves": 0 } } }, "configured_query_max_response_time": 10, "pim_dr": True, "vrf_id": 3, "querier": "20.1.3.1", "membership_count": 0, "last_member": { "query_count": 2, "mrt": 1, }, "startup_query": { "interval": 31, "configured_interval": 31, "count": 2, }, "link_status": "up", "subnet": "20.1.3.0/24", "address": "20.1.3.1", "link_local_groups_reporting": False, "unsolicited_report_interval": 10, "enable_refcount": 1, "enable": True, "next_query_sent_in": "00:00:47", "configured_query_interval": 125, "old_membership_count": 0, "group_timeout": 260, "configured_robustness_variable": 2, "vpc_svi": False, "querier_version": 2, "version": 2, "query_interval": 125, "querier_timeout": 255, "immediate_leave": False, "configured_group_timeout": 260, "host_version": 2, "configured_querier_timeout": 255, "robustness_variable": 2, "oper_status": "up" } } }, "tenant1": { "groups_count": 0, }, "manegement": { "groups_count": 0, } } } ShowIpIgmpGroups = { "vrfs": { "VRF1": { "interface": { "Ethernet2/4": { "group": { "239.6.6.6": { "expire": "never", "type": "S", "last_reporter": "20.1.2.1", "up_time": "00:15:27" }, "239.8.8.8": { "source": { "2.2.2.2": { "expire": "never", "type": "S", "last_reporter": "20.1.2.1", "up_time": "00:15:27" } }, }, "239.5.5.5": { "expire": "never", "type": "S", "last_reporter": "20.1.2.1", "up_time": "00:15:27" }, "239.7.7.7": { "source": { "2.2.2.1": { "expire": "never", "type": "S", "last_reporter": "20.1.2.1", "up_time": "00:15:27" } }, } } } }, "total_entries": 4 }, "default": { "interface": { "Ethernet2/1": { "group": { "239.6.6.6": { "expire": "never", "type": "S", "last_reporter": "10.1.2.1", "up_time": "00:20:53" }, "239.8.8.8": { "source": { "2.2.2.2": { "expire": "never", "type": "S", "last_reporter": "10.1.2.1", "up_time": "00:20:34" } }, }, "239.5.5.5": { "expire": "never", "type": "S", "last_reporter": "10.1.2.1", "up_time": "00:21:00" }, "239.7.7.7": { "source": { "2.2.2.1": { "expire": "never", "type": "S", "last_reporter": "10.1.2.1", "up_time": "00:20:42" } }, } } } }, "total_entries": 4 } } } ShowIpIgmpLocalGroups = { "vrfs": { "default": { "interface": { "Ethernet2/1": { "join_group": { "239.1.1.1 *": { "source": "*", "group": "239.1.1.1" }, "239.3.3.3 1.1.1.1": { "source": "1.1.1.1", "group": "239.3.3.3" }, "239.2.2.2 *": { "source": "*", "group": "239.2.2.2" }, "239.4.4.4 1.1.1.2": { "source": "1.1.1.2", "group": "239.4.4.4" } }, "static_group": { "239.5.5.5 *": { "source": "*", "group": "239.5.5.5" }, "239.8.8.8 2.2.2.2": { "source": "2.2.2.2", "group": "239.8.8.8" }, "239.6.6.6 *": { "source": "*", "group": "239.6.6.6" }, "239.7.7.7 2.2.2.1": { "source": "2.2.2.1", "group": "239.7.7.7" } }, "group": { "239.1.1.1": { "last_reporter": "00:00:13", "type": "local" }, "239.8.8.8": { "source": { "2.2.2.2": { "last_reporter": "01:06:47", "type": "static" } }, }, "239.2.2.2": { "last_reporter": "00:00:18", "type": "local" }, "239.4.4.4": { "source": { "1.1.1.2": { "last_reporter": "00:00:06", "type": "local" } }, }, "239.6.6.6": { "last_reporter": "01:06:47", "type": "static" }, "239.5.5.5": { "last_reporter": "01:06:47", "type": "static" }, "239.3.3.3": { "source": { "1.1.1.1": { "last_reporter": "00:00:11", "type": "local" } }, }, "239.7.7.7": { "source": { "2.2.2.1": { "last_reporter": "01:06:47", "type": "static" } }, } } } } }, "VRF1": { "interface": { "Ethernet2/4": { "join_group": { "239.1.1.1 *": { "source": "*", "group": "239.1.1.1" }, "239.3.3.3 1.1.1.1": { "source": "1.1.1.1", "group": "239.3.3.3" }, "239.2.2.2 *": { "source": "*", "group": "239.2.2.2" }, "239.4.4.4 1.1.1.2": { "source": "1.1.1.2", "group": "239.4.4.4" } }, "static_group": { "239.5.5.5 *": { "source": "*", "group": "239.5.5.5" }, "239.8.8.8 2.2.2.2": { "source": "2.2.2.2", "group": "239.8.8.8" }, "239.6.6.6 *": { "source": "*", "group": "239.6.6.6" }, "239.7.7.7 2.2.2.1": { "source": "2.2.2.1", "group": "239.7.7.7" } }, "group": { "239.1.1.1": { "last_reporter": "00:00:50", "type": "local" }, "239.8.8.8": { "source": { "2.2.2.2": { "last_reporter": "01:06:47", "type": "static" } }, }, "239.2.2.2": { "last_reporter": "00:00:54", "type": "local" }, "239.4.4.4": { "source": { "1.1.1.2": { "last_reporter": "00:00:55", "type": "local" } }, }, "239.6.6.6": { "last_reporter": "01:06:47", "type": "static" }, "239.5.5.5": { "last_reporter": "01:06:47", "type": "static" }, "239.3.3.3": { "source": { "1.1.1.1": { "last_reporter": "00:01:01", "type": "local" } }, }, "239.7.7.7": { "source": { "2.2.2.1": { "last_reporter": "01:06:47", "type": "static" } }, }}}}}} } Igmp_info = { "vrfs": { "VRF1": { "interfaces": { "Ethernet2/4": { "querier": "20.1.2.1", "group_policy": "access-group-filter", "robustness_variable": 5, "join_group": { "239.3.3.3 1.1.1.1": { "source": "1.1.1.1", "group": "239.3.3.3" }, "239.4.4.4 1.1.1.2": { "source": "1.1.1.2", "group": "239.4.4.4" }, "239.1.1.1 *": { "source": "*", "group": "239.1.1.1" }, "239.2.2.2 *": { "source": "*", "group": "239.2.2.2" } }, "immediate_leave": True, "max_groups": 10, "enable": True, "version": 3, "oper_status": "up", "group": { "239.5.5.5": { "up_time": "00:15:27", "last_reporter": "20.1.2.1", "expire": "never" }, "239.6.6.6": { "up_time": "00:15:27", "last_reporter": "20.1.2.1", "expire": "never" }, "239.8.8.8": { "source": { "2.2.2.2": { "last_reporter": "20.1.2.1", "up_time": "00:15:27", "expire": "never" } } }, "239.7.7.7": { "source": { "2.2.2.1": { "last_reporter": "20.1.2.1", "up_time": "00:15:27", "expire": "never" } } } }, "static_group": { "239.7.7.7 2.2.2.1": { "source": "2.2.2.1", "group": "239.7.7.7" }, "239.5.5.5 *": { "source": "*", "group": "239.5.5.5" }, "239.6.6.6 *": { "source": "*", "group": "239.6.6.6" }, "239.8.8.8 2.2.2.2": { "source": "2.2.2.2", "group": "239.8.8.8" } }, "query_max_response_time": 15, "query_interval": 133 }, "Ethernet2/3": { "querier": "20.1.3.1", "immediate_leave": False, "enable": True, "version": 2, "oper_status": "up", "query_max_response_time": 10, "robustness_variable": 2, "query_interval": 125 } }, "groups_count": 2 }, "manegement": { "groups_count": 0 }, "tenant1": { "groups_count": 0 }, "default": { "interfaces": { "Ethernet2/2": { "querier": "10.1.3.1", "immediate_leave": False, "enable": True, "version": 2, "oper_status": "up", "query_max_response_time": 10, "robustness_variable": 2, "query_interval": 125 }, "Ethernet2/1": { "querier": "10.1.2.1", "group_policy": "access-group-filter", "robustness_variable": 5, "join_group": { "239.3.3.3 1.1.1.1": { "source": "1.1.1.1", "group": "239.3.3.3" }, "239.4.4.4 1.1.1.2": { "source": "1.1.1.2", "group": "239.4.4.4" }, "239.1.1.1 *": { "source": "*", "group": "239.1.1.1" }, "239.2.2.2 *": { "source": "*", "group": "239.2.2.2" } }, "immediate_leave": True, "max_groups": 10, "enable": True, "version": 3, "oper_status": "up", "group": { "239.5.5.5": { "up_time": "00:21:00", "last_reporter": "10.1.2.1", "expire": "never" }, "239.6.6.6": { "up_time": "00:20:53", "last_reporter": "10.1.2.1", "expire": "never" }, "239.8.8.8": { "source": { "2.2.2.2": { "last_reporter": "10.1.2.1", "up_time": "00:20:34", "expire": "never" } } }, "239.7.7.7": { "source": { "2.2.2.1": { "last_reporter": "10.1.2.1", "up_time": "00:20:42", "expire": "never" } } } }, "static_group": { "239.7.7.7 2.2.2.1": { "source": "2.2.2.1", "group": "239.7.7.7" }, "239.5.5.5 *": { "source": "*", "group": "239.5.5.5" }, "239.6.6.6 *": { "source": "*", "group": "239.6.6.6" }, "239.8.8.8 2.2.2.2": { "source": "2.2.2.2", "group": "239.8.8.8" } }, "query_max_response_time": 15, "query_interval": 133 } }, "groups_count": 2 } } }
name = 'GLOBAL VARIABLE' def scope_func(): print('before initializing/assigning any local variables: ',locals()) pages = 10 print('after local variable declaration and assignment') print(locals()) # returns dictionary containing all local variable print('inside function name is : ', name) scope_func() print('outside function name is : ', name) print('\nall global varibles: ') print(globals())
class Complex: def __repr__(self): imag = self.imag sign = '+' if self.imag < 0: imag = -self.imag sign = '-' return f"{self.real} {sign} {imag}j" def __init__(self, real=None, imag=None): self.real = 0 if real == None else real; self.imag = 0 if imag == None else imag; def __add__(self, z): return Complex(self.real + z.real, self.imag + z.imag) def main(): z1 = Complex(96, 30); z2 = Complex(6, -42); print(' z1 =', z1); print(' z2 =', z2); z_sum = z1 + z2; print('z1 + z2 =', z_sum); if __name__ == '__main__': main()
def is_palindrome(phrase): """Is phrase a palindrome? Return True/False if phrase is a palindrome (same read backwards and forwards). >>> is_palindrome('tacocat') True >>> is_palindrome('noon') True >>> is_palindrome('robert') False Should ignore capitalization/spaces when deciding: >>> is_palindrome('taco cat') True >>> is_palindrome('Noon') True """ normalized = phrase.lower().replace(' ', '') return normalized == normalized[::-1]
# Databricks notebook source #setup the configuration for Azure Data Lake Storage Gen 2 configs = {"fs.azure.account.auth.type": "OAuth", "fs.azure.account.oauth.provider.type": "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider", "fs.azure.account.oauth2.client.id": "f62b9429-c55e-4ba4-bb93-bdfa4c0934b3", "fs.azure.account.oauth2.client.secret": dbutils.secrets.get(scope="keyvaultscope",key="keyvaultdatabricks1"), "fs.azure.account.oauth2.client.endpoint": "https://login.microsoftonline.com/e5eaa9eb-6662-451d-ab83-b25dc3376b45/oauth2/token"} dbutils.fs.mount( source = "abfss://data@adwdatalake.dfs.core.windows.net/", mount_point = "/mnt/adwdatalake", extra_configs = configs) # COMMAND ---------- #Unmounting when finished dbutils.fs.unmount("/mnt/adwdatalake")
# problem 53 # Project Euler __author__ = 'Libao Jin' __date__ = 'July 17, 2015' def factorial(n): if n <= 1: return 1 product = 1 while n > 1: product *= n n -= 1 return product def factorialSeries(n): fSeries = [] for i in range(n): if i == 0: fSeries.append(1) else: value = fSeries[i-1] * i fSeries.append(value) return fSeries def NChooseR(N, R): #nchooser = fSeries[N] / (fSeries[R] * fSeries[N-R]) nchooser = factorial(N) // (factorial(R) * factorial(N-R)) return nchooser def combinatoricSelection(start, end, BOUND): n = range(start, end+1) selectedSeries = [] for i in n: r = range(i) for j in r: nchooser = NChooseR(i, j) if nchooser > BOUND: selectedSeries.append((i, j, nchooser)) return (len(selectedSeries), selectedSeries) def solution(): selectedSeriesInfo = combinatoricSelection(1, 100, 1000000) for i,e in enumerate(selectedSeriesInfo): if i == 0: print(e) else: for j in e: print(j) #print(selectedSeriesInfo) solution()
#definimos bloque como conjunto de lineas que poseen una funcion # Presentación del programa print ("BIENVENIDO A 'TRANSFORMADOR DE CADENAS DE CARACTERES'") print ("") print ("Ingrese a continuación la cadena de caracteres que desea modificar:") cadena = input() #ingreso de la cadena a editar Cadena_Inicial = cadena #se guarda el valor inicial para luego mostrar al final del programa #bloque que impide que se ingrese una cadena de longitud 0 while len(cadena) == 0: print ("Debe ingresar al menos un caracter") cadena = input() #se solicita nuevamente la cadena #definicion de menu, opciones y cadena comparadora para utilizar más adelante menu = "MENU PRICIPAL\n\n0- Modo Comando\n1 – Cambiar todas las letras de minúsculas a MAYÚSCULAS.\n2 – Cambiar de minúscula a Mayúscula la primera letra de todas las palabras.\n3 – Cambiar de MAYÚSCULAS a minúsculas todas las letras.\n4 – Quitar todos los espacios a la izquierda del texto.\n5 – Quitar todos los espacios a la derecha del texto.\n6 – Reemplazar todas las ocurrencias de un carácter o palabra por otro\n7 – Cifrado utilizando cifrado Cesar.\n8 – Descifrado utilizando cifrado Cesar.\n9 – Salir\n10- Mostrar MENU\n11- Contacto" opciones = ["0","1","2","3","4","5","6","7","8","9","10","11"] cadena_comparadora= "abcdefghijklmnñopqrstuvwxyzABCDEFGHIJKLMNÑOPQRSTUVWXYZ .,_1234567890><!#$%&/()=?¡¿´+*[]{}_:;áéíóú" print (menu)#mostrar menu x = ""# variable con la que se va a trabajar para elegir las opciones del menu while x != "9": #mientras la opciion ingresada no sea la salida, se produce un bucle que permite hacer varias modificaciones a la cadena x = input("Ingrese la opción deseada: ")#se ingresa una opcion while x not in opciones: print ("La opción que Ud. ingresó no es válida")#si la misma no se encuentra dentro de la lista opciones, se pide ingresar nuevamente x = input("Ingrese la opción deseada: ") if x == "1": #opcion 1 Cambiar todas las letras de minúsculas a MAYÚSCULAS cadena = cadena.upper() elif x == "2": #opcion 2 Cambiar de minúscula a Mayúscula la primera letra de todas las palabras cadena = cadena.title () elif x == "3": #opcion 3 Cambiar de MAYÚSCULAS a minúsculas todas las letras. cadena = cadena.lower () elif x == "4": #opcion 4 Quitar todos los espacios a la izquierda del texto cadena = cadena.lstrip() elif x == "5": #opcion 5 Quitar todos los espacios a la derecha del texto. cadena = cadena.rstrip() elif x == "6": #opcion 6 Reemplazar todas las ocurrencias de un carácter o palabra por otro modificado = input("Ingrese caracter o palabra a sustituir ") modificador = input ("Ingrese caracter o palabra que sustituye ") if modificado in cadena: cadena = cadena.split(modificado) #separa y elimino las ocurrencias del modificado cadena = modificador.join(cadena) #une utilizando como nexo el modificador else: print ("La palabra a sustituir no existe en la cadena") #si el modificado ingresado, no se encuentra en cadena, desplega error elif x == "7": #opcion 7 Cifrado utilizando cifrado Cesar. print("Utilice valores positivos") despl = input("Ingrese el desplazamiento de cifrado ") a = "" for n in despl:#se verifica que los valores de desplazamiento sean numeros if n in "0123456789": a += n#se suman los caracteres numericos else: print("Error en el valor de desplazamiento ingresado") a=0 #en caso de error, se realiza transformacion con valor cero break #se utiliza break para que no se sigan agregando valores a la variable "a" a = int(a) cifrada = "" #cifrada es una cadena vacia en la que se agregaran los valores cifrados for i in cadena:#se recorre cada elemento de cadena x= cadena_comparadora.find(i) #se ubica dicho elemento en la cadena comparadora, asignandole un valor while x+a >= 97: # se define el rango en el que se buscaran los elementos en la cadena_comparadora (97 es la cantidad de elementos en la cadena_comparadora) a -= 97 cifrada += cadena_comparadora[x+a] #el valor agregado a cifrada es el elemento en la cadena comparadora en la posicion con el desplazamiento sumado cadena = cifrada elif x == "8": #opcion 8 Descifrado utilizando cifrado Cesar. print("Utilice valores positivos") despl = input("Ingrese el desplazamiento de decifrado ") a = "" for n in despl:#se verifica que los valores de desplazamiento sean numeros if n in "0123456789": a += n #se suman los caracteres numericos else: print("Error en el valor de desplazamiento ingresado") a=0 #en caso de error, se realiza transformacion con valor cero break #se utiliza break para que no se sigan agregando valores a la variable "a" a = int(a) cifrada = "" #cifrada es una cadena vacia en la que se agregaran los valores cifrados for i in cadena:#se recorre cada elemento de cadena x= cadena_comparadora.find(i) #se ubica dicho elemento en la cadena comparadora, asignandole un valor while x+a >= 97: # se define el rango en el que se buscaran los elementos en la cadena_comparadora (97 es la cantidad de elementos en la cadena_comparadora) a -= 97 cifrada += cadena_comparadora[x-a] #el valor agregado a cifrada es el elemento en la cadena comparadora en la posicion con el desplazamiento restado cadena = cifrada elif x== "11": #contacto print ("") print ("Contacto:\nPor consultas comuníquese via mail con nosotros: Micaela Olivera (micaela.olivera@correo.ucu.edu.uy) , Agustin Picos(agustin.picos@correo.ucu.edu.uy)\nMuchas gracias") elif x == "10": #mostrar menu print ("") print (menu) elif x == "0": #opcion 0 Modo Comando bucle = 1 #variable que indica que se realice un bucle de transformaciones dentro del modo comando while bucle ==1: cadena0 = cadena #se guarda la cadena sin transformar por si se producen errores de comando print("Modo Comando") comando = input ("Ingrese los comandos deseados: ") #se ingresa el comando comando = comando.split("|") #se separan los elementos divididos por 'pipe' for i in comando: #se recorren los comandos ingresados para proceder en orden de ingreso if i =="10":#menu x= "10" #opcion menu bucle = 0 #al ingresarse al menu se sale del modo comando print(menu) elif i =="9":#salir x= "9" # opcion salir bucle = 0#al ingresarse al menu se sale del modo comando elif i == "mM": cadena = cadena.upper() #Transforma texto a MAYUSCULAS elif i =="Mm": cadena = cadena.lower() #Transforma texto a minusculas elif i == "aA": cadena = cadena.title () #transforma texto a formato titulo elif i == "-espacio": cadena = cadena.strip() #quita los espacios a ambos lados del texto elif len(i) == 3 and i[1] == ">": # comprueba que el largo del comando que contiene '>' y la ubicacion del signo lista1 = i # usa un auxiliar para trabajar con el comando lista1 = lista1.split(">") # separa el comando en sus dos elementos de modificacion aux = cadena.split(lista1[0]) # se separa y quita el elemento modificado de la cadena aux2= lista1[1].join(aux) # se une la cadena mediante el elemento modificador cadena = aux2 elif i == "más>+": # Transforma las ocurrencias de 'más' por '+' if "más" in cadena: #se verifica que la opcion se encuentre en la cadena cadena = cadena.split("más")# quita y separa los 'más' cadena = "+".join(cadena) #une mediante '+' else: #en caso de que la cadena no contenga la palabra más (con tilde) print ("La palabra a sustituir no existe en la cadena") print ("") print (cadena) elif "cif " in i and "decif " not in i: #se verifica que 'cif ' este en el comando, pero que no sea 'decif ' el comando aux = i aux = aux.split(" ") #se separa el comando del valor de cifrado cifrada = "" #cadena en la que se agregan los elementos cifrados a = "" #variable donde se guarda el valor de cifrado cif = 1 for c in aux [1]: #se corrobora que el valor de cifrado ingresado por el usuario sean numeros if c in "0123456789": a += c else: #en caso de un error, se realiza una transformacion con valor 0 a = 0 cif =0 #indicador de error break a = int(a) if cif ==0: # error print ("Error en el comando cif ") else: for i in cadena: # recorre la cadena x = cadena_comparadora.find(i)#ubica el caracter en la cadena_comapradora while x+a>=97: #delimita el rango de busqueda dentro de la cadena_comparadora x-=97 cifrada += cadena_comparadora [x+a] # agrega el valor de cifrado cadena = cifrada elif "decif " in i:#se verifica que 'decif ' este en el comando aux = i aux = aux.split(" ") #se separa el comando del valor de cifrado cifrada = "" #cadena en la que se agregan los elementos cifrados a = "" #variable donde se guarda el valor de cifrado cif = 1 for c in aux [1]: #se corrobora que el valor de cifrado ingresado por el usuario sean numeros if c in "0123456789": a += c else: #en caso de un error, se realiza una transformacion con valor 0 a = 0 cif =0 #indicador de error break a = int(a) if cif ==0: # error print ("Error en el comando decif ") else: for i in cadena:# recorre la cadena x = cadena_comparadora.find(i)#ubica el caracter en la cadena_comapradora while x+a>=97: #delimita el rango de busqueda dentro de la cadena_comparadora x-=97 cifrada += cadena_comparadora [x-a] # agrega el valor de cifrado cadena = cifrada else: # si un comando no esta en las opciones de comando print ("El comando que Ud. ingresó no es válido") cadena = cadena0 #se vuelve a la cadena previa a las transformaciones if cadena != cadena0: #si se realizo alguna transformacion, se muestra el valor print ("") print (cadena) else:#si la opcion no esta en las opciones validas print ("La opción que Ud. ingresó no es válida") print("")#luego de cada transformacion se muestra el nuevo resultado print(cadena) print ("Usted ha finalizado el programa.") print ("Cadena Inicial",Cadena_Inicial) print ("Cadena final",cadena) a=input() #evita que se cierre el programa para que se pueda ver el resultado final
numero = int(input("")) if numero < 5 or numero > 2000: numero = int(input("")) par = 1 while par <= numero: if par % 2 == 0: numero_quadrado = par ** 2 print("{}^2 = {}".format(par, numero_quadrado)) par += 1
class Solution: def dailyTemperatures(self, temp: List[int]) -> List[int]: dp = [0] *len(temp) st = [] for i,n in enumerate(temp): while st and temp[st[-1]] < n : x = st.pop() dp[x] = i - x st.append(i) return dp
# Basic Calculator II: https://leetcode.com/problems/basic-calculator-ii/ # Given a string s which represents an expression, evaluate this expression and return its value. # The integer division should truncate toward zero. # Note: You are not allowed to use any built-in function which evaluates strings as mathematical expressions, such as eval(). # So this problem wants us to figure out expressions and honestly we have to worry about having the correct order of operations # Luckily we know that we can do any */ first and then any +- after so we could loop through the string twice doing the first # two and then the second two # Or we can use a stack and evaluate all */ as we go and then pop off the stack to evaluate the +- also this # is made even easier since we don't have negtives class Solution: def calculate(self, s: str) -> int: stack = [] # This is to get the editor to stop complaining operand = 0 sign = '+' for index in range(len(s)): if s[index].isdigit(): operand = (operand * 10) + int(s[index]) # My initial thought had me doing the above in a while loop # just to speed things up but because of the white chars # this is a simpler solution # while index < len(s) and s[index].isdigit(): # operand = (operand * 10) + int(s[index]) # index += 1 if s[index] in '+-/*' or index == len(s) - 1: if sign == "+": stack.append(operand) elif sign == "-": stack.append(-operand) elif sign == "*": stack.append(stack.pop()*operand) else: stack.append(int(stack.pop()/operand)) # Reset the values for next number operand = 0 sign = s[index] # Loop through and add everything because we have already done / * and made sure our numbers are negative if needed result = 0 while len(stack) != 0: result += stack.pop() return result # Score Card # Did I need hints? Nope # Did you finish within 30 min? 45 # Was the solution optimal? This is not the optimal solution you can use no stack in the above if you keep # a running result variable and a operand variable # Were there any bugs? Yes I had a slight hiccup with making sure we have negatives where they need to be # 5 3 3 3 = 3.5
#Adicionar dois números e mostrar a soma print("==========Exercicio 3 ==========") numero1 = int(input("Digite um número: ")) numero2 = int(input("Digite outro número: ")) print(numero1,"+",numero2,"=",numero1+numero2)
lanche = ['Hamburguer', 'Suco', 'Pizza', 'Pudim'] if 'Picolé' in lanche: lanche.remove('Picolé') print(lanche) valores = [8, 2, 5, 4, 9, 3, 0] print(valores) valores.sort() print(valores) valores.sort(reverse=True) print(valores)
#this it the graphics file to Sam's Battle Simulator #Copyright 2018 Henry Morin def title(): print(""" _______ _______ _______ _ _______ ______ _________________________ _______ _______________________ ( ____ ( ___ | | | ____ \ ( ___ \( ___ )__ __|__ __( \ ( ____ \ ( ____ \__ __( ) | ( \/ ( ) | () () |/| ( \/ | ( ) ) ( ) | ) ( ) ( | ( | ( \/ | ( \/ ) ( | () () | | (_____| (___) | || || | | (_____ | (__/ /| (___) | | | | | | | | (__ | (_____ | | | || || | (_____ ) ___ | |(_)| | (_____ ) | __ ( | ___ | | | | | | | | __) (_____ ) | | | |(_)| | ) | ( ) | | | | ) | | ( \ \| ( ) | | | | | | | | ( ) | | | | | | | /\____) | ) ( | ) ( | /\____) | | )___) ) ) ( | | | | | | (____/\ (____/\ /\____) |__) (__| ) ( | \_______)/ \|/ \| \_______) |/ \___/|/ \| )_( )_( (_______(_______/ \_______)_______// \| """) def monimg(): print(""" | \_ /; _.._ `\~--.._ //' ,(+=\\\\ `//////\ \\/;' /~ (\\\\ ~/////\~\`)' /; )))) `~' | ((`~/((((\ ;'_\'\ /')) ))))) /~/ '" "' _. /'/\_ /^\`((( \ `\/' _.-~/--/ ( =( | , | _/~\_)_}___/^\/~`\.__\|==| /uUUU) ) | | ( / | _-=o|\__ /'/~ \ ' /' | /(((((\`\( |~\/ /' | /' )))))"`\`\|/_/---.._,$$, .,ssS$$$Sss|._/_..-(((' )\)>>> ~\$ ,sS$$$$$$$$$$$|$$$$$$$ |/ //'~`o `\ ,$$$$$$$$$$$$$$|$$S$$$$' ( / \ ,$$$$$$$$$$$$S$$|$$$$$$$' | / ,s$$$ s$$$$$S$$$$$$$$$S|$$$$$$$$ | / $$$$$$ _~,$S""'' ``"S|$$S$$$$$" (_,`\, ,$$$$$$$; /~ ,"' / 'S$$$$$" \_./| s$$$$$$$$$$ (~' _, \==~~) / "'' \ | $$$$$$$$$$$$ (0\ /0/ \-' /' \ | | ,$$$$$$$$$$$$$, `/' ' _-~ |= \_-\ $$$$$$$$$$$$$$s (~~~) _.-~_- \ \ ,s|= | `"$$$$$$$$$$$$$$$ ( `-' )/>-~ _/-__ | |,$$$|_/, `"$$$$$$$$$$$$ /V^^^^V~/' _/~/~~ ~~-| |$$$$$$$$ "$$$$$$$$$$, / (^^^^),/' /' ) /S$$$$$$$; ,$$$$$$$$$$$, ,$$_ `~~~'.,/' / _-ss, /(/-(/-(/' ,s$$$$$$$$$$$$$ ,s$$$$$ssSS$$$' ,$'.s$$$$$$$$' (/-(/-(/-(/-(/' S$$$$$$$$$$$$$$ ,$$$$$$$$$$$$$' (/-(/-(/-(/-(/' _s$$$$$$$$$$$$$$ (/-(/-(/-(/-(/-' """)
p = int(input('Digite o primeiro termo: ' )) r = int(input('Digite a razão: ')) s = p x = 0 while x < 10: print(p, end='') print(end=' → ' if x < 9 else print(end=' → FIM')) p += r x += 1 print('Acima os primeiros dez termos da PA de razão {} e primeiro termo {}.'.format(r, s))
class SecunitError(Exception): ... class KeyNotInConfig(SecunitError): ... class InvalidFlaskEnv(SecunitError): ...
N = int(input()) waiting = list(map(int, input().split())) # 정렬 waiting.sort() time = 0 #기다리는 시간 total = 0 #기다리는 총 시간 for t in waiting: total += (time + t) #여태까지 기다린 시간 + 인출하는 시간 time += t #t만큼 시간 지남 print(total)
""" 应用: 文件的备份copy """ old_file = open("Test.txt", "r") result = old_file.readlines() print(result) # for循环开始进行copy写入 new_file = open("Test(附件).txt", "w") for line in result: new_file.write(line) old_file.close() new_file.close() """ 上面的例子直接readlines(),并不是完美的copy方法 如果文件过大,一点点的读取写入,内存问题,防止电脑变卡 在读取的时候,可以按行读取或者按照公司的字节读取(2014) """
class Limit: def __init__(self, ratio=1, knee=0, gain=1, enable=True): """ :param float ratio: the compression ratio (1 means no compression). ratio should usually between 0 and 1. :param float knee: the ratio where the compression starts to kick in. knee should usually be 0 <= knee <= ratio :param float gain: post limiter output gain. gain should usually be >= 0 """ # ratio and knee are properties, because we need to recompute _scale self.ratio = ratio self.knee = knee self.gain = gain self.enable = enable def __bool__(self): return self.enable and (self.gain != 1 or self.ratio < 1) def limit(self, value): if not (self.enable or self): return value overshoot = value - self.knee if overshoot >= 0: scale = (self.ratio - self.knee) / (1 - self.knee or 1) value = self.knee + overshoot * scale value = min(value, self.ratio) return value * self.gain def limit_colors(self, colors, math): if self: total = math.sum(colors) max_total = 3 * 255 * len(colors) average = total / max_total limit = self.limit(average) / average math.scale(colors, limit)
# Aula 12 - Desafio 37: Conversor de bases numericas # Leia um numero inteiro e peça pra usuario escolher a base de conversao: # 1 - p/ binario; 2 - p/ octal; 3 - hexadecimal num = int(input('Digite um numero: ')) print('Escolha uma das opçoes de conversao abaixo') print('[ 1 ] Binario | [ 2 ] Octal | [ 3 ] Hexadecimal') opcao = int(input('Sua opçao: ')) if opcao == 1: binario = bin(num) print(f'{num} em binario = \033[1;7m{binario[2:]}\033[m') # o [2:] tira os dois primeiros caracteres '0b' elif opcao == 2: octal = oct(num) print(f'{num} em octal = \033[1;7m{octal[2:]}\033[m') # o [2:] tira os dois primeiros caracteres '0o' elif opcao == 3: hexa = hex(num) print(f'{num} em hexadecimal = \033[1;7m{hexa[2:]}\033[m') # o [2:] tira os dois primeiros caracteres '0x' else: print('Opçao invalida!')
''' Gui/Views/Visualizer ____________________ Contains QTreeView, QWidget and PyQtGraph canvas definitions for visualizer displays. :copyright: (c) 2015 The Regents of the University of California. :license: GNU GPL, see licenses/GNU GPLv3.txt for more details. ''' __all__ = []
n=int(input()) L=input().split() k=dict() for i in range(len(L)): k[L[i]]=i L2=input().split() ans = 0 for i in range(n): for j in range(i+1,n): if k[L2[i]] < k[L2[j]]: ans+=1 print("{}/{}".format(ans,n*(n-1)//2))
''' Exercicio 007 Faça um Programa que calcule a área de um quadrado, em seguida mostre o dobro desta área para o usuário. ''' lado = float(input('Digite o valor do lado do quadrado: ')) dobroDaAreaQuadrado = lado * lado * 2 print(f'O dobro da área do quadrado equivale à {dobroDaAreaQuadrado:.2f}')
#1 Write a python program, which adds a new value with the given key in dict. dic = {"A":5,"B":9,"C":25} def new_value(key,value,d): d[key] = value return d #2 Write a python program which concat 2 dicts. def concat(d1,d2): d1.update(d2) return d1 # 3 Write a python program, which create a dictionary for given number N, where keys are numbers from 1 to N, and values are cubs of def cubes(N): d = {} for x in range(1, N): d[x]=x ** 3 return d #4 Write a python program which create dict from 2 lists with the same length def new_dic(l1,l2): dic = {} for i in range(0,len(l1)): dic[l1[i]] = l2[i] return dic #5 Write a python program which gets the maximum and minimum values of a dictionary. def max_min(d): l = list(d.values()) l.sort() return l[-1],l[0] #6 Write a python program which combines 2 dictionaries into one, if there is an element with the same key, appropriate element of combined dict will be an element with that key, and sum of values as value. def sum(d1,d2): for key,value in d2.items(): if key in d1.keys(): value = value + d1[key] d1[key]=value d1[key]=value return d1 #7 Write a python program which create dict from string, where keys are letters of string, values are counts of letters in string def new_dic_from_string(s): d = {} for i in range(0,len(s)): d[s[i]]=s.count(s[i]) return d def main(): s1 = {"A": 5, "B": 9, "C": 25} s2 = {"D": 5, "E": 10, "F": 25} l1 = [1, 2, 5, 6, 7] l2 = ["A", "B", "C", "D", "E"] print(new_value("A", 8, dic)) print(concat(s1,s2)) print(cubes(10)) print(new_dic(l1,l2)) print(max_min(s1)) print(sum(s1,s2)) print(new_dic_from_string("spring")) main()
prompt = """ <|endoftext|># I am a voice assistant. I execute commands on behalf of the user and answer their questions # I have access to the following APIs: # Spotipy import spotipy from spotipy.oauth2 import SpotifyOAuth as OAuth spotify = spotipy.Spotify(auth_manager=OAuth(scope="user-read-recently-played,user-read-playback-state,user-top-read,app-remote-control,streaming,user-library-modify")) # Kivy import kivy # Window is the window of the user # - Window.say: Say something to the user # Command: Say Hi return "Hi" # Command: List files inside the test directory from os import listdir return f"The files in the test directory are {listdir('./test')}" # Command: Who is Albert Einstein? return "Albert Einstein is physicist who developed the special and general theories of relativity, best known through the equation e=mc^2" # Command: Play "The painful way" after this one search = spotify.search("The painful way") track = search['tracks']['items'][0] spotify.add_to_queue(track['uri']) return f"Okay, I've queued up {track['name']} by {track['artists'][0]['name']}" # Command: What song am I currently playing? track = spotify.current_playback()['item'] return f"You are currently playing {track['name']} by {track['artists'][0]['name']}" # Command: Mark this song as my favorite track = spotify.current_playback()['item'] spotify.current_user_saved_tracks_add([track['uri']]) return f"Okay, I've added {track['name']} in your liked tracks" # Command: How much is e^i (-pi / 4) import math return f"The answer is {math.cos(-math.pi / 4) + 1j * math.sin(-math.pi / 4)}" # Command: What are the lyrics of the current track? import requests track = spotify.current_playback()['item'] response = requests.get(f"https://api.lyrics.ovh/v1/{track['artists'][0]['name']}/{track['name']}") lyrics = response.json()['lyrics'] return lyrics # Command: Play my favorite song import random tracks = spotify.current_user_saved_tracks()['items'] track = random.choice(tracks)['track'] spotify.add_to_queue(track['uri']) return f"Okay, I've queued up {track[f'name']} by {track['artists'][0]['name']}" """
""" Deep inverse problems in Python Multi-channel MRI forward operator """
__author__ = 'Jeffrey Seifried' __description__ = 'Scraping tools for getting me a damn Nintendo Switch' __email__ = 'jeffrey.seifried@gmail.com' __program__ = 'switch' __url__ = 'http://github.com/jeffseif/{}'.format(__program__) __version__ = '1.0.0' __year__ = '2017' HEADERS = { 'Accept': '*/*', 'Accept-Encoding': 'gzip, deflate, sdch', 'Accept-Language': 'en-US,en;q=0.8', 'Connection': 'keep-alive', 'Referer': 'https://www.google.com/', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36', # noqa } TTL = 600 # IO caches will be ignored after 10 minutes
class Player: """A person taking part in a game. The responsibility of Player is to record player moves and hints. Stereotype: Information Holder Attributes: _name (string): The player's name. _move (Move): The player's last move. """ def __init__(self, players=list): """The class constructor. Args: self (Player): an instance of Player. players (list): a list of player names """ self.__moves = {player: [] for player in players} def get_moves(self, player=str): """Returns a player's move/hint record. If the player hasn't moved yet this method returns None. Args: self (Player): an instance of Player. """ if player in self.__moves.keys(): return self.__moves[player] return None def record_move(self, player=str, move_hint=tuple): """Sets the player's last move to the given instance of Move. Args: self (Player): an instance of Player. move_hint (tuple): a tuple of strings of the player's move, followed by the resulting hint. """ self.__moves[player].append(move_hint)
class FibonacciImpl: arr = [0,1,1] def calculate(self, num: int): if num < len(self.arr): return self.arr[num] else: for i in range(len(self.arr)-1, num): new_fib = self.arr[i-1] + self.arr[i] self.arr.append(new_fib) return self.arr[num] fib_impl = FibonacciImpl() def fib(num): global fib_impl return fib_impl.calculate(num) def metod_fib(func, a, b, eps=0.001, sigma=0.001 / 10): N = int((b - a) / (2 * eps)) print('tyt N - ',N) x1 = a + fib(N - 2) / fib(N) * (b - a) x2 = a + fib(N - 1) / fib(N) * (b - a) for k in range(2, N - 2): if func(x1) <= func(x2): b = x2 x2 = x1 x1 = a + fib(N - k - 3) / fib(N - k - 1) * (b - a) else: a = x1 x1 = x2 x2 = a + fib(N - k - 2) / fib(N - k - 1) * (b - a) x2 = x1 + sigma if func(x1) <= func(x2): b = x2 else: a = x1 return (a + b) / 2
class Color(object): def __init__(self, rgb_value, name): self.rgb_value = rgb_value self.name = name if __name__ == "__main__": c = Color("#ff0000", "bright_red") print(c.name) c.name = "red"
def balanced_brackets(inp): # if odd number, can't be balanced if len(inp) % 2 is not 0: return False # opening brackets opening = set('[{(') s = [] # functions as a stack (last in, first out) for c in inp: # if no items in stack, add first character if len(s) is 0: s.append(c) else: # if character (c) is closing bracket and last item in stack is opening of same # style bracket, remove opening from stack if (s[-1] == "[" and c == "]") or (s[-1] == "{" and c == "}") or (s[-1] == "(" and c == ")"): s.pop() # if character is new opening, add to stack elif c in opening: s.append(c) # if character is not opening (closing) and is not paired with an opening, # unbalanced string (return false) else: return False # balanced if no leftover openings in stack (because all were removed due to # correct closing brackets) return len(s) is 0 print(balanced_brackets("([])[]({})") is True and balanced_brackets("([)]") is False and balanced_brackets("((()") is False)
#!/usr/bin/env python # -*- encoding: utf-8 -*- """ @File : constant.py @Contact : 379327479@qq.com @License : MIT @Modify Time @Author @Version @Description ------------ ------- -------- ----------- 2021/10/25 16:34 zxd 1.0 None """ APP_PACKAGE = 'com.ss.android.ugc.aweme' ACT_AD = '' ACT_MAIN = 'com.ss.android.ugc.aweme.main.MainActivity' ACT_SEARCH_RESULT = 'com.ss.android.ugc.aweme.search.activity.SearchResultActivity' ACT_USER_PROFILE = 'com.ss.android.ugc.aweme.profile.ui.UserProfileActivity' ACT_LIVE_DETAIL = 'com.ss.android.ugc.aweme.detail.ui.LiveDetailActivity' SUCCESS = 0 ERROR_ACTION_PARAMS = 10 LAUNCH_ERROR = 100 SEARCH_ERROR = 200 LIVE_ERROR = 300
def binarySearchSortedArray(nums, s): """ Args: {List<int>} nums {int} s Returns: {boolean} Whether s is in nums. """ # Write your code here. beginning = 0 end = len(nums) - 1 found = False while beginning <= end and not found: mid = (beginning + end) // 2 if nums[mid] == s: found = True else: if s <= nums[mid]: end = mid - 1 if s >= nums[mid]: beginning = mid + 1 return found
class Solution: def pathSum(self, root: TreeNode, sum: int) -> int: if not root: return 0 def dfs(root: TreeNode, sum: int) -> int: if not root: return 0 return (sum == root.val) + \ dfs(root.left, sum - root.val) + \ dfs(root.right, sum - root.val) return dfs(root, sum) + \ self.pathSum(root.left, sum) + \ self.pathSum(root.right, sum)
#!/usr/bin/env python3 # -*- coding:utf-8 -*- # @author JourWon # @date 2022/1/7 # @file ListNode.py def __init__(self, x): self.val = x self.next = None
#!/usr/bin/env python def main(): print("Start training") x_array = [1.0, 2.0, 3.0, 4.0, 5.0] # y = 2x + 3 y_array = [5.0, 7.0, 9.0, 11.0, 13.0] instance_number = len(x_array) learning_rate = 0.01 epoch_number = 100 w = 1.0 b = 1.0 for epoch_index in range(epoch_number): w_grad = 0.0 b_grad = 0.0 loss = 0.0 for i in range(instance_number): x = x_array[i] y = y_array[i] w_grad += -2.0 / instance_number * x * (y - w * x - b) b_grad += -2.0 / instance_number * (y - w * x - b) loss += 1.0 / instance_number * pow(y - w * x - b, 2) w -= learning_rate * w_grad b -= learning_rate * b_grad print("Epoch is: {} w is: {}, w is: {}, loss is: {}".format( epoch_index, w, b, loss)) if __name__ == "__main__": main()
def chunks(messageLength, chunkSize): chunkValues = [] for i in range(0, len(messageLength), chunkSize): chunkValues.append(messageLength[i:i+chunkSize]) return chunkValues def leftRotate(chunk, rotateLength): return ((chunk << rotateLength) | (chunk >> (32 - rotateLength))) & 0xffffffff def sha1(message): #initial hash values h0 = 0x67452301 h1 = 0xEFCDAB89 h2 = 0x98BADCFE h3 = 0x10325476 h4 = 0xC3D2E1F0 messageLength = "" #preprocessing for char in range(len(message)): messageLength += '{0:08b}'.format(ord(message[char])) temp = messageLength messageLength += '1' while(len(messageLength) % 512 != 448): messageLength += '0' messageLength += '{0:064b}'.format(len(temp)) chunk = chunks(messageLength, 512) for eachChunk in chunk: words = chunks(eachChunk, 32) w = [0] * 80 for n in range(0, 16): w[n] = int(words[n], 2) for i in range(16, 80): w[i] = leftRotate((w[i-3] ^ w[i-8] ^ w[i-14] ^ w[i-16]), 1) #Initialize hash value for this chunk: a = h0 b = h1 c = h2 d = h3 e = h4 #main loop: for i in range(0, 80): if 0 <= i <= 19: f = (b & c) | ((~b) & d) k = 0x5A827999 elif 20 <= i <= 39: f = b ^ c ^ d k = 0x6ED9EBA1 elif 40 <= i <= 59: f = (b & c) | (b & d) | (c & d) k = 0x8F1BBCDC elif 60 <= i <= 79: f = b ^ c ^ d k = 0xCA62C1D6 a, b, c, d, e = ((leftRotate(a, 5) + f + e + k + w[i]) & 0xffffffff, a, leftRotate(b, 30), c, d) h0 = h0 + a & 0xffffffff h1 = h1 + b & 0xffffffff h2 = h2 + c & 0xffffffff h3 = h3 + d & 0xffffffff h4 = h4 + e & 0xffffffff return '%08x%08x%08x%08x%08x' % (h0, h1, h2, h3, h4)
''' - Leetcode problem: 937 - Difficulty: Easy - Brief problem description: You have an array of logs. Each log is a space delimited string of words. For each log, the first word in each log is an alphanumeric identifier. Then, either: Each word after the identifier will consist only of lowercase letters, or; Each word after the identifier will consist only of digits. We will call these two varieties of logs letter-logs and digit-logs. It is guaranteed that each log has at least one word after its identifier. Reorder the logs so that all of the letter-logs come before any digit-log. The letter-logs are ordered lexicographically ignoring identifier, with the identifier used in case of ties. The digit-logs should be put in their original order. Return the final order of the logs. Example 1: Input: logs = ["dig1 8 1 5 1","let1 art can","dig2 3 6","let2 own kit dig","let3 art zero"] Output: ["let1 art can","let3 art zero","let2 own kit dig","dig1 8 1 5 1","dig2 3 6"] Constraints: 0 <= logs.length <= 100 3 <= logs[i].length <= 100 logs[i] is guaranteed to have an identifier, and a word after the identifier. - Solution Summary: - Used Resources: --- Bo Zhou ''' class Solution: def reorderLogFiles(self, logs: List[str]) -> List[str]: def sortFun(log): head, body = log.split(' ', 1) if body[0].isalpha(): return (0, body, head) else: return (1,) return sorted(logs, key=sortFun)
# -*- coding: utf-8 -*- """ Created on Fri Jan 29 14:53:39 2021 @author: akladke """ s = "azcbobobegghakl" count = 0 for i in range(len(s)): if s[i:i+3] == "bob": count += 1 print("Number of times bob occurs is: " + str(count))
def add_arg(*args, **kwargs): """Used for shell argument parsing""" return (args, kwargs) def escape(str): """Precede all special characters with a backslash.""" out = '' for char in str: if char in '\\ ': out += '\\' out += char return out def unescape(str): """Undoes the effects of the escape() function.""" out = '' prev_backslash = False for char in str: if not prev_backslash and char == '\\': prev_backslash = True continue out += char prev_backslash = False return out def align_cell(fmt, elem, width): """Returns an aligned element.""" if fmt == "<": return elem + ' ' * (width - len(elem)) if fmt == ">": return ' ' * (width - len(elem)) + elem return elem def column_print(fmt, rows, print_func): """Prints a formatted list, adjusting the width so everything fits. fmt contains a single character for each column. < indicates that the column should be left justified, > indicates that the column should be right justified. The last column may be a space which imples left justification and no padding. """ # Figure out the max width of each column num_cols = len(fmt) width = [max(0 if isinstance(row, str) else len(row[i]) for row in rows) for i in range(num_cols)] for row in rows: if isinstance(row, str): # Print a seperator line print_func(' '.join([row * width[i] for i in range(num_cols)])) else: print_func(' '.join([align_cell(fmt[i], row[i], width[i]) for i in range(num_cols)]))
""" 1) Data structure: Dictionary, Tuple, Set Assignment 1) create dictionary of user data 2) Create list of user data dictionary with minimum of 10 user data 3) create 5 dictionaries which have list values """ # [] = List # {} = Dictionary # () = Tuple dictionary_variable = { 'name': 'Kiran', 'address': 'home', 'mobile_number': 7760675005 } print(dictionary_variable) print(dictionary_variable['name']) print(dictionary_variable.get('mobile_number', "Key does not found.")) print(dictionary_variable.get('contact_number', "Key does not found.")) print(dictionary_variable.keys()) print(dictionary_variable.values()) print(dictionary_variable.items()) contact_no = dictionary_variable['mobile_number'] dictionary_variable.pop('mobile_number') print(dictionary_variable) print(dictionary_variable) dictionary_variable['contact_no'] = contact_no print(dictionary_variable) dict_01 = [ {'test1': 'test2', 'test3': 'test4'}, {'test5': [ {'test6': 'test7', 'test8': 'test9'}, {'test10': 'test11', 'test12': 'test13'} ] } ] dict_02 = { 'test1': 'test2', 'test3': [ { 'test4': 'test5', 'test6': ['test7', 'test8' ] }, [{'test9': 'test10'}, 'test11', {'test12': 'test13', 'test14': 'print_me'}] , {'test15': 'print_me_2'} ] } print(dict_02) print(dict_02['test3'][1][2]['test14']) print(dict_02['test3'][2]['test15']) dictionary_variable = { 'name': 'Samarthview', 'address': 'Vishrantwadi', 'mobile_number': 7760675005} print(dictionary_variable['name'],['address'],['mobile_number']) dictionary_variable = { 'name': 'Kakde', 'address': 'Pune', 'mobile_number': 7760675005} print(dictionary_variable) dictionary_variable = { 'name': 'Inorbitmall', 'address': 'Wadi,Pune', 'mobile_number': 7760675005} dictionary_variable = { 'name': 'Inorbitmall', 'address': 'Wadi,Pune', 'company': 'Samarthview', 'Class': 'Phyton03', 'Locality': 'Sathebiscut company', 'mobile_number': 8087004247} print(dictionary_variable['name'],['address'],['company'],['Class'],['Locality'],['mobile_number'])
n, k = map(int, input().split()) participants = list(map(int, input().split())) target_score = participants[k - 1] total = 0 for participant in participants: if participant >= target_score and participant > 0: total += 1 print(total)
'''Exercício Python 73: Crie uma tupla preenchida com os 20 primeiros colocados da Tabela do Campeonato Brasileiro de Futebol, na ordem de colocação. Depois mostre: a) Os 5 primeiros times. b) Os últimos 4 colocados. c) Times em ordem alfabética. d) Em que posição está o time da Bragantino.''' print('-='*10) print('{:=^20}'.format('Desafio 73')) print('-='*10) tabela=('Internacional','São Paulo','Atlético-MG','Flamengo','Palmeiras','Grêmio','Fluminense','Santos','Corinthians','Bragantino','Athletico-PR','Ceará','Atlético-GO','Sport','Bahia','Vasco','Fortaleza','Coritiba','Goiás','Botafogo') print(f'\nO G-6 atual do campeonato é composto por: ') for c in range(0,6): print(f'\n{c+1}º {tabela[c]}') print('-='*10) print(f'\nO Z-4 atual do campeonato é composto por: ') for c in range(16,20): print(f'\n{c + 1}º {tabela[c]}') print('-='*10) print(f'Os times da tabela é ordem alfabética são : ') for c in range(0,20): print(f'\n{c+1}º {sorted(tabela)[c]}') user=str(input('Para qual time você torce? ')).strip() while tabela.count(user)==0: print(f'\nNome do time inválido.\nTente novamente') user = str(input('Para qual time você torce? ')).strip() print(f'\nO seu time está na {tabela.index(user)+1}º posição na classificação')
""" Advent of Code 2017 17 16 15 14 13 18 5 4 3 12 19 6 1 2 11 20 7 8 9 10 21 22 23---> ... Input was: 368078 Answer is: 65, (-4, -4) = 369601 """ DIR_RIGHT = 1 DIR_UP = 2 DIR_LEFT = 3 DIR_DOWN = 4 i = 1 data = { (0,0): 1 } # key = coords, val = position data_vals = { (0,0): 1 } x = 0 y = 0 minmax_x = [ 0, 0 ] minmax_y = [ 0, 0 ] cur_dir = DIR_RIGHT while i <= 368078: data[ (x,y) ] = i # Calcuate sum of surrounding numbers if x == 0 and y == 0: total = 1 else: total = 0 if (x+1,y) in data_vals: total += data_vals[ (x+1,y) ] if (x+1,y-1) in data_vals: total += data_vals[ (x+1,y-1) ] if (x,y-1) in data_vals: total += data_vals[ (x,y-1) ] if (x-1,y-1) in data_vals: total += data_vals[ (x-1,y-1) ] if (x-1,y) in data_vals: total += data_vals[ (x-1,y) ] if (x-1,y+1) in data_vals: total += data_vals[ (x-1,y+1) ] if (x,y+1) in data_vals: total += data_vals[ (x,y+1) ] if (x+1,y+1) in data_vals: total += data_vals[ (x+1,y+1) ] data_vals[ (x,y) ] = total print( '{0}, {1} = {2}'.format( i, (x,y), total ) ) if total > 368078: print( 'DONE' ) break # Advance position around the spiral if cur_dir == DIR_RIGHT: x += 1 elif cur_dir == DIR_UP: y -= 1 elif cur_dir == DIR_LEFT: x -= 1 else: y += 1 # If we're at the "end" of this spiral direction, make a turn if x > minmax_x[ 1 ]: minmax_x[ 1 ] = x cur_dir += 1 elif y < minmax_y[ 0 ]: minmax_y[ 0 ] = y cur_dir += 1 elif x < minmax_x[ 0 ]: minmax_x[ 0 ] = x cur_dir += 1 elif y > minmax_y[ 1 ]: minmax_y[ 1 ] = y cur_dir += 1 if cur_dir > 4: cur_dir = 1 i += 1
# https://leetcode.com/problems/find-all-anagrams-in-a-string/ class Solution(object): # Submitted by Jiganesh # TC : O(LenP * LenS) # SC : O(LenP + LenS) # Runtime: 148 ms, faster than 50.90% of Python online submissions for Find All Anagrams in a String. # Memory Usage: 14.2 MB, less than 92.80% of Python online submissions for Find All Anagrams in a String. def findAnagrams(self, s, p): """ :type s: str :type p: str :rtype: List[int] """ dictP = {i : 0 for i in p} dictS = {i : 0 for i in s} lens, lenp = len(s), len(p) # storing frequency of all the characters in p in dictP for i in p: dictP[i]+=1 startingPointer = 0 result=[] while startingPointer<lens: # after every iteration adding the next character dictS[s[startingPointer]]+=1 # if the length by adding new character has increased from given length of p # deleting the previous character which will be at startingPointer-lenp # automatically given the frequency of all the elements in the window if startingPointer>=lenp : dictS[s[startingPointer-lenp]]-=1 # checking if the window are valid anagrams by comparing the frequency of all the elements in the window for j in dictP: # if some element is not present in the window then it is not valid anagram # if element is present then the frequecy must be equal # if frequency is not equal the also it is not valid anagram # hence break the loop if j not in dictS or (j in dictS and dictS[j] != dictP[j]): break else: # if the loop is not broken then it is a valid anagram # add the starting index to the result result.append(startingPointer-lenp+1) startingPointer+=1 return result print(Solution().findAnagrams("cbaebabacd", "abc")) print(Solution().findAnagrams("abab", "ab")) print(Solution().findAnagrams("aa", "bb"))
""" note that the whole configuration is passed in the form of a Python dictionary """ { # App metadadta 'service_metadata': { 'service_name': 'iris', 'service_version': '0.1', }, # Configure the dataset loader to help loading the data from the CSV file 'dataset_loader_train': { # type of dataset loader to use '__factory__': 'expose.dataset.Table', 'path': 'iris.data', 'names': [ 'sepal length', 'sepal width', 'petal length', 'petal width', 'species', ], 'target_column': 'species', 'sep': ',', 'nrows': 100, }, 'dataset_loader_test': { '__factory__': 'expose.dataset.Table', 'path': 'iris.data', 'names': [ 'sepal length', 'sepal width', 'petal length', 'petal width', 'species', ], 'target_column': 'species', 'sep': ',', 'skiprows': 100, }, 'model': { '__factory__': 'sklearn.linear_model.LogisticRegression', 'C': 0.3, }, 'grid_search': { 'param_grid': { 'C': [0.1, 0.3, 1.0], }, 'verbose': 4, 'n_jobs': -1, }, 'model_persister': { '__factory__': 'expose.persistence.CachedUpdatePersister', 'update_cache_rrule': {'freq': 'HOURLY'}, 'impl': { '__factory__': 'expose.persistence.Database', 'url': 'sqlite:///iris-model.db', }, }, 'predict_service': { '__factory__': 'expose.server.PredictService', 'mapping': [ ('sepal length', 'float'), ('sepal width', 'float'), ('petal length', 'float'), ('petal width', 'float'), ], }, 'alive': { 'process_store_required': ('model',), }, }
a,b,c,d = map(int, input().split()) if b > c and d > a and (c+d) > (a+b) and c > 0 and d > 0 and a%2 == 0: print("Valores aceitos") else: print("Valores nao aceitos")
# creo el string letters = "abcdefghij" numbers = "0123456789" # La sintáxis del slicing es la siguiente string[start:end:step] # start = start || start es el indice en el que empieza el slice # end = end-1 || end es el elemento en el que termina el slice # step = step || step es el avance del slice (por defecto es 1, es decir, si no se introduce, es como si se introdujese un 1) # Un slice es como un bucle (pero no es un bucle) que se usa solo para obtener fragmentos de objetos iterables. Al igual que en los bucles convencionales que usan un contador # y su condición de salida es el valor maximo que debe tomar el contador # Para hacer una correcta comparación con un bucle convencional voy a hacer un bucle con un estructura parecida a la que tendria un slice si fuera realmente un bucle: iterador = start = 0 end = 5 step = 2 while iterador < end: # do something print("iterador: " + str(iterador))#yo imprimo el iterador para mostrar el funcionamiento con el step distinto a 1, pero el objetivo de un splice no es imprimir el slice, # sino devolverlo para poder usarlo print("letra: " + letters[iterador])#en el caso del slice de las letras print("numero: " + numbers[iterador])#en el caso del slice de los numeros iterador += step #imprimo del primero al 5 print(string[0:5]) # imprime del indice 0 al quinto elemento (indice 4) print(string[1:5]) # imprime del indice 1 al quinto elemento (indice 4) print(string[5:]) # imprime del indice 5 hasta el final print(numbers[0:5]) # imprime del indice 0 al quinto elemento (indice 4) print(numbers[1:5]) # imprime del indice 1 al quinto elemento (indice 4) print(numbers[5:]) # imprime del indice 5 hasta el final # Viendo el output genedado decuzco que al hacer un slice, el primer indice indica el indice donde empieza el slice, mientras que el segundo indice indica el elemento donde acaba # Esto seria lo mismo que decir que el primer indice introducido lo trata tal cuál se introduce, sin embargo, al segundo indice se le resta una unidad # Para copiar una lista sin que se vinculen la nueva y la copiada se copia usando un slice de toda la lista lista1 = list(range(10)) lista2 = lista1[:] #no hace falta poner el step lista1.append(10) print(lista1) print(lista2)
def get_all_directions_values(row, col, board): total = 0 total += int(board[0][col]) total += int(board[-1][col]) total += int(board[row][0]) total += int(board[row][-1]) return total def outside_board(shoot): row, col = shoot return 0 > row or row > 6 or 0 > col or col > 6 def bullseye(shoot, board): row, col = shoot if board[row][col] == 'B': return True return False def other_hit_conditions(shoot, current_player, board): row, col = shoot if board[row][col].isdigit(): current_player[1] -= int(board[row][col]) elif board[row][col] == 'D': total = get_all_directions_values(row, col, board) current_player[1] -= total * 2 elif board[row][col] == 'T': total = get_all_directions_values(row, col, board) current_player[1] -= total * 3 def play(player_names, board): player_1 = [player_names[0], 501, 0] player_2 = [player_names[1], 501, 0] turn = 1 while True: current_player = player_2 if turn % 2 == 0 else player_1 shoot = [int(n) for n in input().lstrip('(').rstrip(')').split(', ')] current_player[2] += 1 if outside_board(shoot): turn += 1 continue elif bullseye(shoot, board): return current_player[2], current_player[0] else: other_hit_conditions(shoot, current_player, board) if current_player[1] <= 0: return current_player[2], current_player[0] turn += 1 def create_board(): board = [] for _ in range(7): board.append(input().split(' ')) return board player_names = input().split(', ') board = create_board() winner = play(player_names, board) print(f'{winner[1]} won the game with {winner[0]} throws!')
bridgelist = [] with open('input.txt') as infile: for line in infile.readlines(): i, o = line.strip().split('/') i, o = int(i), int(o) bridgelist.append((i,o,)) def build_bridge(bridgelist, already_used=None, current_value=0, connector_used=0): if already_used == None: already_used = ((0,0),) cur_max = 0 for candidate in filter(lambda x: connector_used in x, bridgelist): if candidate not in already_used: begin, end = candidate connects_to = end if begin == connector_used else begin used_now = already_used + (candidate,) value = build_bridge(bridgelist, already_used=used_now, current_value=(current_value+sum(candidate)), connector_used=connects_to) if value > cur_max: cur_max = value if cur_max != 0: return cur_max else: print('Found end of bridge') return current_value print(build_bridge(bridgelist))
# https://leetcode.com/explore/featured/card/top-interview-questions-easy/92/array/727/ class Solution: def removeDuplicates(self, nums: list[int]) -> int: length = 0 curNum = None for idx in range(len(nums)): if nums[idx] != curNum: curNum = nums[idx] nums[length] = curNum length += 1 return length, nums nums = [1, 1, 2] length, nums = Solution().removeDuplicates(nums) print(length, nums) nums = [0, 0, 1, 1, 1, 2, 2, 3, 3, 4] length, nums = Solution().removeDuplicates(nums) print(length, nums)
class workspaceApiPara: getWorkspace_POST_request = {"ad_group_list": {"type": list, "default": []}} setWorkspace_POST_request = {}, updateWorkspace_POST_request = {}, getWorkspace_GET_response = {}, setWorkspace_POST_response = {} updateWorkspace_POST_response = {}
#Crie um programa que leia a idade e o sexo de várias pessoas. A cada pessoa cadastrada, o programa deverá perguntar se o usuário quer ou não continuar. No final, mostre: #A) quantas pessoas tem mais de 18 anos. #B) quantos homens foram cadastrados. #C) quantas mulheres tem menos de 20 anos. maiores = homens = mulheres = 0 while True: print('-'*20) print('CADASTRE UMA PESSOA') print('-'*20) idade = int(input('Idade: ')) if idade >= 18: maiores += 1 sexo = str(input('Sexo [M/F]: ')).strip().upper() while sexo != 'M' and sexo != 'F': print('Opção Inválida!') sexo = str(input('Sexo [M/F]: ')).strip().upper() if sexo == 'M': homens += 1 if sexo == 'F' and idade < 20: mulheres += 1 print('-'*20) escolha = str(input('Deseja continuar? [S/N] ')).strip().upper() while escolha != 'S' and escolha != 'N': print('Opção Inválida!') escolha = str(input('Deseja continuar? [S/N] ')).strip().upper() if escolha == 'N': break print('-'*20) print('PROGRAMA FINALIZADO!') print('-'*20) print(f'Total de pessoas com mais de 18 anos: {maiores}') print(f'Ao todo temos {homens} homens cadastrados') print(f'E temos {mulheres} mulheres com menos de 20 anos') print('-'*20)
expected_output = { "interfaces": { "Port-channel1": { "name": "Port-channel1", "protocol": "lacp", "members": { "GigabitEthernet2": { "interface": "GigabitEthernet2", "oper_key": 1, "admin_key": 1, "port_num": 1, "lacp_port_priority": 32768, "flags": "SA", "activity": "auto", "state": "bndl", "bundled": True, "port_state": 61, }, "GigabitEthernet3": { "interface": "GigabitEthernet3", "oper_key": 1, "admin_key": 1, "port_num": 1, "lacp_port_priority": 32768, "flags": "SA", "activity": "auto", "state": "bndl", "bundled": True, "port_state": 61, }, }, }, "Port-channel2": { "name": "Port-channel2", "protocol": "lacp", "members": { "GigabitEthernet4": { "interface": "GigabitEthernet4", "oper_key": 2, "admin_key": 2, "port_num": 1, "lacp_port_priority": 32768, "flags": "SA", "state": "bndl", "activity": "auto", "bundled": True, "port_state": 61, }, "GigabitEthernet5": { "interface": "GigabitEthernet5", "oper_key": 2, "admin_key": 2, "port_num": 1, "lacp_port_priority": 32768, "flags": "SA", "activity": "auto", "state": "bndl", "bundled": True, "port_state": 61, }, "GigabitEthernet6": { "interface": "GigabitEthernet6", "oper_key": 2, "admin_key": 2, "port_num": 1, "lacp_port_priority": 32768, "flags": "SA", "activity": "auto", "state": "bndl", "bundled": True, "port_state": 61, }, }, }, } }
#Kullanıcıdan alınan değer uzunluktaki bir dizi içindeki üçün katları için "Fizz", beşin katları için "Buzz", #hem beş hem de üçün katları için "FizzBuzz", her üçü de değilse sayının kendisini yazdırır. def fizzbuzz(number): if number%3==0 and number%5==0: return "FIZZBUZZ !" elif number%3==0 and number%5!=0: return "Fizz" elif number%3!=0 and number%5==0: return "Buzz" else: return "Your input is not valid for fizz/buzz calculation" while True: num=int(input("\nWrite a number: ")) print(fizzbuzz(num)) print("") isContinue=int(input("Do you want to calculate again?\n1) Yes OTHERS) No\nYour choice: ")) if isContinue!=1: break
# # PySNMP MIB module CONTIVITY-INFO-V1-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/CONTIVITY-INFO-V1-MIB # Produced by pysmi-0.3.4 at Wed May 1 12:26:50 2019 # On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4 # Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15) # Integer, OctetString, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "Integer", "OctetString", "ObjectIdentifier") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ValueSizeConstraint, ConstraintsIntersection, ConstraintsUnion, SingleValueConstraint, ValueRangeConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueSizeConstraint", "ConstraintsIntersection", "ConstraintsUnion", "SingleValueConstraint", "ValueRangeConstraint") contivity, = mibBuilder.importSymbols("NEWOAK-MIB", "contivity") NotificationGroup, ModuleCompliance = mibBuilder.importSymbols("SNMPv2-CONF", "NotificationGroup", "ModuleCompliance") MibScalar, MibTable, MibTableRow, MibTableColumn, Bits, Counter32, TimeTicks, IpAddress, Counter64, NotificationType, Gauge32, Integer32, Unsigned32, iso, ModuleIdentity, MibIdentifier, ObjectIdentity = mibBuilder.importSymbols("SNMPv2-SMI", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "Bits", "Counter32", "TimeTicks", "IpAddress", "Counter64", "NotificationType", "Gauge32", "Integer32", "Unsigned32", "iso", "ModuleIdentity", "MibIdentifier", "ObjectIdentity") TextualConvention, DisplayString = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "DisplayString") snmpAgentInfo_ces = ModuleIdentity((1, 3, 6, 1, 4, 1, 2505, 1, 15)).setLabel("snmpAgentInfo-ces") snmpAgentInfo_ces.setRevisions(('1900-08-07 22:30',)) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): if mibBuilder.loadTexts: snmpAgentInfo_ces.setRevisionsDescriptions(('Added snmpAgentInfo-Utilities-RevDate-ces, snmpAgentInfo-Utilities-Rev-ces, snmpAgentInfo-Utilities-ServerRev-ces ',)) if mibBuilder.loadTexts: snmpAgentInfo_ces.setLastUpdated('0008072230Z') if mibBuilder.loadTexts: snmpAgentInfo_ces.setOrganization('Nortel Networks,Inc.') if mibBuilder.loadTexts: snmpAgentInfo_ces.setContactInfo('support@nortelnetworks.com Postal: Nortel Networks,Inc. 80 Central St. Boxboro, MA 01719 Tel: +1 978 264 7100 E-Mail: support@nortelnetworks.com') if mibBuilder.loadTexts: snmpAgentInfo_ces.setDescription('on the Convitiy Extranet Switch.') snmpAgentInfo_Utilities_ces = MibIdentifier((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1)).setLabel("snmpAgentInfo-Utilities-ces") snmpAgentInfo_Utilities_Ping_ces = MibIdentifier((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1)).setLabel("snmpAgentInfo-Utilities-Ping-ces") snmpAgentInfo_Utilities_RevDate_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 1), DisplayString()).setLabel("snmpAgentInfo-Utilities-RevDate-ces").setMaxAccess("readonly") if mibBuilder.loadTexts: snmpAgentInfo_Utilities_RevDate_ces.setStatus('mandatory') if mibBuilder.loadTexts: snmpAgentInfo_Utilities_RevDate_ces.setDescription('This value should match the LAST-UPDATED value in the MIB.') snmpAgentInfo_Utilities_Rev_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 2), Integer32()).setLabel("snmpAgentInfo-Utilities-Rev-ces").setMaxAccess("readonly") if mibBuilder.loadTexts: snmpAgentInfo_Utilities_Rev_ces.setStatus('mandatory') if mibBuilder.loadTexts: snmpAgentInfo_Utilities_Rev_ces.setDescription('This is an integer that is increment for each change in the implementation of the MIB since the LAST-UPDATED date/time.') snmpAgentInfo_Utilities_ServerRev_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 3), DisplayString()).setLabel("snmpAgentInfo-Utilities-ServerRev-ces").setMaxAccess("readonly") if mibBuilder.loadTexts: snmpAgentInfo_Utilities_ServerRev_ces.setStatus('mandatory') if mibBuilder.loadTexts: snmpAgentInfo_Utilities_ServerRev_ces.setDescription('This is the major and minor version numbers for the server image it is compatible with.') pingAddress_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 4), IpAddress()).setLabel("pingAddress-ces") if mibBuilder.loadTexts: pingAddress_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingAddress_ces.setDescription('') pingRepetitions_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 2147483647))).setLabel("pingRepetitions-ces") if mibBuilder.loadTexts: pingRepetitions_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingRepetitions_ces.setDescription('') pingPacketSize_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(64, 4076))).setLabel("pingPacketSize-ces") if mibBuilder.loadTexts: pingPacketSize_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingPacketSize_ces.setDescription('') pingSrcAddress_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 7), IpAddress()).setLabel("pingSrcAddress-ces") if mibBuilder.loadTexts: pingSrcAddress_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingSrcAddress_ces.setDescription('') pingTable_ces = MibTable((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 8), ).setLabel("pingTable-ces") if mibBuilder.loadTexts: pingTable_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingTable_ces.setDescription('') pingEntry_ces = MibTableRow((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 8, 1), ).setLabel("pingEntry-ces").setIndexNames((0, "CONTIVITY-INFO-V1-MIB", "pingAddress-ces"), (0, "CONTIVITY-INFO-V1-MIB", "pingRepetitions-ces"), (0, "CONTIVITY-INFO-V1-MIB", "pingPacketSize-ces"), (0, "CONTIVITY-INFO-V1-MIB", "pingSrcAddress-ces")) if mibBuilder.loadTexts: pingEntry_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingEntry_ces.setDescription('') pingAverageTime_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 8, 1, 1), Integer32()).setLabel("pingAverageTime-ces").setMaxAccess("readonly") if mibBuilder.loadTexts: pingAverageTime_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingAverageTime_ces.setDescription('Possible Values: -1 indicates that the address could not be pinged. -2 indicates that the instance specified did not conform to valid IP address. A value other than -1 is the average of pings. If the value is 0, then the average ping time is less than 16ms') pingPercentLoss_ces = MibScalar((1, 3, 6, 1, 4, 1, 2505, 1, 15, 1, 1, 8, 1, 2), Integer32()).setLabel("pingPercentLoss-ces").setMaxAccess("readonly") if mibBuilder.loadTexts: pingPercentLoss_ces.setStatus('mandatory') if mibBuilder.loadTexts: pingPercentLoss_ces.setDescription('Possible Values: -1 indicates that the address could not be pinged. -2 indicates that the instance specified did not conform to valid IP address. A value other than -1 is the percentage of pings loss') mibBuilder.exportSymbols("CONTIVITY-INFO-V1-MIB", PYSNMP_MODULE_ID=snmpAgentInfo_ces, snmpAgentInfo_Utilities_Rev_ces=snmpAgentInfo_Utilities_Rev_ces, pingAddress_ces=pingAddress_ces, snmpAgentInfo_Utilities_Ping_ces=snmpAgentInfo_Utilities_Ping_ces, pingRepetitions_ces=pingRepetitions_ces, snmpAgentInfo_Utilities_RevDate_ces=snmpAgentInfo_Utilities_RevDate_ces, pingTable_ces=pingTable_ces, pingAverageTime_ces=pingAverageTime_ces, pingPacketSize_ces=pingPacketSize_ces, snmpAgentInfo_Utilities_ServerRev_ces=snmpAgentInfo_Utilities_ServerRev_ces, pingSrcAddress_ces=pingSrcAddress_ces, snmpAgentInfo_ces=snmpAgentInfo_ces, pingPercentLoss_ces=pingPercentLoss_ces, snmpAgentInfo_Utilities_ces=snmpAgentInfo_Utilities_ces, pingEntry_ces=pingEntry_ces)
def domain_name(url): st = url.replace("http://", "") tt = st.replace("https://","") ut = tt.replace("www.","") s = ut.split(".") return s[0] print(domain_name("http://github.com/carbonfive/raygun"))
START_INITIALIZATION_PD = 'START_INIT_PD' BASE_FOR_ACCEPT = 'PD_' CORRECT = 'PD_CORRECT' WRONG = 'PD_WRONG' BASE_FOR_PD_MENU = 'MENU_EDIT_' BACK = 'MENU_EDIT_BCK' REMOVE_KEYBOARD = 'MENU_EDIT_RMV_KBRD' MENU_EDIT_PD_MAIN = 'MENU_EDIT_PD_MAIN' MENU_EDIT_PD_PD = 'MENU_EDIT_PD_PD' MENU_EDIT_CONTACTS = 'MENU_EDIT_CNTCTS' MENU_EDIT_PASSPORT = 'MENU_EDIT_PSSPRT' MENU_EDIT_CLOSE_PERSON = 'MENU_EDIT_CLS_PRSN' BASE_FOR_EDITING = 'EDIT_PD_' # For personal data "Личные данные" (After EDIT_PD_PD) EDIT_PD_FIRST_NAME = 'EDIT_PD_FRST_NM' EDIT_PD_LAST_NAME = 'EDIT_PD_LST_NM' EDIT_PD_MIDDLE_NAME = 'EDIT_PD_MDDL_NM' EDIT_PD_GENDER = 'EDIT_PD_GNDR' EDIT_PD_BIRTHDAY = 'EDIT_PD_BRTHD' # For personal data "Контакты" (After MENU_EDIT_CONTACTS) EDIT_PD_EMAIL = 'EDIT_PD_EMAIL' EDIT_PD_PHONE_NUMBER = 'EDIT_PD_PHONE_NUMBER' EDIT_PD_ADDRESS_REGISTRATION = 'EDIT_PD_ADDRESS_REGISTRATION' EDIT_PD_ADDRESS_RESIDENCE = 'EDIT_PD_ADDRESS_RESIDENCE' # For personal data "Паспорт" (After MENU_EDIT_PASSPORT) EDIT_PD_PASSPORT_SERIAL = 'EDIT_PD_PASSPORT_SERIAL' EDIT_PD_PASSPORT_NUMBER = 'EDIT_PD_PASSPORT_NUMBER' EDIT_PD_PASSPORT_ISSUED_BY = 'EDIT_PD_PASSPORT_ISSUED_BY' EDIT_PD_PASSPORT_ISSUED_AT = 'EDIT_PD_PASSPORT_ISSUED_AT' # For personal data "Близкий человек" (After MENU_EDIT_CLOSE_NAME) EDIT_PD_CLOSE_PERSON_NAME = 'EDIT_PD_CLOSE_PERSONA_NAME' EDIT_PD_CLOSE_PERSON_PHONE = 'EDIT_PD_CLOSE_PERSONA_PHONE' EDIT_PD_CLOSE_PERSON_ADDRESS = 'EDIT_PD_CLOSE_PERSONA_ADDRESS'
class BrainError(Exception): """ base class of brain_plasma exceptions """ pass class BrainNamespaceNameError(BrainError): pass class BrainNamespaceRemoveDefaultError(BrainError): pass class BrainNamespaceNotExistError(BrainError): pass class BrainNameNotExistError(BrainError): pass class BrainNameLengthError(BrainError): pass class BrainNameTypeError(BrainError): pass class BrainClientDisconnectedError(BrainError): pass class BrainLearnNameError(BrainError): pass class BrainRemoveOldNameValueError(BrainError): pass class BrainUpdateNameError(BrainError): pass
print('-='*20) print('Analizador de triangulos') print('-='*20) r1 = float(input('Primeiro segmento: ')) r2 = float(input('Segundo segmento: ')) r3 = float(input('Terceiro segmento: ')) if r1 < r2 + r3 and r2 <r1 + r3 and r3 < r1 +r2: print('Os segmentos acima PODEM FORMAR triangulo') else: print('Os segmentos NÃO PODEM formar triangulo')
fullSWOF2DPath='../FullSWOF_2D' def getFullSWOF2DPath(): return fullSWOF2DPath
# INSTRUCTIONS # ------------ # Create ```config.py``` in this folder, take this file as reference. # ```config.py``` will not be committed to Git, added in .gitignore # Add project settings and API_KEYS here... NEWS_API_KEY = ""
# -*- coding: utf-8 -*- ''' File name: code\maximum_path_sum_ii\sol_67.py Author: Vaidic Joshi Date created: Oct 20, 2018 Python Version: 3.x ''' # Solution to Project Euler Problem #67 :: Maximum path sum II # # For more information see: # https://projecteuler.net/problem=67 # Problem Statement ''' By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 37 4 2 4 6 8 5 9 3 That is, 3 + 7 + 4 + 9 = 23. Find the maximum total from top to bottom in triangle.txt (right click and 'Save Link/Target As...'), a 15K text file containing a triangle with one-hundred rows. NOTE: This is a much more difficult version of Problem 18. It is not possible to try every route to solve this problem, as there are 299 altogether! If you could check one trillion (1012) routes every second it would take over twenty billion years to check them all. There is an efficient algorithm to solve it. ;o) ''' # Solution # Solution Approach ''' '''
# # PySNMP MIB module DIFF-SERV-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/DIFF-SERV-MIB # Produced by pysmi-0.3.4 at Wed May 1 12:23:07 2019 # On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4 # Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15) # Integer, OctetString, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "Integer", "OctetString", "ObjectIdentifier") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") SingleValueConstraint, ValueRangeConstraint, ConstraintsIntersection, ConstraintsUnion, ValueSizeConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "SingleValueConstraint", "ValueRangeConstraint", "ConstraintsIntersection", "ConstraintsUnion", "ValueSizeConstraint") ifIndex, = mibBuilder.importSymbols("IF-MIB", "ifIndex") InetAddressType, InetAddress = mibBuilder.importSymbols("INET-ADDRESS-MIB", "InetAddressType", "InetAddress") BurstSize, = mibBuilder.importSymbols("INTEGRATED-SERVICES-MIB", "BurstSize") NotificationGroup, ObjectGroup, ModuleCompliance = mibBuilder.importSymbols("SNMPv2-CONF", "NotificationGroup", "ObjectGroup", "ModuleCompliance") Unsigned32, ModuleIdentity, MibIdentifier, mib_2, MibScalar, MibTable, MibTableRow, MibTableColumn, Counter32, Integer32, TimeTicks, zeroDotZero, Bits, ObjectIdentity, NotificationType, Gauge32, IpAddress, iso, Counter64 = mibBuilder.importSymbols("SNMPv2-SMI", "Unsigned32", "ModuleIdentity", "MibIdentifier", "mib-2", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "Counter32", "Integer32", "TimeTicks", "zeroDotZero", "Bits", "ObjectIdentity", "NotificationType", "Gauge32", "IpAddress", "iso", "Counter64") DisplayString, RowStatus, TimeStamp, TextualConvention, RowPointer = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "RowStatus", "TimeStamp", "TextualConvention", "RowPointer") diffServMib = ModuleIdentity((1, 3, 6, 1, 2, 1, 12345)) diffServMib.setRevisions(('2000-07-13 00:00',)) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): if mibBuilder.loadTexts: diffServMib.setRevisionsDescriptions(('Initial version, published as RFC xxxx.',)) if mibBuilder.loadTexts: diffServMib.setLastUpdated('200007130000Z') if mibBuilder.loadTexts: diffServMib.setOrganization('IETF Diffserv WG') if mibBuilder.loadTexts: diffServMib.setContactInfo(' Brian Carpenter (co-chair of Diffserv WG) c/o iCAIR 1890 Maple Ave, #150 Evanston, IL 60201, USA Phone: +1 847 467 7811 E-mail: brian@icair.org Kathleen Nichols (co-chair of Diffserv WG) Packet Design E-mail: nichols@packetdesign.com Fred Baker (author) Cisco Systems 519 Lado Drive Santa Barbara, CA 93111, USA E-mail: fred@cisco.com Kwok Ho Chan (author) Nortel Networks 600 Technology Park Drive Billerica, MA 01821, USA E-mail: khchan@nortelnetworks.com Andrew Smith (author) E-mail: ah-smith@pacbell.net') if mibBuilder.loadTexts: diffServMib.setDescription('This MIB defines the objects necessary to manage a device that uses the Differentiated Services Architecture described in RFC 2475 and the Informal Management Model for DiffServ Routers in draft-ietf-diffserv-model-04.txt.') diffServObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 12345, 1)) diffServTables = MibIdentifier((1, 3, 6, 1, 2, 1, 12345, 2)) diffServMIBConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 12345, 3)) class Dscp(TextualConvention, Integer32): description = 'The IP header Diffserv Code-Point that may be used for discriminating or marking a traffic stream. The value -1 is used to indicate a wildcard i.e. any value.' status = 'current' displayHint = 'd' subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(ValueRangeConstraint(-1, -1), ValueRangeConstraint(0, 63), ) class SixTupleClfrL4Port(TextualConvention, Integer32): description = 'A value indicating a Layer-4 protocol port number.' status = 'current' displayHint = 'd' subtypeSpec = Integer32.subtypeSpec + ValueRangeConstraint(0, 65535) class IfDirection(TextualConvention, Integer32): description = "Specifies a direction of data travel on an interface. 'inbound' traffic is operated on during reception from the interface, while 'outbound' traffic is operated on prior to transmission on the interface." status = 'current' subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2)) namedValues = NamedValues(("inbound", 1), ("outbound", 2)) diffServClassifierTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 1), ) if mibBuilder.loadTexts: diffServClassifierTable.setReference('[MODEL] section 4.1') if mibBuilder.loadTexts: diffServClassifierTable.setStatus('current') if mibBuilder.loadTexts: diffServClassifierTable.setDescription('The classifier table defines the classifiers that are applied to traffic arriving at this interface in a particular direction. Specific classifiers are defined by RowPointers in the entries of this table which identify entries in filter tables of specific types, e.g. Multi-Field Classifiers (MFCs) for IP are defined in the diffServSixTupleClfrTable. Other classifier types may be defined elsewhere.') diffServClassifierEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServClassifierIfDirection"), (0, "DIFF-SERV-MIB", "diffServClassifierTcb"), (0, "DIFF-SERV-MIB", "diffServClassifierId")) if mibBuilder.loadTexts: diffServClassifierEntry.setStatus('current') if mibBuilder.loadTexts: diffServClassifierEntry.setDescription('An entry in the classifier table describes a single element of the classifier.') diffServClassifierIfDirection = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1, 1), IfDirection()) if mibBuilder.loadTexts: diffServClassifierIfDirection.setStatus('current') if mibBuilder.loadTexts: diffServClassifierIfDirection.setDescription('Specifies the direction for which this classifier entry applies on this interface.') diffServClassifierTcb = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1, 2), Unsigned32()) if mibBuilder.loadTexts: diffServClassifierTcb.setStatus('current') if mibBuilder.loadTexts: diffServClassifierTcb.setDescription('Specifies the TCB of which this classifier element is a part. Lower numbers indicate an element that belongs to a classifier that is part of a TCB that is, at least conceptually, applied to traffic before those with higher numbers - this is necessary to resolve ambiguity in cases where different TCBs contain filters that overlap with each other. A manager wanting to create a new TCB should either first search this table for existing entries and pick a value for this variable that is not currently represented - some form of pseudo- random choice is likely to minimise collisions. After successful creation of a conceptual row using the chosen value, the manager should check again that there are no other rows with this value that have been created by a different manager that could, potentially, interfere with the classifier elements that are desired.') diffServClassifierId = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1, 3), Unsigned32()) if mibBuilder.loadTexts: diffServClassifierId.setStatus('current') if mibBuilder.loadTexts: diffServClassifierId.setDescription('A classifier ID that enumerates the classifier elements. The set of such identifiers spans the whole agent. Managers should obtain new values for row creation in this table by reading diffServClassifierNextFree.') diffServClassifierFilter = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1, 4), RowPointer().clone((0, 0))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServClassifierFilter.setStatus('current') if mibBuilder.loadTexts: diffServClassifierFilter.setDescription('A pointer to a valid entry in another table that describes the applicable classification filter, e.g. an entry in diffServSixTupleClfrTable. If the row pointed to does not exist, the classifier is ignored. The value zeroDotZero is interpreted to match anything not matched by another classifier - only one such entry may exist in this table.') diffServClassifierNext = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1, 5), RowPointer()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServClassifierNext.setStatus('current') if mibBuilder.loadTexts: diffServClassifierNext.setDescription('This selects the next datapath element to handle packets matching the filter pattern. For example, this can point to an entry in a meter, action, algorithmic dropper or queue table. If the row pointed to does not exist, the classifier element is ignored.') diffServClassifierPrecedence = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1, 6), Unsigned32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServClassifierPrecedence.setStatus('current') if mibBuilder.loadTexts: diffServClassifierPrecedence.setDescription('The relative precedence in which classifiers are applied: higher numbers represent classifiers with higher precedence. Classifiers with the same precedence must be unambiguous i.e. they must define non-overlapping patterns, and are considered to be applied simultaneously to the traffic stream. Classifiers with different precedence may overlap in their filters: the classifier with the highest precedence that matches is taken. On a given interface, there must be a complete classifier in place at all times for the first TCB (lowest value of diffServClassifierTcb) in the ingress direction. This means that there will always be one or more filters that match every possible pattern that could be presented in an incoming packet. There is no such requirement for subsequent TCBs in the ingress direction, nor for any TCB in the egress direction.') diffServClassifierStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 1, 1, 7), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServClassifierStatus.setStatus('current') if mibBuilder.loadTexts: diffServClassifierStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of a classifier. Any writable variable may be modified whether the row is active or notInService.') diffServClassifierNextFree = MibScalar((1, 3, 6, 1, 2, 1, 12345, 1, 1), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServClassifierNextFree.setStatus('current') if mibBuilder.loadTexts: diffServClassifierNextFree.setDescription('This object yields a value when read that is currently-unused for a diffServClassifierId instance. If a configuring system attempts to create a new row in the diffServClassifierTable using this value, that operation will fail if the value has, in the meantime, been used to create another row that is currently valid.') diffServSixTupleClfrTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 2), ) if mibBuilder.loadTexts: diffServSixTupleClfrTable.setReference('[MODEL] section 4.2.2') if mibBuilder.loadTexts: diffServSixTupleClfrTable.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrTable.setDescription('A table of IP Six-Tuple Classifier filter entries that a system may use to identify IP traffic.') diffServSixTupleClfrEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1), ).setIndexNames((0, "DIFF-SERV-MIB", "diffServSixTupleClfrId")) if mibBuilder.loadTexts: diffServSixTupleClfrEntry.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrEntry.setDescription('An IP Six-Tuple Classifier entry describes a single filter.') diffServSixTupleClfrId = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 1), Unsigned32()) if mibBuilder.loadTexts: diffServSixTupleClfrId.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrId.setDescription('A unique identifier for the filter. Filters may be shared by multiple interfaces in the same system. Managers should obtain new values for row creation in this table by reading diffServSixTupleClfrNextFree.') diffServSixTupleClfrDstAddrType = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 2), InetAddressType()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrDstAddrType.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrDstAddrType.setDescription('The type of IP destination address used by this classifier entry.') diffServSixTupleClfrDstAddr = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 3), InetAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrDstAddr.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrDstAddr.setDescription("The IP address to match against the packet's destination IP address.") diffServSixTupleClfrDstAddrMask = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 4), Unsigned32()).setUnits('bits').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrDstAddrMask.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrDstAddrMask.setDescription('The length of a mask for the matching of the destination IP address. Masks are constructed by setting bits in sequence from the most-significant bit downwards for diffServSixTupleClfrDstAddrMask bits length. All other bits in the mask, up to the number needed to fill the length of the address diffServSixTupleClfrDstAddr are cleared to zero. A zero bit in the mask then means that the corresponding bit in the address always matches.') diffServSixTupleClfrSrcAddrType = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 5), InetAddressType()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrSrcAddrType.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrSrcAddrType.setDescription('The type of IP source address used by this classifier entry.') diffServSixTupleClfrSrcAddr = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 6), InetAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrSrcAddr.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrSrcAddr.setDescription('The IP address to match against the source IP address of each packet.') diffServSixTupleClfrSrcAddrMask = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 7), Unsigned32()).setUnits('bits').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrSrcAddrMask.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrSrcAddrMask.setDescription('The length of a mask for the matching of the source IP address. Masks are constructed by setting bits in sequence from the most- significant bit downwards for diffServSixTupleClfrSrcAddrMask bits length. All other bits in the mask, up to the number needed to fill the length of the address diffServSixTupleClfrSrcAddr are cleared to zero. A zero bit in the mask then means that the corresponding bit in the address always matches.') diffServSixTupleClfrDscp = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 8), Dscp().clone(-1)).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrDscp.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrDscp.setDescription('The value that the DSCP in the packet must have to match this entry. A value of -1 indicates that a specific DSCP value has not been defined and thus all DSCP values are considered a match.') diffServSixTupleClfrProtocol = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrProtocol.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrProtocol.setDescription('The IP protocol to match against the IPv4 protocol number in the packet. A value of zero means match all.') diffServSixTupleClfrDstL4PortMin = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 10), SixTupleClfrL4Port()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrDstL4PortMin.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrDstL4PortMin.setDescription('The minimum value that the layer-4 destination port number in the packet must have in order to match this classifier entry.') diffServSixTupleClfrDstL4PortMax = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 11), SixTupleClfrL4Port().clone(65535)).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrDstL4PortMax.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrDstL4PortMax.setDescription('The maximum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. This value must be equal to or greater that the value specified for this entry in diffServSixTupleClfrDstL4PortMin.') diffServSixTupleClfrSrcL4PortMin = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 12), SixTupleClfrL4Port()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrSrcL4PortMin.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrSrcL4PortMin.setDescription('The minimum value that the layer-4 source port number in the packet must have in order to match this classifier entry.') diffServSixTupleClfrSrcL4PortMax = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 13), SixTupleClfrL4Port().clone(65535)).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrSrcL4PortMax.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrSrcL4PortMax.setDescription('The maximum value that the layer-4 source port number in the packet must have in oder to match this classifier entry. This value must be equal to or greater that the value specified for this entry in dsSixTupleIpSrcL4PortMin.') diffServSixTupleClfrStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 2, 1, 14), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSixTupleClfrStatus.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of a classifier. Any writable variable may be modified whether the row is active or notInService.') diffServSixTupleClfrNextFree = MibScalar((1, 3, 6, 1, 2, 1, 12345, 1, 2), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServSixTupleClfrNextFree.setStatus('current') if mibBuilder.loadTexts: diffServSixTupleClfrNextFree.setDescription('This object yields a value when read that is currently-unused for a diffServSixTupleClfrId instance. If a configuring system attempts to create a new row in the diffServSixTupleClfrTable using this value, that operation will fail if the value has, in the meantime, been used to create another row that is currently valid.') diffServMeterTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 3), ) if mibBuilder.loadTexts: diffServMeterTable.setReference('[MODEL] section 5.1') if mibBuilder.loadTexts: diffServMeterTable.setStatus('current') if mibBuilder.loadTexts: diffServMeterTable.setDescription('This table enumerates generic meters that a system may use to police a stream of traffic. The traffic stream to be metered is determined by the element(s) upstream of the meter i.e. by the object(s) that point to each entry in this table. This may include all traffic on an interface. Specific meter details are to be found in diffServMeterSpecific.') diffServMeterEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 3, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServMeterIfDirection"), (0, "DIFF-SERV-MIB", "diffServMeterId")) if mibBuilder.loadTexts: diffServMeterEntry.setStatus('current') if mibBuilder.loadTexts: diffServMeterEntry.setDescription('An entry in the meter table describing a single meter.') diffServMeterIfDirection = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 3, 1, 1), IfDirection()) if mibBuilder.loadTexts: diffServMeterIfDirection.setStatus('current') if mibBuilder.loadTexts: diffServMeterIfDirection.setDescription('Specifies the direction for which this meter entry applies on this interface.') diffServMeterId = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 3, 1, 2), Unsigned32()) if mibBuilder.loadTexts: diffServMeterId.setStatus('current') if mibBuilder.loadTexts: diffServMeterId.setDescription('This identifies a meter entry. Managers should obtain new values for row creation in this table by reading diffServMeterNextFree.') diffServMeterSucceedNext = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 3, 1, 3), RowPointer().clone((0, 0))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServMeterSucceedNext.setStatus('current') if mibBuilder.loadTexts: diffServMeterSucceedNext.setDescription('If the traffic does conform to the meter, this indicates the next datapath element to handle the traffic e.g. an Action or another Meter datapath element. The value zeroDotZero in this variable indicates no further Diffserv treatment is performed on this traffic by the current interface for this interface direction. If the row pointed to does not exist, the meter element is considered inactive.') diffServMeterFailNext = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 3, 1, 4), RowPointer().clone((0, 0))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServMeterFailNext.setStatus('current') if mibBuilder.loadTexts: diffServMeterFailNext.setDescription('If the traffic does not conform to the meter, this indicates the next datapath element to handle the traffic e.g. an Action or Meter datapath element. The value zeroDotZero in this variable indicates no further Diffserv treatment is performed on this traffic by the current interface for this interface direction. If the row pointed to does not exist, the meter element is considered inactive.') diffServMeterSpecific = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 3, 1, 5), ObjectIdentifier()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServMeterSpecific.setStatus('current') if mibBuilder.loadTexts: diffServMeterSpecific.setDescription('This indicates the behaviour of the meter by pointing to a table containing detailed parameters. Note that entries in that specific table must be managed explicitly. One example of a valid object would be diffServTBMeterTable, whose entries are indexed by the same variables as this table, for describing an instance of a token-bucket meter.') diffServMeterStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 3, 1, 6), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServMeterStatus.setStatus('current') if mibBuilder.loadTexts: diffServMeterStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of a meter. Any writable variable may be modified whether the row is active or notInService.') diffServMeterNextFree = MibScalar((1, 3, 6, 1, 2, 1, 12345, 1, 3), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServMeterNextFree.setStatus('current') if mibBuilder.loadTexts: diffServMeterNextFree.setDescription('This object yields a value when read that is currently-unused for a diffServMeterId instance. If a configuring system attempts to create a new row in the diffServMeterTable using this value, that operation will fail if the value has, in the meantime, been used to create another row that is currently valid.') diffServTBMeterTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 4), ) if mibBuilder.loadTexts: diffServTBMeterTable.setReference('[MODEL] section 5.1.3') if mibBuilder.loadTexts: diffServTBMeterTable.setStatus('current') if mibBuilder.loadTexts: diffServTBMeterTable.setDescription('This table enumerates specific token-bucket meters that a system may use to police a stream of traffic. Such meters are modelled here as having a single rate and a burst size. Multiple meter elements may be logically cascaded using their diffServMeterSucceedNext pointers if a multi-rate token bucket is needed. One example of this might be for an AF PHB implementation that used two-rate meters. Such cascading of meter elements of specific type of token-bucket indicates forwarding behaviour that is functionally equivalent to a multi- rate meter: the sequential nature of the representation is merely a notational convenience for this MIB. Entries in this table share indexing with a parent diffServMeterEntry although they must be managed (e.g. created/deleted) by explicit management action, independently of the associated value of diffServMeterSpecific.') diffServTBMeterEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 4, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServMeterIfDirection"), (0, "DIFF-SERV-MIB", "diffServMeterId")) if mibBuilder.loadTexts: diffServTBMeterEntry.setStatus('current') if mibBuilder.loadTexts: diffServTBMeterEntry.setDescription('An entry that describes a single token-bucket meter, indexed by the same variables as a diffServMeterEntry.') diffServTBMeterRate = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 4, 1, 1), Unsigned32()).setUnits('kilobits per second').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServTBMeterRate.setStatus('current') if mibBuilder.loadTexts: diffServTBMeterRate.setDescription('The token-bucket rate, in kilobits per second (kbps).') diffServTBMeterBurstSize = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 4, 1, 2), BurstSize()).setUnits('Bytes').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServTBMeterBurstSize.setStatus('current') if mibBuilder.loadTexts: diffServTBMeterBurstSize.setDescription('The maximum number of bytes in a single transmission burst. The interval over which the burst is to be measured can be derived as diffServTBMeterBurstSize*8*1000/diffServTBMeterRate.') diffServTBMeterStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 4, 1, 3), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServTBMeterStatus.setStatus('current') if mibBuilder.loadTexts: diffServTBMeterStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of a meter. Any writable variable may be modified whether the row is active or notInService.') diffServActionTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 5), ) if mibBuilder.loadTexts: diffServActionTable.setReference('[MODEL] section 6.') if mibBuilder.loadTexts: diffServActionTable.setStatus('current') if mibBuilder.loadTexts: diffServActionTable.setDescription('The Action Table enumerates actions that can be performed to a stream of traffic. Multiple actions can be concatenated. For example, after marking a stream of traffic exiting from a meter, a device can then perform a count action of the conforming or non-conforming traffic. Specific actions are indicated by diffServActionSpecific which points to another object which describes the action in further detail.') diffServActionEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 5, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServActionIfDirection"), (0, "DIFF-SERV-MIB", "diffServActionId")) if mibBuilder.loadTexts: diffServActionEntry.setStatus('current') if mibBuilder.loadTexts: diffServActionEntry.setDescription('An entry in the action table describing the actions applied to traffic arriving at its input.') diffServActionIfDirection = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 5, 1, 1), IfDirection()) if mibBuilder.loadTexts: diffServActionIfDirection.setStatus('current') if mibBuilder.loadTexts: diffServActionIfDirection.setDescription('Specifies the direction for which this action entry applies on this interface.') diffServActionId = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 5, 1, 2), Unsigned32()) if mibBuilder.loadTexts: diffServActionId.setStatus('current') if mibBuilder.loadTexts: diffServActionId.setDescription('This identifies the action entry. Managers should obtain new values for row creation in this table by reading diffServActionNextFree.') diffServActionNext = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 5, 1, 3), RowPointer().clone((0, 0))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServActionNext.setStatus('current') if mibBuilder.loadTexts: diffServActionNext.setDescription('The Next pointer indicates the next datapath element to handle the traffic. For example, a queue datapath element. The value zeroDotZero in this variable indicates no further DiffServ treatment is performed on this flow by the current interface for this interface direction. If the row pointed to does not exist, the action element is considered inactive.') diffServActionSpecific = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 5, 1, 4), ObjectIdentifier()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServActionSpecific.setStatus('current') if mibBuilder.loadTexts: diffServActionSpecific.setDescription('A pointer to an object instance providing additional information for the type of action indicated by this action table entry. For the standard actions defined by this MIB module, this should point to one of the following: a diffServDscpMarkActEntry, a diffServCountActEntry, the diffServAbsoluteDropAction OID. For other actions, it may point to an object instance defined in some other MIB.') diffServActionStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 5, 1, 5), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServActionStatus.setStatus('current') if mibBuilder.loadTexts: diffServActionStatus.setDescription('The RowStatus variable controls the activation, deactivation or deletion of an action element. Any writable variable may be modified whether the row is active or notInService.') diffServActionNextFree = MibScalar((1, 3, 6, 1, 2, 1, 12345, 1, 4), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServActionNextFree.setStatus('current') if mibBuilder.loadTexts: diffServActionNextFree.setDescription('This object yields a value when read that is currently-unused for a diffServActionId instance. If a configuring system attempts to create a new row in the diffServActionTable using this value, that operation will fail if the value has, in the meantime, been used to create another row that is currently valid.') diffServDscpMarkActTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 6), ) if mibBuilder.loadTexts: diffServDscpMarkActTable.setReference('[MODEL] section 6.1') if mibBuilder.loadTexts: diffServDscpMarkActTable.setStatus('current') if mibBuilder.loadTexts: diffServDscpMarkActTable.setDescription('This table enumerates specific DSCPs used for marking or remarking the DSCP field of IP packets. The entries of this table may be referenced by a diffServActionSpecific attribute that points to diffServDscpMarkActTable.') diffServDscpMarkActEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 6, 1), ).setIndexNames((0, "DIFF-SERV-MIB", "diffServDscpMarkActDscp")) if mibBuilder.loadTexts: diffServDscpMarkActEntry.setStatus('current') if mibBuilder.loadTexts: diffServDscpMarkActEntry.setDescription('An entry in the DSCP mark action table that describes a single DSCP used for marking.') diffServDscpMarkActDscp = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 6, 1, 1), Dscp()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServDscpMarkActDscp.setStatus('current') if mibBuilder.loadTexts: diffServDscpMarkActDscp.setDescription('The DSCP that this Action uses for marking/remarking traffic. Note that a DSCP value of -1 is not permitted in this table. It is quite possible that the only packets subject to this Action are already marked with this DSCP. Note also that Diffserv may result in packet remarking both on ingress to a network and on egress from it and it is quite possible that ingress and egress would occur in the same router.') diffServCountActTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 7), ) if mibBuilder.loadTexts: diffServCountActTable.setReference('[MODEL] section 6.5') if mibBuilder.loadTexts: diffServCountActTable.setStatus('current') if mibBuilder.loadTexts: diffServCountActTable.setDescription('This table contains counters for all the traffic passing through an action element.') diffServCountActEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 7, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServActionIfDirection"), (0, "DIFF-SERV-MIB", "diffServActionId")) if mibBuilder.loadTexts: diffServCountActEntry.setStatus('current') if mibBuilder.loadTexts: diffServCountActEntry.setDescription('An entry in the count action table that describes a single set of traffic counters. Entries in this table share indexing with those in the base diffServActionTable although they must be managed (e.g. created/deleted) by explicit management action, independently of the associated value of diffServActionSpecific.') diffServCountActOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 7, 1, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServCountActOctets.setStatus('current') if mibBuilder.loadTexts: diffServCountActOctets.setDescription('The number of octets at the Action datapath element. On high speed devices, this object implements the least significant 32 bits of diffServcountActHCOctets. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of diffServCountActDiscontTime for this entry.') diffServCountActHCOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 7, 1, 2), Counter64()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServCountActHCOctets.setStatus('current') if mibBuilder.loadTexts: diffServCountActHCOctets.setDescription('The number of octets at the Action datapath element. This object should be used on high speed interfaces. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of diffServCountActDiscontTime for this entry.') diffServCountActPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 7, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServCountActPkts.setStatus('current') if mibBuilder.loadTexts: diffServCountActPkts.setDescription('The number of packets at the Action datapath element. On high speed devices, this object implements the least significant 32 bits of diffServcountActHCPkts. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of diffServCountActDiscontTime for this entry.') diffServCountActHCPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 7, 1, 4), Counter64()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServCountActHCPkts.setStatus('current') if mibBuilder.loadTexts: diffServCountActHCPkts.setDescription('The number of packets at the Action datapath element. This object should be used on high speed interfaces. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of diffServCountActDiscontTime for this entry.') diffServCountActDiscontTime = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 7, 1, 5), TimeStamp()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServCountActDiscontTime.setStatus('current') if mibBuilder.loadTexts: diffServCountActDiscontTime.setDescription("The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.") diffServCountActStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 7, 1, 6), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServCountActStatus.setStatus('current') if mibBuilder.loadTexts: diffServCountActStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of this entry. Any writable variable may be modified whether the row is active or notInService.') diffServAbsoluteDropAction = ObjectIdentity((1, 3, 6, 1, 2, 1, 12345, 1, 6)) if mibBuilder.loadTexts: diffServAbsoluteDropAction.setStatus('current') if mibBuilder.loadTexts: diffServAbsoluteDropAction.setDescription('This object identifier may be used as the value of a diffServActionSpecific pointer in order to indicate that all packets following this path are to be dropped unconditionally at this point. It is likely, but not required, that this action will be preceded by a counter action.') diffServAlgDropTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 8), ) if mibBuilder.loadTexts: diffServAlgDropTable.setReference('[MODEL] section 7.1.3') if mibBuilder.loadTexts: diffServAlgDropTable.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropTable.setDescription('The algorithmic drop table contains entries describing an element that drops packets according to some algorithm.') diffServAlgDropEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServAlgDropIfDirection"), (0, "DIFF-SERV-MIB", "diffServAlgDropId")) if mibBuilder.loadTexts: diffServAlgDropEntry.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropEntry.setDescription('An entry describes a process that drops packets according to some algorithm. Further details of the algorithm type are to be found in diffServAlgDropType and may be pointed to by diffServAlgDropSpecific.') diffServAlgDropIfDirection = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 1), IfDirection()) if mibBuilder.loadTexts: diffServAlgDropIfDirection.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropIfDirection.setDescription('Specifies the direction for which this algorithmic dropper entry applies on this interface.') diffServAlgDropId = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 2), Unsigned32()) if mibBuilder.loadTexts: diffServAlgDropId.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropId.setDescription('This identifies the drop action entry. Managers should obtain new values for row creation in this table by reading diffServAlgDropNextFree.') diffServAlgDropType = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("other", 1), ("tailDrop", 2), ("headDrop", 3), ("randomDrop", 4)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServAlgDropType.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropType.setDescription('The type of algorithm used by this dropper. A value of tailDrop(2) or headDrop(3) represents an algorithm that is completely specified by this MIB. A value of other(1) requires further specification in some other MIB module. The tailDrop(2) algorithm is described as follows: diffServAlgDropQThreshold represents the depth of the queue diffServAlgDropQMeasure at which all newly arriving packets will be dropped. The headDrop(3) algorithm is described as follows: if a packet arrives when the current depth of the queue diffServAlgDropQMeasure is at diffServAlgDropQThreshold, packets currently at the head of the queue are dropped to make room for the new packet to be enqueued at the tail of the queue. The randomDrop(4) algorithm is described as follows: on packet arrival, an algorithm is executed which may randomly drop the packet, or drop other packet(s) from the queue in its place. The specifics of the algorithm may be proprietary. For this algorithm, an associated diffServRandomDropEntry is indicated by pointing diffServAlgDropSpecific at the diffServRandomDropTable. The relevant entry in that table is selected by the common indexing of the two tables. For this algorithm, diffServAlgQThreshold is understood to be the absolute maximum size of the queue and additional parameters are described in diffServRandomDropTable.') diffServAlgDropNext = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 4), RowPointer()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServAlgDropNext.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropNext.setDescription('The Next pointer indicates the next datapath element to handle the traffic e.g. a queue datapath element. The value zeroDotZero in this variable indicates no further DiffServ treatment is performed on this flow by the current interface for this interface direction. If the row pointed to does not exist, the algorithmic dropper element is considered inactive.') diffServAlgDropQMeasure = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 5), RowPointer()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServAlgDropQMeasure.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropQMeasure.setDescription('Points to an entry in the diffServQueueTable to indicate the queue that a drop algorithm is to monitor when deciding whether to drop a packet. If the row pointed to does not exist, the algorithmic dropper element is considered inactive.') diffServAlgDropQThreshold = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 6), Unsigned32()).setUnits('Bytes').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServAlgDropQThreshold.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropQThreshold.setDescription('A threshold on the depth in bytes of the queue being measured at which a trigger is generated to the dropping algorithm. For the tailDrop(2) or headDrop(3) algorithms, this represents the depth of the queue diffServAlgDropQMeasure at which the drop action will take place. Other algorithms will need to define their own semantics for this threshold.') diffServAlgDropSpecific = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 7), ObjectIdentifier()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServAlgDropSpecific.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropSpecific.setDescription('Points to a table (not an entry in the table) defined elsewhere that provides further detail regarding a drop algorithm. Entries in such a table are indexed by the same variables as this diffServAlgDropEntry but note that those entries must be managed independently of those in this table. Entries with diffServAlgDropType equal to other(1) may have this point to a table defined in another MIB module. Entries with diffServAlgDropType equal to randomDrop(4) must have this point to diffServRandomDropTable. For all other algorithms, this should take the value zeroDotzero.') diffServAlgDropOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServAlgDropOctets.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropOctets.setDescription('The number of octets that have been dropped by this drop process. On high speed devices, this object implements the least significant 32 bits of diffServAlgDropHCOctets. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of ifCounterDiscontinuityTime appropriate to this interface.') diffServAlgDropHCOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 9), Counter64()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServAlgDropHCOctets.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropHCOctets.setDescription('The number of octets that have been dropped by this drop process. This object should be used on high speed interfaces. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of ifCounterDiscontinuityTime appropriate to this interface.') diffServAlgDropPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServAlgDropPkts.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropPkts.setDescription('The number of packets that have been dropped by this drop process. On high speed devices, this object implements the least significant 32 bits of diffServAlgDropHCPkts. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of ifCounterDiscontinuityTime appropriate to this interface.') diffServAlgDropHCPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 11), Counter64()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServAlgDropHCPkts.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropHCPkts.setDescription('The number of packets that have been dropped by this drop process. This object should be used on high speed interfaces. Discontinuities in the value of this counter can occur at re- initialization of the management system and at other times as indicated by the value of ifCounterDiscontinuityTime appropriate to this interface.') diffServAlgDropStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 8, 1, 12), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServAlgDropStatus.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of this entry. Any writable variable may be modified whether the row is active or notInService.') diffServAlgDropNextFree = MibScalar((1, 3, 6, 1, 2, 1, 12345, 1, 7), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServAlgDropNextFree.setStatus('current') if mibBuilder.loadTexts: diffServAlgDropNextFree.setDescription('This object yields a value when read that is currently-unused for a diffServAlgDropId instance. If a configuring system attempts to create a new row in the diffServAlgDropTable using this value, that operation will fail if the value has, in the meantime, been used to create another row that is currently valid.') diffServRandomDropTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 9), ) if mibBuilder.loadTexts: diffServRandomDropTable.setReference('[MODEL] section 7.1.3') if mibBuilder.loadTexts: diffServRandomDropTable.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropTable.setDescription('The random drop table augments the algorithmic drop table. It contains entries describing a process that drops packets randomly. This table is intended to be pointed to by the associated diffServAlgDropSpecific in such cases.') diffServRandomDropEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServAlgDropIfDirection"), (0, "DIFF-SERV-MIB", "diffServAlgDropId")) if mibBuilder.loadTexts: diffServRandomDropEntry.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropEntry.setDescription('An entry describes a process that drops packets according to a random algorithm. Entries in this table share indexing with a parent diffServAlgDropEntry although they must be managed (e.g. created/deleted) by explicit management action, independently of the associated value of diffServAlgDropSpecific.') diffServRandomDropMinThreshBytes = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1, 1), Unsigned32()).setUnits('bytes').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServRandomDropMinThreshBytes.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropMinThreshBytes.setDescription('The average queue depth in bytes, beyond which traffic has a non-zero probability of being dropped. Changes in this variable may or may not be reflected in the reported value of diffServRandomDropMinThreshPkts.') diffServRandomDropMinThreshPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1, 2), Unsigned32()).setUnits('packets').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServRandomDropMinThreshPkts.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropMinThreshPkts.setDescription('The average queue depth in packets, beyond which traffic has a non-zero probability of being dropped. Changes in this variable may or may not be reflected in the reported value of diffServRandomDropMinThreshBytes.') diffServRandomDropMaxThreshBytes = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1, 3), Unsigned32()).setUnits('bytes').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServRandomDropMaxThreshBytes.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropMaxThreshBytes.setDescription('The average queue depth beyond which traffic has a probability indicated by diffServRandomDropInvMaxProb of being dropped or marked. Note that this differs from the physical queue limit, which is stored in diffServAlgDropQThreshold. Changes in this variable may or may not be reflected in the reported value of diffServRandomDropMaxThreshPkts.') diffServRandomDropMaxThreshPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1, 4), Unsigned32()).setUnits('packets').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServRandomDropMaxThreshPkts.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropMaxThreshPkts.setDescription('The average queue depth beyond which traffic has a probability indicated by diffServRandomDropInvMaxProb of being dropped or marked. Note that this differs from the physical queue limit, which is stored in diffServAlgDropQThreshold. Changes in this variable may or may not be reflected in the reported value of diffServRandomDropMaxThreshBytes.') diffServRandomDropInvWeight = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1, 5), Unsigned32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServRandomDropInvWeight.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropInvWeight.setDescription('The weighting of past history in affecting the calculation of the current queue average. The moving average of the queue depth uses the inverse of this value as the factor for the new queue depth, and one minus that inverse as the factor for the historical average. Implementations may choose to limit the acceptable set of values to a specified set, such as powers of 2.') diffServRandomDropProbMax = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1, 6), Unsigned32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServRandomDropProbMax.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropProbMax.setDescription('The worst case random drop probability, expressed in drops per thousand packets. For example, if every packet may be dropped in the worst case (100%), this has the value 1000. Alternatively, if in the worst case one percent (1%) of traffic may be dropped, it has the value 10.') diffServRandomDropStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 9, 1, 7), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServRandomDropStatus.setStatus('current') if mibBuilder.loadTexts: diffServRandomDropStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of this entry. Any writable variable may be modified whether the row is active or notInService.') diffServQTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 10), ) if mibBuilder.loadTexts: diffServQTable.setStatus('current') if mibBuilder.loadTexts: diffServQTable.setDescription('The Queue Table enumerates the individual queues on an interface.') diffServQEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServQIfDirection"), (0, "DIFF-SERV-MIB", "diffServQId")) if mibBuilder.loadTexts: diffServQEntry.setStatus('current') if mibBuilder.loadTexts: diffServQEntry.setDescription('An entry in the Queue Table describes a single queue in one direction on an interface.') diffServQIfDirection = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 1), IfDirection()) if mibBuilder.loadTexts: diffServQIfDirection.setStatus('current') if mibBuilder.loadTexts: diffServQIfDirection.setDescription('Specifies the direction for which this queue entry applies on this interface.') diffServQId = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 2), Unsigned32()) if mibBuilder.loadTexts: diffServQId.setStatus('current') if mibBuilder.loadTexts: diffServQId.setDescription('The Queue Id enumerates the Queue entry. Managers should obtain new values for row creation in this table by reading diffServQNextFree.') diffServQNext = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 3), RowPointer()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServQNext.setStatus('current') if mibBuilder.loadTexts: diffServQNext.setDescription('The Next pointer indicates the next datapath element to handle the traffic e.g. a scheduler datapath element. If the row pointed to does not exist, the queue element is considered inactive.') diffServQPriority = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 4), Unsigned32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServQPriority.setStatus('current') if mibBuilder.loadTexts: diffServQPriority.setDescription('The priority of this queue, to be used as a parameter to the next scheduler element downstream from this one.') diffServQMinRateAbs = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 5), Unsigned32()).setUnits('kilobits per second').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServQMinRateAbs.setReference('ifSpeed, ifHighSpeed from [IFMIB]') if mibBuilder.loadTexts: diffServQMinRateAbs.setStatus('current') if mibBuilder.loadTexts: diffServQMinRateAbs.setDescription("The minimum absolute rate, in kilobits/sec, that a downstream scheduler element should allocate to this queue. If the value is zero, then there is effectively no minimum rate guarantee. If the value is non-zero, the scheduler will assure the servicing of this queue to at least this rate. Note that this attribute's value is coupled to that of diffServQMinRateRel: changes to one will affect the value of the other. They are linked by the following equation: diffServQMinRateRel = diffServQMinRateAbs * 10,000,000/ifSpeed or, if appropriate: diffServQMinRateRel = diffServQMinRateAbs * 10 / ifHighSpeed") diffServQMinRateRel = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 6), Unsigned32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServQMinRateRel.setReference('ifSpeed, ifHighSpeed from [IFMIB]') if mibBuilder.loadTexts: diffServQMinRateRel.setStatus('current') if mibBuilder.loadTexts: diffServQMinRateRel.setDescription("The minimum rate that a downstream scheduler element should allocate to this queue, relative to the maximum rate of the interface as reported by ifSpeed or ifHighSpeed, in units of 1/10,000 of 1. If the value is zero, then there is effectively no minimum rate guarantee. If the value is non-zero, the scheduler will assure the servicing of this queue to at least this rate. Note that this attribute's value is coupled to that of diffServQMinRateAbs: changes to one will affect the value of the other. They are linked by the following equation: diffServQMinRateAbs = ifSpeed * diffServQMinRateRel/10,000,000 or, if appropriate: diffServQMinRateAbs = ifHighSpeed * diffServQMinRateRel / 10") diffServQMaxRateAbs = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 7), Unsigned32()).setUnits('kilobits per second').setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServQMaxRateAbs.setReference('ifSpeed, ifHighSpeed from [IFMIB]') if mibBuilder.loadTexts: diffServQMaxRateAbs.setStatus('current') if mibBuilder.loadTexts: diffServQMaxRateAbs.setDescription("The maximum rate in kilobits/sec that a downstream scheduler element should allocate to this queue. If the value is zero, then there is effectively no maximum rate limit and that the scheduler should attempt to be work-conserving for this queue. If the value is non-zero, the scheduler will limit the servicing of this queue to, at most, this rate in a non-work-conserving manner. Note that this attribute's value is coupled to that of diffServQMaxRateRel: changes to one will affect the value of the other. They are linked by the following equation: diffServQMaxRateRel = diffServQMaxRateAbs * 10,000,000/ifSpeed or, if appropriate: diffServQMaxRateRel = diffServQMaxRateAbs * 10 / ifHighSpeed") diffServQMaxRateRel = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 8), Unsigned32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServQMaxRateRel.setReference('ifSpeed, ifHighSpeed from [IFMIB]') if mibBuilder.loadTexts: diffServQMaxRateRel.setStatus('current') if mibBuilder.loadTexts: diffServQMaxRateRel.setDescription("The maximum rate that a downstream scheduler element should allocate to this queue, relative to the maximum rate of the interface as reported by ifSpeed or ifHighSpeed, in units of 1/10,000 of 1. If the value is zero, then there is effectively no maximum rate limit and the scheduler should attempt to be work-conserving for this queue. If the value is non-zero, the scheduler will limit the servicing of this queue to, at most, this rate in a non-work-conserving manner. Note that this attribute's value is coupled to that of diffServQMaxRateAbs: changes to one will affect the value of the other. They are linked by the following equation: diffServQMaxRateAbs = ifSpeed * diffServQMaxRateRel/10,000,000 or, if appropriate: diffServQMaxRateAbs = ifHighSpeed * diffServQMaxRateRel / 10") diffServQStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 10, 1, 9), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServQStatus.setStatus('current') if mibBuilder.loadTexts: diffServQStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of a queue. Any writable variable may be modified whether the row is active or notInService.') diffServQNextFree = MibScalar((1, 3, 6, 1, 2, 1, 12345, 1, 8), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServQNextFree.setStatus('current') if mibBuilder.loadTexts: diffServQNextFree.setDescription('This object yields a value when read that is currently-unused for a diffServQId instance. If a configuring system attempts to create a new row in the diffServQTable using this value, that operation will fail if the value has, in the meantime, been used to create another row that is currently valid.') diffServSchedulerTable = MibTable((1, 3, 6, 1, 2, 1, 12345, 2, 11), ) if mibBuilder.loadTexts: diffServSchedulerTable.setReference('[MODEL] section 7.1.2') if mibBuilder.loadTexts: diffServSchedulerTable.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerTable.setDescription('The Scheduler Table enumerates packet schedulers. Multiple scheduling algorithms can be used on a given interface, with each algorithm described by one diffServSchedulerEntry.') diffServSchedulerEntry = MibTableRow((1, 3, 6, 1, 2, 1, 12345, 2, 11, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DIFF-SERV-MIB", "diffServSchedulerIfDirection"), (0, "DIFF-SERV-MIB", "diffServSchedulerId")) if mibBuilder.loadTexts: diffServSchedulerEntry.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerEntry.setDescription('An entry in the Scheduler Table describing a single instance of a scheduling algorithm.') diffServSchedulerIfDirection = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 11, 1, 1), IfDirection()) if mibBuilder.loadTexts: diffServSchedulerIfDirection.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerIfDirection.setDescription('Specifies the direction for which this scheduler entry applies on this interface.') diffServSchedulerId = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 11, 1, 2), Unsigned32()) if mibBuilder.loadTexts: diffServSchedulerId.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerId.setDescription('This identifies the scheduler entry. Managers should obtain new values for row creation in this table by reading diffServSchedulerNextFree.') diffServSchedulerMethod = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 11, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("other", 1), ("priorityq", 2), ("wrr", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSchedulerMethod.setReference('[MODEL] section 7.1.2') if mibBuilder.loadTexts: diffServSchedulerMethod.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerMethod.setDescription('The scheduling algorithm used by this Scheduler. A value of priorityq(2) is used to indicate strict priority queueing: only the diffServQPriority attributes of the queues feeding this scheduler are used when determining the next packet to schedule. A value of wrr(3) indicates weighted round-robin scheduling. Packets are scheduled from each of the queues feeding this scheduler according to all of the parameters of the diffServQueue entry.') diffServSchedulerNext = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 11, 1, 4), RowPointer().clone((0, 0))).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSchedulerNext.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerNext.setDescription('Selects the next data path component, which can be another scheduler or other TC elements. One usage of multiple scheduler elements in series is for Class Base Queueing (CBQ). The value zeroDotZero in this variable indicates no further DiffServ treatment is performed on this flow by the current interface for this interface direction. For example, for an inbound interface the value zeroDotZero indicates that the packet flow has now completed inbound DiffServ treatment and should be forwarded on to the appropriate outbound interface. If the row pointed to does not exist, the scheduler element is considered inactive.') diffServSchedulerStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 12345, 2, 11, 1, 5), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: diffServSchedulerStatus.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerStatus.setDescription('The RowStatus variable controls the activation, deactivation, or deletion of a queue. Any writable variable may be modified whether the row is active or notInService.') diffServSchedulerNextFree = MibScalar((1, 3, 6, 1, 2, 1, 12345, 1, 9), Unsigned32()).setMaxAccess("readonly") if mibBuilder.loadTexts: diffServSchedulerNextFree.setStatus('current') if mibBuilder.loadTexts: diffServSchedulerNextFree.setDescription('This object yields a value when read that is currently-unused for a diffServSchedulerId instance. If a configuring system attempts to create a new row in the diffServSchedulerTable using this value, that operation will fail if the value has, in the meantime, been used to create another row that is currently valid.') diffServMIBCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 12345, 3, 1)) diffServMIBGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 12345, 3, 2)) diffServMIBCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 12345, 3, 1, 1)).setObjects(("DIFF-SERV-MIB", "diffServMIBClassifierGroup"), ("DIFF-SERV-MIB", "diffServMIBSixTupleClfrGroup"), ("DIFF-SERV-MIB", "diffServMIBActionGroup"), ("DIFF-SERV-MIB", "diffServMIBAlgDropGroup"), ("DIFF-SERV-MIB", "diffServMIBQueueGroup"), ("DIFF-SERV-MIB", "diffServMIBSchedulerGroup"), ("DIFF-SERV-MIB", "diffServMIBCounterGroup"), ("DIFF-SERV-MIB", "diffServMIBHCCounterGroup"), ("DIFF-SERV-MIB", "diffServMIBVHCCounterGroup"), ("DIFF-SERV-MIB", "diffServMIBMeterGroup"), ("DIFF-SERV-MIB", "diffServMIBTokenBucketMeterGroup"), ("DIFF-SERV-MIB", "diffServMIBDscpMarkActionGroup"), ("DIFF-SERV-MIB", "diffServMIBRandomDropGroup"), ("DIFF-SERV-MIB", "diffServMIBStaticGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBCompliance = diffServMIBCompliance.setStatus('current') if mibBuilder.loadTexts: diffServMIBCompliance.setDescription('This MIB may be implemented as a read-only or as a read-create MIB. As a result, it may be used for monitoring or for configuration.') diffServMIBClassifierGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 1)).setObjects(("DIFF-SERV-MIB", "diffServClassifierFilter"), ("DIFF-SERV-MIB", "diffServClassifierNext"), ("DIFF-SERV-MIB", "diffServClassifierPrecedence"), ("DIFF-SERV-MIB", "diffServClassifierStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBClassifierGroup = diffServMIBClassifierGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBClassifierGroup.setDescription('The Classifier Group defines the MIB Objects that describe a generic classifier element.') diffServMIBSixTupleClfrGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 2)).setObjects(("DIFF-SERV-MIB", "diffServSixTupleClfrDstAddrType"), ("DIFF-SERV-MIB", "diffServSixTupleClfrDstAddr"), ("DIFF-SERV-MIB", "diffServSixTupleClfrDstAddrMask"), ("DIFF-SERV-MIB", "diffServSixTupleClfrDstAddrType"), ("DIFF-SERV-MIB", "diffServSixTupleClfrSrcAddrType"), ("DIFF-SERV-MIB", "diffServSixTupleClfrSrcAddrMask"), ("DIFF-SERV-MIB", "diffServSixTupleClfrDscp"), ("DIFF-SERV-MIB", "diffServSixTupleClfrProtocol"), ("DIFF-SERV-MIB", "diffServSixTupleClfrDstL4PortMin"), ("DIFF-SERV-MIB", "diffServSixTupleClfrDstL4PortMax"), ("DIFF-SERV-MIB", "diffServSixTupleClfrSrcL4PortMin"), ("DIFF-SERV-MIB", "diffServSixTupleClfrSrcL4PortMax"), ("DIFF-SERV-MIB", "diffServSixTupleClfrStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBSixTupleClfrGroup = diffServMIBSixTupleClfrGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBSixTupleClfrGroup.setDescription('The Six-tuple Classifier Group defines the MIB Objects that describe a classifier element for matching on 6 fields of an IP and upper-layer protocol header.') diffServMIBMeterGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 3)).setObjects(("DIFF-SERV-MIB", "diffServMeterSucceedNext"), ("DIFF-SERV-MIB", "diffServMeterFailNext"), ("DIFF-SERV-MIB", "diffServMeterSpecific"), ("DIFF-SERV-MIB", "diffServMeterStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBMeterGroup = diffServMIBMeterGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBMeterGroup.setDescription('The Meter Group defines the objects used in describing a generic meter element.') diffServMIBTokenBucketMeterGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 4)).setObjects(("DIFF-SERV-MIB", "diffServTBMeterRate"), ("DIFF-SERV-MIB", "diffServTBMeterBurstSize"), ("DIFF-SERV-MIB", "diffServTBMeterStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBTokenBucketMeterGroup = diffServMIBTokenBucketMeterGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBTokenBucketMeterGroup.setDescription('The Token-Bucket Meter Group defines the objects used in describing a single-rate token bucket meter element.') diffServMIBActionGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 5)).setObjects(("DIFF-SERV-MIB", "diffServActionNext"), ("DIFF-SERV-MIB", "diffServActionSpecific"), ("DIFF-SERV-MIB", "diffServActionStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBActionGroup = diffServMIBActionGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBActionGroup.setDescription('The Action Group defines the objects used in describing a generic action element.') diffServMIBDscpMarkActionGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 6)).setObjects(("DIFF-SERV-MIB", "diffServDscpMarkActDscp")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBDscpMarkActionGroup = diffServMIBDscpMarkActionGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBDscpMarkActionGroup.setDescription('The DSCP Mark Action Group defines the objects used in describing a DSCP Marking Action element.') diffServMIBCounterGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 7)).setObjects(("DIFF-SERV-MIB", "diffServCountActOctets"), ("DIFF-SERV-MIB", "diffServCountActPkts"), ("DIFF-SERV-MIB", "diffServCountActStatus"), ("DIFF-SERV-MIB", "diffServAlgDropOctets"), ("DIFF-SERV-MIB", "diffServAlgDropPkts")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBCounterGroup = diffServMIBCounterGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBCounterGroup.setDescription('A collection of objects providing information specific to non- high speed (non-high speed interfaces transmit and receive at speeds less than or equal to 20,000,000 bits/second) packet- oriented network interfaces.') diffServMIBHCCounterGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 8)).setObjects(("DIFF-SERV-MIB", "diffServCountActOctets"), ("DIFF-SERV-MIB", "diffServCountActHCOctets"), ("DIFF-SERV-MIB", "diffServCountActPkts"), ("DIFF-SERV-MIB", "diffServCountActStatus"), ("DIFF-SERV-MIB", "diffServAlgDropOctets"), ("DIFF-SERV-MIB", "diffServAlgDropHCOctets"), ("DIFF-SERV-MIB", "diffServAlgDropPkts")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBHCCounterGroup = diffServMIBHCCounterGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBHCCounterGroup.setDescription('A collection of objects providing information specific to non- high speed (non-high speed interfaces transmit and receive at speeds less than or equal to 20,000,000 bits/second) packet- oriented network interfaces.') diffServMIBVHCCounterGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 9)).setObjects(("DIFF-SERV-MIB", "diffServCountActOctets"), ("DIFF-SERV-MIB", "diffServCountActHCOctets"), ("DIFF-SERV-MIB", "diffServCountActPkts"), ("DIFF-SERV-MIB", "diffServCountActHCPkts"), ("DIFF-SERV-MIB", "diffServCountActStatus"), ("DIFF-SERV-MIB", "diffServAlgDropOctets"), ("DIFF-SERV-MIB", "diffServAlgDropHCOctets"), ("DIFF-SERV-MIB", "diffServAlgDropPkts"), ("DIFF-SERV-MIB", "diffServAlgDropHCPkts")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBVHCCounterGroup = diffServMIBVHCCounterGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBVHCCounterGroup.setDescription('A collection of objects providing information specific to non- high speed (non-high speed interfaces transmit and receive at speeds less than or equal to 20,000,000 bits/second) packet- oriented network interfaces.') diffServMIBAlgDropGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 10)).setObjects(("DIFF-SERV-MIB", "diffServAlgDropType"), ("DIFF-SERV-MIB", "diffServAlgDropNext"), ("DIFF-SERV-MIB", "diffServAlgDropQMeasure"), ("DIFF-SERV-MIB", "diffServAlgDropQThreshold"), ("DIFF-SERV-MIB", "diffServAlgDropSpecific"), ("DIFF-SERV-MIB", "diffServAlgDropStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBAlgDropGroup = diffServMIBAlgDropGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBAlgDropGroup.setDescription('The Algorithmic Drop Group contains the objects that describe algorithmic dropper operation and configuration.') diffServMIBRandomDropGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 11)).setObjects(("DIFF-SERV-MIB", "diffServRandomDropMinThreshBytes"), ("DIFF-SERV-MIB", "diffServRandomDropMinThreshPkts"), ("DIFF-SERV-MIB", "diffServRandomDropMaxThreshBytes"), ("DIFF-SERV-MIB", "diffServRandomDropMaxThreshPkts"), ("DIFF-SERV-MIB", "diffServRandomDropInvWeight"), ("DIFF-SERV-MIB", "diffServRandomDropProbMax"), ("DIFF-SERV-MIB", "diffServRandomDropStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBRandomDropGroup = diffServMIBRandomDropGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBRandomDropGroup.setDescription('The Random Drop Group augments the Algorithmic Drop Group for random dropper operation and configuration.') diffServMIBQueueGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 12)).setObjects(("DIFF-SERV-MIB", "diffServQPriority"), ("DIFF-SERV-MIB", "diffServQNext"), ("DIFF-SERV-MIB", "diffServQMinRateAbs"), ("DIFF-SERV-MIB", "diffServQMinRateRel"), ("DIFF-SERV-MIB", "diffServQMaxRateAbs"), ("DIFF-SERV-MIB", "diffServQMaxRateRel"), ("DIFF-SERV-MIB", "diffServQStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBQueueGroup = diffServMIBQueueGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBQueueGroup.setDescription("The Queue Group contains the objects that describe an interface's queues.") diffServMIBSchedulerGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 13)).setObjects(("DIFF-SERV-MIB", "diffServSchedulerMethod"), ("DIFF-SERV-MIB", "diffServSchedulerNext"), ("DIFF-SERV-MIB", "diffServSchedulerStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBSchedulerGroup = diffServMIBSchedulerGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBSchedulerGroup.setDescription('The Scheduler Group contains the objects that describe packet schedulers on interfaces.') diffServMIBStaticGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 12345, 3, 2, 14)).setObjects(("DIFF-SERV-MIB", "diffServClassifierNextFree"), ("DIFF-SERV-MIB", "diffServSixTupleClfrNextFree"), ("DIFF-SERV-MIB", "diffServMeterNextFree"), ("DIFF-SERV-MIB", "diffServActionNextFree"), ("DIFF-SERV-MIB", "diffServAlgDropNextFree"), ("DIFF-SERV-MIB", "diffServQNextFree"), ("DIFF-SERV-MIB", "diffServSchedulerNextFree")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): diffServMIBStaticGroup = diffServMIBStaticGroup.setStatus('current') if mibBuilder.loadTexts: diffServMIBStaticGroup.setDescription('The Static Group contains readable scalar objects used in creating unique identifiers for classifiers, meters, actions and queues. These are required whenever row creation operations on such tables are supported.') mibBuilder.exportSymbols("DIFF-SERV-MIB", diffServMeterId=diffServMeterId, diffServClassifierStatus=diffServClassifierStatus, diffServClassifierId=diffServClassifierId, diffServCountActHCPkts=diffServCountActHCPkts, diffServMeterSucceedNext=diffServMeterSucceedNext, diffServTBMeterStatus=diffServTBMeterStatus, diffServAlgDropQMeasure=diffServAlgDropQMeasure, diffServQMaxRateRel=diffServQMaxRateRel, diffServSixTupleClfrNextFree=diffServSixTupleClfrNextFree, diffServCountActPkts=diffServCountActPkts, diffServSixTupleClfrDstL4PortMin=diffServSixTupleClfrDstL4PortMin, diffServSixTupleClfrSrcAddrMask=diffServSixTupleClfrSrcAddrMask, diffServRandomDropMaxThreshPkts=diffServRandomDropMaxThreshPkts, diffServMIBHCCounterGroup=diffServMIBHCCounterGroup, diffServRandomDropMinThreshBytes=diffServRandomDropMinThreshBytes, diffServMIBSixTupleClfrGroup=diffServMIBSixTupleClfrGroup, diffServActionId=diffServActionId, diffServQNextFree=diffServQNextFree, diffServCountActHCOctets=diffServCountActHCOctets, diffServCountActOctets=diffServCountActOctets, diffServClassifierNextFree=diffServClassifierNextFree, diffServAlgDropId=diffServAlgDropId, diffServQPriority=diffServQPriority, diffServTBMeterRate=diffServTBMeterRate, diffServSixTupleClfrTable=diffServSixTupleClfrTable, PYSNMP_MODULE_ID=diffServMib, diffServCountActDiscontTime=diffServCountActDiscontTime, diffServQMaxRateAbs=diffServQMaxRateAbs, diffServSixTupleClfrDstAddr=diffServSixTupleClfrDstAddr, diffServSchedulerEntry=diffServSchedulerEntry, diffServDscpMarkActEntry=diffServDscpMarkActEntry, diffServRandomDropMaxThreshBytes=diffServRandomDropMaxThreshBytes, diffServSixTupleClfrDstAddrType=diffServSixTupleClfrDstAddrType, diffServSixTupleClfrEntry=diffServSixTupleClfrEntry, diffServSchedulerNextFree=diffServSchedulerNextFree, diffServMIBCounterGroup=diffServMIBCounterGroup, diffServSixTupleClfrDstL4PortMax=diffServSixTupleClfrDstL4PortMax, diffServAlgDropPkts=diffServAlgDropPkts, diffServMIBVHCCounterGroup=diffServMIBVHCCounterGroup, diffServSixTupleClfrSrcAddr=diffServSixTupleClfrSrcAddr, diffServMIBActionGroup=diffServMIBActionGroup, diffServAlgDropSpecific=diffServAlgDropSpecific, diffServQMinRateRel=diffServQMinRateRel, diffServMIBGroups=diffServMIBGroups, diffServSchedulerTable=diffServSchedulerTable, diffServObjects=diffServObjects, diffServSixTupleClfrSrcL4PortMax=diffServSixTupleClfrSrcL4PortMax, diffServAlgDropTable=diffServAlgDropTable, diffServClassifierEntry=diffServClassifierEntry, diffServClassifierFilter=diffServClassifierFilter, diffServRandomDropStatus=diffServRandomDropStatus, IfDirection=IfDirection, diffServAlgDropOctets=diffServAlgDropOctets, diffServActionTable=diffServActionTable, diffServAlgDropHCOctets=diffServAlgDropHCOctets, diffServSchedulerIfDirection=diffServSchedulerIfDirection, diffServRandomDropProbMax=diffServRandomDropProbMax, diffServMIBConformance=diffServMIBConformance, diffServMeterIfDirection=diffServMeterIfDirection, diffServRandomDropMinThreshPkts=diffServRandomDropMinThreshPkts, diffServActionIfDirection=diffServActionIfDirection, diffServQNext=diffServQNext, diffServCountActTable=diffServCountActTable, diffServRandomDropEntry=diffServRandomDropEntry, diffServMIBTokenBucketMeterGroup=diffServMIBTokenBucketMeterGroup, diffServTBMeterTable=diffServTBMeterTable, diffServMIBStaticGroup=diffServMIBStaticGroup, diffServAlgDropNext=diffServAlgDropNext, diffServSchedulerNext=diffServSchedulerNext, diffServMeterStatus=diffServMeterStatus, diffServQMinRateAbs=diffServQMinRateAbs, diffServSixTupleClfrSrcAddrType=diffServSixTupleClfrSrcAddrType, diffServMeterSpecific=diffServMeterSpecific, diffServMIBRandomDropGroup=diffServMIBRandomDropGroup, diffServAlgDropEntry=diffServAlgDropEntry, diffServSchedulerId=diffServSchedulerId, diffServTBMeterEntry=diffServTBMeterEntry, SixTupleClfrL4Port=SixTupleClfrL4Port, diffServClassifierNext=diffServClassifierNext, diffServSchedulerMethod=diffServSchedulerMethod, diffServDscpMarkActTable=diffServDscpMarkActTable, diffServMIBCompliance=diffServMIBCompliance, diffServAlgDropType=diffServAlgDropType, diffServAlgDropQThreshold=diffServAlgDropQThreshold, diffServCountActStatus=diffServCountActStatus, diffServQStatus=diffServQStatus, diffServClassifierIfDirection=diffServClassifierIfDirection, diffServSixTupleClfrDscp=diffServSixTupleClfrDscp, diffServClassifierTable=diffServClassifierTable, diffServSixTupleClfrDstAddrMask=diffServSixTupleClfrDstAddrMask, diffServAlgDropHCPkts=diffServAlgDropHCPkts, diffServMIBDscpMarkActionGroup=diffServMIBDscpMarkActionGroup, diffServSixTupleClfrStatus=diffServSixTupleClfrStatus, diffServMeterTable=diffServMeterTable, diffServActionNext=diffServActionNext, diffServMeterFailNext=diffServMeterFailNext, diffServActionNextFree=diffServActionNextFree, diffServActionStatus=diffServActionStatus, diffServCountActEntry=diffServCountActEntry, diffServRandomDropTable=diffServRandomDropTable, diffServSixTupleClfrSrcL4PortMin=diffServSixTupleClfrSrcL4PortMin, diffServMIBClassifierGroup=diffServMIBClassifierGroup, diffServMIBSchedulerGroup=diffServMIBSchedulerGroup, diffServClassifierPrecedence=diffServClassifierPrecedence, diffServRandomDropInvWeight=diffServRandomDropInvWeight, diffServMIBAlgDropGroup=diffServMIBAlgDropGroup, diffServSchedulerStatus=diffServSchedulerStatus, diffServQIfDirection=diffServQIfDirection, diffServMeterNextFree=diffServMeterNextFree, diffServAlgDropNextFree=diffServAlgDropNextFree, diffServDscpMarkActDscp=diffServDscpMarkActDscp, diffServTBMeterBurstSize=diffServTBMeterBurstSize, diffServQTable=diffServQTable, diffServClassifierTcb=diffServClassifierTcb, diffServTables=diffServTables, diffServMIBMeterGroup=diffServMIBMeterGroup, diffServAlgDropIfDirection=diffServAlgDropIfDirection, diffServQId=diffServQId, diffServMIBQueueGroup=diffServMIBQueueGroup, diffServMIBCompliances=diffServMIBCompliances, diffServAbsoluteDropAction=diffServAbsoluteDropAction, diffServMeterEntry=diffServMeterEntry, diffServActionSpecific=diffServActionSpecific, diffServAlgDropStatus=diffServAlgDropStatus, diffServQEntry=diffServQEntry, diffServSixTupleClfrProtocol=diffServSixTupleClfrProtocol, diffServMib=diffServMib, diffServActionEntry=diffServActionEntry, diffServSixTupleClfrId=diffServSixTupleClfrId, Dscp=Dscp)
# Definition for a binary tree node. # class TreeNode: # def __init__(self, val=0, left=None, right=None): # self.val = val # self.left = left # self.right = right class Solution: def hasPathSum(self, root: TreeNode, targetSum: int) -> bool: # return true, if adding up values along path = targetSum # go through each node, if it exists: # subtract value to targetSum # if value is < 0: return if not root: return False targetSum -= root.val # check leaf node if not root.left and not root.right and targetSum == 0: return True return self.hasPathSum(root.left, targetSum) or self.hasPathSum( root.right, targetSum ) # if left is zero, return true. # if right is zero return true
USERNAME = 'super.user.1' PASSWORD = 'X!16a99a4e' CONSUMER_KEY = 'f3haancaj0vm4lkx2erk3uwdzy2elz00of513u5w' TOKEN = 'eyJhbGciOiJIUzI1NiJ9.eyIiOiIifQ.Qjz0-kry1Yb7PH0Pw1PbRWrgaqsFYPbac3RHQ-eykk4' # API server URL BASE_URL = "https://openlab.openbankproject.com" API_VERSION = "v3.0.0" CONTENT_JSON = { 'content-type' : 'application/json' } DL_TOKEN = { 'Authorization' : f'DirectLogin token={TOKEN}' } # # API server will redirect your browser to this URL, should be non-functional # # You will paste the redirect location here when running the script # CALLBACK_URI = 'http://127.0.0.1/cb' BANKS = ['hsbc.01.hk.hsbc', 'hsbc.02.hk.hsbc', 'hsbc.01.uk.uk', 'hsbc.02.uk.uk'] # OUR_BANK = 'gh.29.uk' # # Our COUNTERPARTY account id (of the same currency) # OUR_COUNTERPARTY = '8ca8a7e4-6d02-48e3-a029-0b2bf89de9f0' # COUNTERPARTY_BANK = 'gh.29.uk' # # this following two fields are just used in V210 # OUR_COUNTERPARTY_ID = '' # OUR_COUNTERPARTY_IBAN = '' # # Our currency to use # OUR_CURRENCY = 'GBP' # # Our value to transfer # # values below 1000 do not requre challenge request # OUR_VALUE = '0.01' # OUR_VALUE_LARGE = '1000.00'
class Alerts: def _init_ (self,Alert_Id, Alert_Name, Alert_Code): self.Alert_Id= AlertId self.Alert_Name = Alert_Name self.Alert_Code = Alert_Code
def ggg(x, y=5): """ Привет, меня зовут f и я люблю пельмени """ z = x**2 + 2*x*y + y**2 return z
class Solution: def addStrings(self, num1, num2): """ :type num1: str :type num2: str :rtype: str """ chars1 = list(num1) chars2 = list(num2) chars1.reverse() chars2.reverse() i, j, sumValue, carry = 0, 0, 0, 0 res = list() while i < len(chars1) or j < len(chars2) or carry != 0: sumValue = carry if i < len(chars1): sumValue += int(chars1[i]) i += 1 if j < len(chars2): sumValue += int(chars2[j]) j += 1 carry = sumValue // 10 sumValue = sumValue % 10 res.append(str(sumValue)) res.reverse() return ''.join(res)
n = int(input('me diga um numero: ')) s = n + 1 a = n - 1 print ('o sucessor de {} e {}'. format(n, s)) print ('o antecessor de {} e {}'.format(n, a))
def main(): a = 0 while True: a += 1 if a % 1000 == 0: print(a) if __name__ == "__main__": main()
def get_words(wordlist, resume=None): with open(wordlist) as f: raw_words = f.read() found_resume = False words = list() for word in raw_words.split(): if resume is not None: if found_resume: words.append(word) else: if word == resume: found_resume = True print(f'Resuming wordlist from: {resume}') else: words.append(word) return words
# Exercício 095 - Aprimorando os Dicionários time = [] while True: jogador = {'nome': input('Nome do Jogador: ')} partidas = int(input(f'Quantas partidas {jogador["nome"]} jogou? ')) gols = [int(input(f'\tQuantos gols na partida {i+1}? ')) for i in range(partidas)] jogador['gols'] = gols time.append(jogador) if input('Quer continuar? ') in 'Nn': break print(25 * '-=') print(f'{"cod":>3} {"nome":<15} {"gols":<15} {"total":<5}') print(45 * '-') for i, j in enumerate(time): nome = j["nome"] gols = str(j["gols"]) total = sum(j["gols"]) print(f'{i:>3} {nome:<15} {gols:<15} {total:<5}') print(45 * '-') while True: cod = int(input('Mostrar dados de qual jogador? (999 para parar) ')) if cod == 999: break if cod > len(time) - 1: print(f'ERRO! Não existe jogador com código {cod}!') else: print(f' -- LEVANTAMENTO DO JOGADOR {time[cod]["nome"]}:') gols = time[cod]['gols'] for i, g in enumerate(gols): print(f'\tNo jogo {i+1} fez {g} gols.') print(45 * '-') print('<< VOLTE SEMPRE >>')
def sort_dictionary(dict_unsort: dict) -> dict: """Формирует словарь, отсортированный по ключам (по алфавиту по всей глубине вложенности) :param dict_unsort: словарь передаваемый для сортировки :return: новый словарь, отсортированной по ключам по алфавиту""" dict_sort = {} key_list = sorted(list(dict_unsort)) for key in key_list: dict_value = dict_unsort[key] if type(dict_value) is dict: dict_in = sort_dictionary(dict_value) dict_sort.setdefault(key, dict_in) else: dict_sort.setdefault(key, dict_value) return dict_sort def thesaurus_adv(*args, sort=False) -> dict: """Формирует словарь, в котором ключи — первые буквы вторых слов переданных пар, а значения — словари, в которых ключи — первые буквы первых слов переданных пар, удовлетворяющих ключу, а значения — списки, содержащие строки пар целиком :param *args: перечень строк с парами слов :param sort: признак необходимости сортировки словаря по алфавиту (True - сортировать, False - не сортировать) :return: словарь пар слов по первым буквам""" dict_temp = {} # результирующий словарь значений без сортировки for word in args: couple = word.split(" ") first_name = couple[0] second_name = couple[1] second_name_value = dict_temp.setdefault(second_name[0], dict()) first_name_value = second_name_value.setdefault(first_name[0], list()) if word not in first_name_value: first_name_value.append(word) second_name_value[first_name[0]] = first_name_value dict_temp[second_name[0]] = second_name_value if sort: dict_out = sort_dictionary(dict_temp) else: dict_out = dict_temp return dict_out print(thesaurus_adv("Иван Сергеев", "Инна Серова", "Петр Алексеев", "Илья Иванов", "Анна Савельева"))
def fact(x): if x == 1: return 1 return x * fact(x-1) if __name__=='__main__': print("fact(5) = %s" % fact(5))
""" Utility functions for CICERO-SCM adapter """ def _get_unique_index_values(idf, index_col, assert_all_same=True): """ Get unique values in index column from a dataframe Parameters ---------- idf : :obj:`pd.DataFrame` Dataframe to get index values from index_col : str Column in index to get the values for assert_all_same : bool Should we assert that all the values are the same before returning? If True, only a single value is returned. If False, a list is returned. Returns ------- str, list Values found, either a string or a list depending on ``assert_all_same``. Raises ------ AssertionError ``assert_all_same`` is True and there's more than one unique value. """ out = idf.index.get_level_values(index_col).unique().tolist() if assert_all_same: if len(out) > 1: raise AssertionError(out) return out[0] return out