1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
#
# PySNMP MIB module IF-INVERTED-STACK-MIB (http://pysnmp.sf.net)
# ASN.1 source http://mibs.snmplabs.com:80/asn1/IF-INVERTED-STACK-MIB
# Produced by pysmi-0.0.7 at Sun Feb 14 00:16:17 2016
# On host bldfarm platform Linux version 4.1.13-100.fc21.x86_64 by user goose
# Using Python version 3.5.0 (default, Jan 5 2016, 17:11:52)
#
( Integer, ObjectIdentifier, OctetString, ) = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString")
( NamedValues, ) = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
( ConstraintsIntersection, ValueRangeConstraint, SingleValueConstraint, ConstraintsUnion, ValueSizeConstraint, ) = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsIntersection", "ValueRangeConstraint", "SingleValueConstraint", "ConstraintsUnion", "ValueSizeConstraint")
( ifStackGroup2, ifStackHigherLayer, ifStackLowerLayer, ) = mibBuilder.importSymbols("IF-MIB", "ifStackGroup2", "ifStackHigherLayer", "ifStackLowerLayer")
( ModuleCompliance, NotificationGroup, ObjectGroup, ) = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "NotificationGroup", "ObjectGroup")
( Counter32, NotificationType, TimeTicks, IpAddress, MibScalar, MibTable, MibTableRow, MibTableColumn, ModuleIdentity, Gauge32, MibIdentifier, Unsigned32, Counter64, ObjectIdentity, mib_2, Integer32, iso, Bits, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Counter32", "NotificationType", "TimeTicks", "IpAddress", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "ModuleIdentity", "Gauge32", "MibIdentifier", "Unsigned32", "Counter64", "ObjectIdentity", "mib-2", "Integer32", "iso", "Bits")
( DisplayString, TextualConvention, RowStatus, ) = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TextualConvention", "RowStatus")
ifInvertedStackMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 77)).setRevisions(("2000-06-14 00:00",))
if mibBuilder.loadTexts: ifInvertedStackMIB.setLastUpdated('200006140000Z')
if mibBuilder.loadTexts: ifInvertedStackMIB.setOrganization('IETF Interfaces MIB Working Group')
if mibBuilder.loadTexts: ifInvertedStackMIB.setContactInfo(' Keith McCloghrie\n Cisco Systems, Inc.\n 170 West Tasman Drive\n San Jose, CA 95134-1706\n US\n\n 408-526-5260\n kzm@cisco.com')
if mibBuilder.loadTexts: ifInvertedStackMIB.setDescription('The MIB module which provides the Inverted Stack Table for\n interface sub-layers.')
ifInvMIBObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 77, 1))
ifInvStackTable = MibTable((1, 3, 6, 1, 2, 1, 77, 1, 1), )
if mibBuilder.loadTexts: ifInvStackTable.setDescription("A table containing information on the relationships between\n the multiple sub-layers of network interfaces. In\n particular, it contains information on which sub-layers run\n 'underneath' which other sub-layers, where each sub-layer\n corresponds to a conceptual row in the ifTable. For\n example, when the sub-layer with ifIndex value x runs\n underneath the sub-layer with ifIndex value y, then this\n table contains:\n\n ifInvStackStatus.x.y=active\n\n For each ifIndex value, z, which identifies an active\n interface, there are always at least two instantiated rows\n in this table associated with z. For one of these rows, z\n is the value of ifStackHigherLayer; for the other, z is the\n value of ifStackLowerLayer. (If z is not involved in\n multiplexing, then these are the only two rows associated\n with z.)\n\n For example, two rows exist even for an interface which has\n no others stacked on top or below it:\n\n ifInvStackStatus.z.0=active\n ifInvStackStatus.0.z=active\n\n This table contains exactly the same number of rows as the\n ifStackTable, but the rows appear in a different order.")
ifInvStackEntry = MibTableRow((1, 3, 6, 1, 2, 1, 77, 1, 1, 1), ).setIndexNames((0, "IF-MIB", "ifStackLowerLayer"), (0, "IF-MIB", "ifStackHigherLayer"))
if mibBuilder.loadTexts: ifInvStackEntry.setDescription('Information on a particular relationship between two sub-\n layers, specifying that one sub-layer runs underneath the\n other sub-layer. Each sub-layer corresponds to a conceptual\n row in the ifTable.')
ifInvStackStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 77, 1, 1, 1, 1), RowStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ifInvStackStatus.setDescription('The status of the relationship between two sub-layers.\n\n An instance of this object exists for each instance of the\n ifStackStatus object, and vice versa. For example, if the\n variable ifStackStatus.H.L exists, then the variable\n ifInvStackStatus.L.H must also exist, and vice versa. In\n addition, the two variables always have the same value.\n\n However, unlike ifStackStatus, the ifInvStackStatus object\n is NOT write-able. A network management application wishing\n to change a relationship between sub-layers H and L cannot\n do so by modifying the value of ifInvStackStatus.L.H, but\n must instead modify the value of ifStackStatus.H.L. After\n the ifStackTable is modified, the change will be reflected\n in this table.')
ifInvConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 77, 1, 2))
ifInvGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 77, 1, 2, 1))
ifInvCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 77, 1, 2, 2))
ifInvCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 77, 1, 2, 2, 1)).setObjects(*(("IF-INVERTED-STACK-MIB", "ifInvStackGroup"), ("IF-MIB", "ifStackGroup2"),))
if mibBuilder.loadTexts: ifInvCompliance.setDescription('The compliance statement for SNMP entities which provide\n inverted information on the layering of network interfaces.')
ifInvStackGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 77, 1, 2, 1, 1)).setObjects(*(("IF-INVERTED-STACK-MIB", "ifInvStackStatus"),))
if mibBuilder.loadTexts: ifInvStackGroup.setDescription('A collection of objects providing inverted information on\n the layering of MIB-II interfaces.')
mibBuilder.exportSymbols("IF-INVERTED-STACK-MIB", ifInvStackEntry=ifInvStackEntry, ifInvStackStatus=ifInvStackStatus, ifInvCompliance=ifInvCompliance, ifInvStackGroup=ifInvStackGroup, PYSNMP_MODULE_ID=ifInvertedStackMIB, ifInvConformance=ifInvConformance, ifInvMIBObjects=ifInvMIBObjects, ifInvCompliances=ifInvCompliances, ifInvGroups=ifInvGroups, ifInvertedStackMIB=ifInvertedStackMIB, ifInvStackTable=ifInvStackTable)
|