/usr/share/pyshared/pysnmp_mibs/APPN-DLUR-MIB.py is in python-pysnmp4-mibs 0.1.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | # PySNMP SMI module. Autogenerated from smidump -f python APPN-DLUR-MIB
# by libsmi2pysnmp-0.1.3 at Mon Apr 2 20:38:41 2012,
# Python version sys.version_info(major=2, minor=7, micro=2, releaselevel='final', serial=0)
# Imports
( SnaControlPointName, ) = mibBuilder.importSymbols("APPN-MIB", "SnaControlPointName")
( 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")
( snanauMIB, ) = mibBuilder.importSymbols("SNA-NAU-MIB", "snanauMIB")
( ModuleCompliance, ObjectGroup, ) = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "ObjectGroup")
( Bits, Integer32, ModuleIdentity, MibIdentifier, MibScalar, MibTable, MibTableRow, MibTableColumn, TimeTicks, Unsigned32, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Bits", "Integer32", "ModuleIdentity", "MibIdentifier", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "TimeTicks", "Unsigned32")
( DisplayString, TruthValue, ) = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TruthValue")
# Objects
dlurMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 34, 5)).setRevisions(("1997-05-10 15:00",))
if mibBuilder.loadTexts: dlurMIB.setOrganization("IETF SNA NAU MIB WG / AIW APPN/HPR MIBs SIG")
if mibBuilder.loadTexts: dlurMIB.setContactInfo("\nBob Clouston\nCisco Systems\n7025 Kit Creek Road\nP.O. Box 14987\nResearch Triangle Park, NC 27709, USA\nTel: 1 919 472 2333\nE-mail: clouston@cisco.com\n\nBob Moore\nIBM Corporation\n800 Park Offices Drive\nRHJA/664\nP.O. Box 12195\nResearch Triangle Park, NC 27709, USA\nTel: 1 919 254 4436\nE-mail: remoore@ralvm6.vnet.ibm.com")
if mibBuilder.loadTexts: dlurMIB.setDescription("This is the MIB module for objects used to manage\nnetwork devices with DLUR capabilities. This MIB\ncontains information that is useful for managing an APPN\nproduct that implements a DLUR (Dependent Logical Unit\nRequester). The DLUR product has a client/server\nrelationship with an APPN product that implements a DLUS\n(Dependent Logical Unit Server).")
dlurObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1))
dlurNodeInfo = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 1))
dlurNodeCapabilities = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1))
dlurNodeCpName = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 1), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurNodeCpName.setDescription("Administratively assigned network name for the APPN node where\nthis DLUR implementation resides. If this object has the same\nvalue as the appnNodeCpName object in the APPN MIB, then the\ntwo objects are referring to the same APPN node.")
dlurReleaseLevel = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(2, 2)).setFixedLength(2)).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurReleaseLevel.setDescription("The DLUR release level of this implementation. This is the\nvalue that is encoded in the DLUR/DLUS Capabilites (CV 51).\nTo insure consistent display, this one-byte value is encoded\nhere as two displayable characters that are equivalent to a\nhexadecimal display. For example, if the one-byte value as\nencoded in CV51 is X'01', this object will contain the\ndisplayable string '01'.")
dlurAnsSupport = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 3), Integer().subtype(subtypeSpec=SingleValueConstraint(2,1,)).subtype(namedValues=NamedValues(("continueOrStop", 1), ("stopOnly", 2), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurAnsSupport.setDescription("Automatic Network Shutdown (ANS) capability of this node.\n\n- 'continueOrStop' indicates that the DLUR implementation\n supports either ANS value (continue or stop) as\n specified by the DLUS on ACTPU for each PU.\n\n- 'stopOnly' indicates that the DLUR implementation only\n supports the ANS value of stop.\n\nANS = continue means that the DLUR node will keep LU-LU\nsessions active even if SSCP-PU and SSCP-LU control sessions\nare interrupted.\n\nANS = stop means that LU-LU sessions will be interrupted when\nthe SSCP-PU and SSCP-LU sessions are interrupted.")
dlurMultiSubnetSupport = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 4), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurMultiSubnetSupport.setDescription("Indication of whether this DLUR implementation can support\nCPSVRMGR sessions that cross NetId boundaries.")
dlurDefaultDefPrimDlusName = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 5), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurDefaultDefPrimDlusName.setDescription("The SNA name of the defined default primary DLUS for all of\nthe PUs served by this DLUR. This can be overridden for a\nparticular PU by a defined primary DLUS for that PU,\nrepresented by the dlurPuDefPrimDlusName object.")
dlurNetworkNameForwardingSupport = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 6), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurNetworkNameForwardingSupport.setDescription("Indication of whether this DLUR implementation supports\nforwarding of Network Name control vectors on ACTPUs and\nACTLUs to DLUR-served PUs and their associated LUs.\n\nThis object corresponds to byte 9. bit 3 of cv51.")
dlurNondisDlusDlurSessDeactSup = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 7), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurNondisDlusDlurSessDeactSup.setDescription("Indication of whether this DLUR implementation supports\nnondisruptive deactivation of its DLUR-DLUS sessions.\nUpon receiving from a DLUS an UNBIND for the CPSVRMGR pipe\nwith sense data X'08A0 000B', a DLUR that supports this\noption immediately begins attempting to activate a CPSVRMGR\npipe with a DLUS other than the one that sent the UNBIND.\n\nThis object corresponds to byte 9. bit 4 of cv51.")
dlurDefaultDefBackupDlusTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2))
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusTable.setDescription("This table contains an ordered list of defined backup DLUSs\nfor all of the PUs served by this DLUR. These can be\noverridden for a particular PU by a list of defined backup\nDLUSs for that PU, represented by the\ndlurPuDefBackupDlusNameTable. Entries in this table are\nordered from most preferred default backup DLUS to least\npreferred.")
dlurDefaultDefBackupDlusEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2, 1)).setIndexNames((0, "APPN-DLUR-MIB", "dlurDefaultDefBackupDlusIndex"))
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusEntry.setDescription("This table is indexed by an integer-valued index, which\norders the entries from most preferred default backup DLUS\nto least preferred.")
dlurDefaultDefBackupDlusIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2, 1, 1), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))).setMaxAccess("noaccess")
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusIndex.setDescription("Index for this table. The index values start at 1,\nwhich identifies the most preferred default backup DLUS.")
dlurDefaultDefBackupDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2, 1, 2), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusName.setDescription("Fully qualified name of a default backup DLUS for PUs served\nby this DLUR.")
dlurPuInfo = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 2))
dlurPuTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1))
if mibBuilder.loadTexts: dlurPuTable.setDescription("Information about the PUs supported by this DLUR.")
dlurPuEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1)).setIndexNames((0, "APPN-DLUR-MIB", "dlurPuName"))
if mibBuilder.loadTexts: dlurPuEntry.setDescription("Entry in a table of PU information, indexed by PU name.")
dlurPuName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 17))).setMaxAccess("noaccess")
if mibBuilder.loadTexts: dlurPuName.setDescription("Locally administered name of the PU.")
dlurPuSscpSuppliedName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 17))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuSscpSuppliedName.setDescription("The SNA name of the PU. This value is supplied to a PU by the\nSSCP that activated it. If a value has not been supplied, a\nzero-length string is returned.")
dlurPuStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 3), Integer().subtype(subtypeSpec=SingleValueConstraint(1,8,7,9,2,5,4,3,6,)).subtype(namedValues=NamedValues(("reset", 1), ("pendReqActpuRsp", 2), ("pendActpu", 3), ("pendActpuRsp", 4), ("active", 5), ("pendLinkact", 6), ("pendDactpuRsp", 7), ("pendInop", 8), ("pendInopActpu", 9), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuStatus.setDescription("Status of the DLUR-supported PU. The following values are\ndefined:\n\n reset(1) - reset\n pendReqActpuRsp(2) - pending a response from the DLUS\n to a Request ACTPU\n pendActpu(3) - pending an ACTPU from the DLUS\n pendActpuRsp(4) - pending an ACTPU response from the PU\n active(5) - active\n pendLinkact(6) - pending activation of the link to a\n downstream PU\n pendDactpuRsp(7) - pending a DACTPU response from the PU\n pendInop(8) - the CPSVRMGR pipe became inoperative\n while the DLUR was pending an ACTPU\n response from the PU\n pendInopActpu(9) - when the DLUR was in the pendInop\n state, a CPSVRMGR pipe became active\n and a new ACTPU was received over it,\n before a response to the previous\n ACTPU was received from the PU.")
dlurPuAnsSupport = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 4), Integer().subtype(subtypeSpec=SingleValueConstraint(1,2,)).subtype(namedValues=NamedValues(("continue", 1), ("stop", 2), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuAnsSupport.setDescription("The Automatic Network Shutdown (ANS) support configured for\nthis PU. This value (as configured by the network\nadministrator) is sent by DLUS with ACTPU for each PU.\n\n - 'continue' means that the DLUR node will attempt to keep\n LU-LU sessions active even if SSCP-PU and SSCP-LU\n control sessions are interrupted.\n\n - 'stop' means that LU-LU sessions will be interrupted\n when the SSCP-PU and SSCP-LU sessions are interrupted.")
dlurPuLocation = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 5), Integer().subtype(subtypeSpec=SingleValueConstraint(1,2,)).subtype(namedValues=NamedValues(("internal", 1), ("downstream", 2), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuLocation.setDescription("Location of the DLUR-support PU:\ninternal(1) - internal to the APPN node itself (no link)\ndownstream(2) - downstream of the APPN node (connected via\n a link).")
dlurPuLsName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 10))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuLsName.setDescription("Administratively assigned name of the link station through\nwhich a downstream PU is connected to this DLUR. A zero-length\nstring is returned for internal PUs. If this object has the\nsame value as the appnLsName object in the APPN MIB, then the\ntwo are identifying the same link station.")
dlurPuDlusSessnStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 7), Integer().subtype(subtypeSpec=SingleValueConstraint(1,3,2,4,)).subtype(namedValues=NamedValues(("reset", 1), ("pendingActive", 2), ("active", 3), ("pendingInactive", 4), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuDlusSessnStatus.setDescription("Status of the control session to the DLUS identified in\ndlurPuActiveDlusName. This is a combination of the separate\nstates for the contention-winner and contention-loser sessions:\n\nreset(1) - none of the cases below\npendingActive(2) - either contention-winner session or\n contention-loser session is pending active\nactive(3) - contention-winner and contention-loser\n sessions are both active\npendingInactive(4) - either contention-winner session or\n contention-loser session is pending\n inactive - this test is made AFTER the\n 'pendingActive' test.\n\nThe following matrix provides a different representation of\nhow the values of this object are related to the individual\nstates of the contention-winner and contention-loser sessions:\n\n Conwinner\n | pA | pI | A | X = !(pA | pI | A)\nC ++++++++++++++++++++++++++++++++++\no pA | 2 | 2 | 2 | 2\nn ++++++++++++++++++++++++++++++++++\nl pI | 2 | 4 | 4 | 4\no ++++++++++++++++++++++++++++++++++\ns A | 2 | 4 | 3 | 1\ne ++++++++++++++++++++++++++++++++++\nr X | 2 | 4 | 1 | 1\n ++++++++++++++++++++++++++++++++++")
dlurPuActiveDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 17))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuActiveDlusName.setDescription("The SNA name of the active DLUS for this PU. If its length\nis not zero, this name follows the SnaControlPointName textual\nconvention. A zero-length string indicates that the PU does\nnot currently have an active DLUS.")
dlurPuDefPrimDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 17))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuDefPrimDlusName.setDescription("The SNA name of the defined primary DLUS for this PU, if one\nhas been defined. If present, this name follows the\nSnaControlPointName textual convention. A zero-length string\nindicates that no primary DLUS has been defined for this PU, in\nwhich case the global default represented by the\ndlurDefaultDefPrimDlusName object is used.")
dlurPuDefBackupDlusTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2))
if mibBuilder.loadTexts: dlurPuDefBackupDlusTable.setDescription("This table contains an ordered list of defined backup DLUSs\nfor those PUs served by this DLUR that have their own defined\nbackup DLUSs. PUs that have no entries in this table use the\nglobal default backup DLUSs for the DLUR, represented by the\ndlurDefaultDefBackupDlusNameTable. Entries in this table are\nordered from most preferred backup DLUS to least preferred for\neach PU.")
dlurPuDefBackupDlusEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1)).setIndexNames((0, "APPN-DLUR-MIB", "dlurPuDefBackupDlusPuName"), (0, "APPN-DLUR-MIB", "dlurPuDefBackupDlusIndex"))
if mibBuilder.loadTexts: dlurPuDefBackupDlusEntry.setDescription("This table is indexed by PU name and by an integer-valued\nindex, which orders the entries from most preferred backup DLUS\nfor the PU to least preferred.")
dlurPuDefBackupDlusPuName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 17))).setMaxAccess("noaccess")
if mibBuilder.loadTexts: dlurPuDefBackupDlusPuName.setDescription("Locally administered name of the PU. If this object has the\nsame value as the dlurPuName object, then the two are\nidentifying the same PU.")
dlurPuDefBackupDlusIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1, 2), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))).setMaxAccess("noaccess")
if mibBuilder.loadTexts: dlurPuDefBackupDlusIndex.setDescription("Secondary index for this table. The index values start at 1,\nwhich identifies the most preferred backup DLUS for the PU.")
dlurPuDefBackupDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1, 3), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuDefBackupDlusName.setDescription("Fully qualified name of a backup DLUS for this PU.")
dlurDlusInfo = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 3))
dlurDlusTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1))
if mibBuilder.loadTexts: dlurDlusTable.setDescription("Information about DLUS control sessions.")
dlurDlusEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1, 1)).setIndexNames((0, "APPN-DLUR-MIB", "dlurDlusName"))
if mibBuilder.loadTexts: dlurDlusEntry.setDescription("This entry is indexed by the name of the DLUS.")
dlurDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1, 1, 1), SnaControlPointName()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: dlurDlusName.setDescription("The SNA name of a DLUS with which this DLUR currently has a\nCPSVRMGR pipe established.")
dlurDlusSessnStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1, 1, 2), Integer().subtype(subtypeSpec=SingleValueConstraint(1,3,2,4,)).subtype(namedValues=NamedValues(("reset", 1), ("pendingActive", 2), ("active", 3), ("pendingInactive", 4), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurDlusSessnStatus.setDescription("Status of the CPSVRMGR pipe between the DLUR and this DLUS.\nThis is a combination of the separate states for the\ncontention-winner and contention-loser sessions:\n\nreset(1) - none of the cases below\npendingActive(2) - either contention-winner session or\n contention-loser session is pending active\nactive(3) - contention-winner and contention-loser\n sessions are both active\npendingInactive(4) - either contention-winner session or\n contention-loser session is pending\n inactive - this test is made AFTER the\n 'pendingActive' test.\n\nThe following matrix provides a different representation of\nhow the values of this object are related to the individual\nstates of the contention-winner and contention-loser sessions:\n\n Conwinner\n | pA | pI | A | X = !(pA | pI | A)\nC ++++++++++++++++++++++++++++++++++\no pA | 2 | 2 | 2 | 2\nn ++++++++++++++++++++++++++++++++++\nl pI | 2 | 4 | 4 | 4\no ++++++++++++++++++++++++++++++++++\ns A | 2 | 4 | 3 | 1\ne ++++++++++++++++++++++++++++++++++\nr X | 2 | 4 | 1 | 1\n ++++++++++++++++++++++++++++++++++")
dlurConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 2))
dlurCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 2, 1))
dlurGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 2, 2))
# Augmentions
# Groups
dlurConfGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 34, 5, 2, 2, 1)).setObjects(*(("APPN-DLUR-MIB", "dlurPuAnsSupport"), ("APPN-DLUR-MIB", "dlurDefaultDefPrimDlusName"), ("APPN-DLUR-MIB", "dlurPuLocation"), ("APPN-DLUR-MIB", "dlurAnsSupport"), ("APPN-DLUR-MIB", "dlurPuActiveDlusName"), ("APPN-DLUR-MIB", "dlurNodeCpName"), ("APPN-DLUR-MIB", "dlurPuSscpSuppliedName"), ("APPN-DLUR-MIB", "dlurPuLsName"), ("APPN-DLUR-MIB", "dlurPuDefPrimDlusName"), ("APPN-DLUR-MIB", "dlurNondisDlusDlurSessDeactSup"), ("APPN-DLUR-MIB", "dlurPuDefBackupDlusName"), ("APPN-DLUR-MIB", "dlurPuDlusSessnStatus"), ("APPN-DLUR-MIB", "dlurNetworkNameForwardingSupport"), ("APPN-DLUR-MIB", "dlurReleaseLevel"), ("APPN-DLUR-MIB", "dlurDlusSessnStatus"), ("APPN-DLUR-MIB", "dlurDefaultDefBackupDlusName"), ("APPN-DLUR-MIB", "dlurPuStatus"), ("APPN-DLUR-MIB", "dlurMultiSubnetSupport"), ) )
if mibBuilder.loadTexts: dlurConfGroup.setDescription("A collection of objects providing information on an\nimplementation of APPN DLUR.")
# Compliances
dlurCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 34, 5, 2, 1, 1)).setObjects(*(("APPN-DLUR-MIB", "dlurConfGroup"), ) )
if mibBuilder.loadTexts: dlurCompliance.setDescription("The compliance statement for the SNMPv2 entities which\nimplement the DLUR MIB.")
# Exports
# Module identity
mibBuilder.exportSymbols("APPN-DLUR-MIB", PYSNMP_MODULE_ID=dlurMIB)
# Objects
mibBuilder.exportSymbols("APPN-DLUR-MIB", dlurMIB=dlurMIB, dlurObjects=dlurObjects, dlurNodeInfo=dlurNodeInfo, dlurNodeCapabilities=dlurNodeCapabilities, dlurNodeCpName=dlurNodeCpName, dlurReleaseLevel=dlurReleaseLevel, dlurAnsSupport=dlurAnsSupport, dlurMultiSubnetSupport=dlurMultiSubnetSupport, dlurDefaultDefPrimDlusName=dlurDefaultDefPrimDlusName, dlurNetworkNameForwardingSupport=dlurNetworkNameForwardingSupport, dlurNondisDlusDlurSessDeactSup=dlurNondisDlusDlurSessDeactSup, dlurDefaultDefBackupDlusTable=dlurDefaultDefBackupDlusTable, dlurDefaultDefBackupDlusEntry=dlurDefaultDefBackupDlusEntry, dlurDefaultDefBackupDlusIndex=dlurDefaultDefBackupDlusIndex, dlurDefaultDefBackupDlusName=dlurDefaultDefBackupDlusName, dlurPuInfo=dlurPuInfo, dlurPuTable=dlurPuTable, dlurPuEntry=dlurPuEntry, dlurPuName=dlurPuName, dlurPuSscpSuppliedName=dlurPuSscpSuppliedName, dlurPuStatus=dlurPuStatus, dlurPuAnsSupport=dlurPuAnsSupport, dlurPuLocation=dlurPuLocation, dlurPuLsName=dlurPuLsName, dlurPuDlusSessnStatus=dlurPuDlusSessnStatus, dlurPuActiveDlusName=dlurPuActiveDlusName, dlurPuDefPrimDlusName=dlurPuDefPrimDlusName, dlurPuDefBackupDlusTable=dlurPuDefBackupDlusTable, dlurPuDefBackupDlusEntry=dlurPuDefBackupDlusEntry, dlurPuDefBackupDlusPuName=dlurPuDefBackupDlusPuName, dlurPuDefBackupDlusIndex=dlurPuDefBackupDlusIndex, dlurPuDefBackupDlusName=dlurPuDefBackupDlusName, dlurDlusInfo=dlurDlusInfo, dlurDlusTable=dlurDlusTable, dlurDlusEntry=dlurDlusEntry, dlurDlusName=dlurDlusName, dlurDlusSessnStatus=dlurDlusSessnStatus, dlurConformance=dlurConformance, dlurCompliances=dlurCompliances, dlurGroups=dlurGroups)
# Groups
mibBuilder.exportSymbols("APPN-DLUR-MIB", dlurConfGroup=dlurConfGroup)
# Compliances
mibBuilder.exportSymbols("APPN-DLUR-MIB", dlurCompliance=dlurCompliance)
|