You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
2.8 KiB
42 lines
2.8 KiB
# PySNMP SMI module. Autogenerated from smidump -f python NET-SNMP-MIB
|
|
# by libsmi2pysnmp-0.1.3 at Mon Apr 2 20:39:23 2012,
|
|
# Python version sys.version_info(major=2, minor=7, micro=2, releaselevel='final', serial=0)
|
|
|
|
# Imports
|
|
|
|
( Integer, ObjectIdentifier, OctetString, ) = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString")
|
|
( NamedValues, ) = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
|
|
( ConstraintsIntersection, ConstraintsUnion, SingleValueConstraint, ValueRangeConstraint, ValueSizeConstraint, ) = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsIntersection", "ConstraintsUnion", "SingleValueConstraint", "ValueRangeConstraint", "ValueSizeConstraint")
|
|
( Bits, Integer32, ModuleIdentity, MibIdentifier, TimeTicks, enterprises, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Bits", "Integer32", "ModuleIdentity", "MibIdentifier", "TimeTicks", "enterprises")
|
|
|
|
# Objects
|
|
|
|
netSnmp = ModuleIdentity((1, 3, 6, 1, 4, 1, 8072)).setRevisions(("2002-01-30 00:00",))
|
|
if mibBuilder.loadTexts: netSnmp.setOrganization("www.net-snmp.org")
|
|
if mibBuilder.loadTexts: netSnmp.setContactInfo("postal: Wes Hardaker\nP.O. Box 382\nDavis CA 95617\n\nemail: net-snmp-coders@lists.sourceforge.net")
|
|
if mibBuilder.loadTexts: netSnmp.setDescription("Top-level infrastructure of the Net-SNMP project enterprise MIB tree")
|
|
netSnmpObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 1))
|
|
netSnmpEnumerations = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 3))
|
|
netSnmpModuleIDs = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 3, 1))
|
|
netSnmpAgentOIDs = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 3, 2))
|
|
netSnmpDomains = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 3, 3))
|
|
netSnmpNotificationPrefix = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 4))
|
|
netSnmpNotifications = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 4, 0))
|
|
netSnmpNotificationObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 4, 1))
|
|
netSnmpConformance = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 5))
|
|
netSnmpCompliances = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 5, 1))
|
|
netSnmpGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 5, 2))
|
|
netSnmpExperimental = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 9999))
|
|
netSnmpPlaypen = MibIdentifier((1, 3, 6, 1, 4, 1, 8072, 9999, 9999))
|
|
|
|
# Augmentions
|
|
|
|
# Exports
|
|
|
|
# Module identity
|
|
mibBuilder.exportSymbols("NET-SNMP-MIB", PYSNMP_MODULE_ID=netSnmp)
|
|
|
|
# Objects
|
|
mibBuilder.exportSymbols("NET-SNMP-MIB", netSnmp=netSnmp, netSnmpObjects=netSnmpObjects, netSnmpEnumerations=netSnmpEnumerations, netSnmpModuleIDs=netSnmpModuleIDs, netSnmpAgentOIDs=netSnmpAgentOIDs, netSnmpDomains=netSnmpDomains, netSnmpNotificationPrefix=netSnmpNotificationPrefix, netSnmpNotifications=netSnmpNotifications, netSnmpNotificationObjects=netSnmpNotificationObjects, netSnmpConformance=netSnmpConformance, netSnmpCompliances=netSnmpCompliances, netSnmpGroups=netSnmpGroups, netSnmpExperimental=netSnmpExperimental, netSnmpPlaypen=netSnmpPlaypen)
|
|
|