/usr/share/pyshared/pysnmp_mibs/IPMROUTE-STD-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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | # PySNMP SMI module. Autogenerated from smidump -f python IPMROUTE-STD-MIB
# by libsmi2pysnmp-0.1.3 at Mon Apr 2 20:39:11 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")
( IANAipMRouteProtocol, IANAipRouteProtocol, ) = mibBuilder.importSymbols("IANA-RTPROTO-MIB", "IANAipMRouteProtocol", "IANAipRouteProtocol")
( InterfaceIndex, InterfaceIndexOrZero, ) = mibBuilder.importSymbols("IF-MIB", "InterfaceIndex", "InterfaceIndexOrZero")
( SnmpAdminString, ) = mibBuilder.importSymbols("SNMP-FRAMEWORK-MIB", "SnmpAdminString")
( ModuleCompliance, ObjectGroup, ) = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "ObjectGroup")
( Bits, Counter32, Counter64, Gauge32, Integer32, Integer32, IpAddress, ModuleIdentity, MibIdentifier, MibScalar, MibTable, MibTableRow, MibTableColumn, TimeTicks, TimeTicks, mib_2, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Bits", "Counter32", "Counter64", "Gauge32", "Integer32", "Integer32", "IpAddress", "ModuleIdentity", "MibIdentifier", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "TimeTicks", "TimeTicks", "mib-2")
( RowStatus, TextualConvention, TruthValue, ) = mibBuilder.importSymbols("SNMPv2-TC", "RowStatus", "TextualConvention", "TruthValue")
# Types
class LanguageTag(TextualConvention, OctetString):
displayHint = "100a"
subtypeSpec = OctetString.subtypeSpec+ValueSizeConstraint(1,100)
# Objects
ipMRouteStdMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 83)).setRevisions(("2000-09-22 00:00",))
if mibBuilder.loadTexts: ipMRouteStdMIB.setOrganization("IETF IDMR Working Group")
if mibBuilder.loadTexts: ipMRouteStdMIB.setContactInfo(" Dave Thaler\nMicrosoft Corporation\nOne Microsoft Way\nRedmond, WA 98052-6399\nUS\n\nPhone: +1 425 703 8835\nEMail: dthaler@microsoft.com")
if mibBuilder.loadTexts: ipMRouteStdMIB.setDescription("The MIB module for management of IP Multicast routing, but\nindependent of the specific multicast routing protocol in\nuse.")
ipMRouteMIBObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 83, 1))
ipMRoute = MibIdentifier((1, 3, 6, 1, 2, 1, 83, 1, 1))
ipMRouteEnable = MibScalar((1, 3, 6, 1, 2, 1, 83, 1, 1, 1), Integer().subtype(subtypeSpec=SingleValueConstraint(2,1,)).subtype(namedValues=NamedValues(("enabled", 1), ("disabled", 2), ))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: ipMRouteEnable.setDescription("The enabled status of IP Multicast routing on this router.")
ipMRouteTable = MibTable((1, 3, 6, 1, 2, 1, 83, 1, 1, 2))
if mibBuilder.loadTexts: ipMRouteTable.setDescription("The (conceptual) table containing multicast routing\ninformation for IP datagrams sent by particular sources to\nthe IP multicast groups known to this router.")
ipMRouteEntry = MibTableRow((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1)).setIndexNames((0, "IPMROUTE-STD-MIB", "ipMRouteGroup"), (0, "IPMROUTE-STD-MIB", "ipMRouteSource"), (0, "IPMROUTE-STD-MIB", "ipMRouteSourceMask"))
if mibBuilder.loadTexts: ipMRouteEntry.setDescription("An entry (conceptual row) containing the multicast routing\ninformation for IP datagrams from a particular source and\naddressed to a particular IP multicast group address.\nDiscontinuities in counters in this entry can be detected by\nobserving the value of ipMRouteUpTime.")
ipMRouteGroup = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 1), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteGroup.setDescription("The IP multicast group address for which this entry\ncontains multicast routing information.")
ipMRouteSource = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 2), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteSource.setDescription("The network address which when combined with the\ncorresponding value of ipMRouteSourceMask identifies the\nsources for which this entry contains multicast routing\ninformation.")
ipMRouteSourceMask = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 3), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteSourceMask.setDescription("The network mask which when combined with the corresponding\nvalue of ipMRouteSource identifies the sources for which\nthis entry contains multicast routing information.")
ipMRouteUpstreamNeighbor = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 4), IpAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteUpstreamNeighbor.setDescription("The address of the upstream neighbor (e.g., RPF neighbor)\nfrom which IP datagrams from these sources to this multicast\naddress are received, or 0.0.0.0 if the upstream neighbor is\nunknown (e.g., in CBT).")
ipMRouteInIfIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 5), InterfaceIndexOrZero()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteInIfIndex.setDescription("The value of ifIndex for the interface on which IP\ndatagrams sent by these sources to this multicast address\nare received. A value of 0 indicates that datagrams are not\nsubject to an incoming interface check, but may be accepted\non multiple interfaces (e.g., in CBT).")
ipMRouteUpTime = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 6), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteUpTime.setDescription("The time since the multicast routing information\nrepresented by this entry was learned by the router.")
ipMRouteExpiryTime = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 7), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteExpiryTime.setDescription("The minimum amount of time remaining before this entry will\nbe aged out. The value 0 indicates that the entry is not\nsubject to aging.")
ipMRoutePkts = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRoutePkts.setDescription("The number of packets which this router has received from\nthese sources and addressed to this multicast group\naddress.")
ipMRouteDifferentInIfPackets = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteDifferentInIfPackets.setDescription("The number of packets which this router has received from\nthese sources and addressed to this multicast group address,\nwhich were dropped because they were not received on the\ninterface indicated by ipMRouteInIfIndex. Packets which are\nnot subject to an incoming interface check (e.g., using CBT)\nare not counted.")
ipMRouteOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteOctets.setDescription("The number of octets contained in IP datagrams which were\nreceived from these sources and addressed to this multicast\ngroup address, and which were forwarded by this router.")
ipMRouteProtocol = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 11), IANAipMRouteProtocol()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteProtocol.setDescription("The multicast routing protocol via which this multicast\nforwarding entry was learned.")
ipMRouteRtProto = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 12), IANAipRouteProtocol()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteRtProto.setDescription("The routing mechanism via which the route used to find the\nupstream or parent interface for this multicast forwarding\nentry was learned. Inclusion of values for routing\nprotocols is not intended to imply that those protocols need\nbe supported.")
ipMRouteRtAddress = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 13), IpAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteRtAddress.setDescription("The address portion of the route used to find the upstream\nor parent interface for this multicast forwarding entry.")
ipMRouteRtMask = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 14), IpAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteRtMask.setDescription("The mask associated with the route used to find the upstream\nor parent interface for this multicast forwarding entry.")
ipMRouteRtType = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 15), Integer().subtype(subtypeSpec=SingleValueConstraint(1,2,)).subtype(namedValues=NamedValues(("unicast", 1), ("multicast", 2), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteRtType.setDescription("The reason the given route was placed in the (logical)\nmulticast Routing Information Base (RIB). A value of\nunicast means that the route would normally be placed only\nin the unicast RIB, but was placed in the multicast RIB\n(instead or in addition) due to local configuration, such as\nwhen running PIM over RIP. A value of multicast means that\n\n\nthe route was explicitly added to the multicast RIB by the\nrouting protocol, such as DVMRP or Multiprotocol BGP.")
ipMRouteHCOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 2, 1, 16), Counter64()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteHCOctets.setDescription("The number of octets contained in IP datagrams which were\nreceived from these sources and addressed to this multicast\ngroup address, and which were forwarded by this router.\nThis object is a 64-bit version of ipMRouteOctets.")
ipMRouteNextHopTable = MibTable((1, 3, 6, 1, 2, 1, 83, 1, 1, 3))
if mibBuilder.loadTexts: ipMRouteNextHopTable.setDescription("The (conceptual) table containing information on the next-\nhops on outgoing interfaces for routing IP multicast\ndatagrams. Each entry is one of a list of next-hops on\noutgoing interfaces for particular sources sending to a\nparticular multicast group address.")
ipMRouteNextHopEntry = MibTableRow((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1)).setIndexNames((0, "IPMROUTE-STD-MIB", "ipMRouteNextHopGroup"), (0, "IPMROUTE-STD-MIB", "ipMRouteNextHopSource"), (0, "IPMROUTE-STD-MIB", "ipMRouteNextHopSourceMask"), (0, "IPMROUTE-STD-MIB", "ipMRouteNextHopIfIndex"), (0, "IPMROUTE-STD-MIB", "ipMRouteNextHopAddress"))
if mibBuilder.loadTexts: ipMRouteNextHopEntry.setDescription("An entry (conceptual row) in the list of next-hops on\noutgoing interfaces to which IP multicast datagrams from\nparticular sources to a IP multicast group address are\nrouted. Discontinuities in counters in this entry can be\ndetected by observing the value of ipMRouteUpTime.")
ipMRouteNextHopGroup = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 1), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteNextHopGroup.setDescription("The IP multicast group for which this entry specifies a\nnext-hop on an outgoing interface.")
ipMRouteNextHopSource = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 2), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteNextHopSource.setDescription("The network address which when combined with the\ncorresponding value of ipMRouteNextHopSourceMask identifies\nthe sources for which this entry specifies a next-hop on an\noutgoing interface.")
ipMRouteNextHopSourceMask = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 3), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteNextHopSourceMask.setDescription("The network mask which when combined with the corresponding\nvalue of ipMRouteNextHopSource identifies the sources for\nwhich this entry specifies a next-hop on an outgoing\ninterface.")
ipMRouteNextHopIfIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 4), InterfaceIndex()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteNextHopIfIndex.setDescription("The ifIndex value of the interface for the outgoing\ninterface for this next-hop.")
ipMRouteNextHopAddress = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 5), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteNextHopAddress.setDescription("The address of the next-hop specific to this entry. For\nmost interfaces, this is identical to ipMRouteNextHopGroup.\nNBMA interfaces, however, may have multiple next-hop\naddresses out a single outgoing interface.")
ipMRouteNextHopState = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 6), Integer().subtype(subtypeSpec=SingleValueConstraint(1,2,)).subtype(namedValues=NamedValues(("pruned", 1), ("forwarding", 2), ))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteNextHopState.setDescription("An indication of whether the outgoing interface and next-\nhop represented by this entry is currently being used to\nforward IP datagrams. The value 'forwarding' indicates it\nis currently being used; the value 'pruned' indicates it is\nnot.")
ipMRouteNextHopUpTime = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 7), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteNextHopUpTime.setDescription("The time since the multicast routing information\nrepresented by this entry was learned by the router.")
ipMRouteNextHopExpiryTime = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 8), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteNextHopExpiryTime.setDescription("The minimum amount of time remaining before this entry will\nbe aged out. If ipMRouteNextHopState is pruned(1), the\nremaining time until the prune expires and the state reverts\nto forwarding(2). Otherwise, the remaining time until this\nentry is removed from the table. The time remaining may be\ncopied from ipMRouteExpiryTime if the protocol in use for\nthis entry does not specify next-hop timers. The value 0\n\n\nindicates that the entry is not subject to aging.")
ipMRouteNextHopClosestMemberHops = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 9), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteNextHopClosestMemberHops.setDescription("The minimum number of hops between this router and any\nmember of this IP multicast group reached via this next-hop\non this outgoing interface. Any IP multicast datagrams for\nthe group which have a TTL less than this number of hops\nwill not be forwarded to this next-hop.")
ipMRouteNextHopProtocol = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 10), IANAipMRouteProtocol()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteNextHopProtocol.setDescription("The routing mechanism via which this next-hop was learned.")
ipMRouteNextHopPkts = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 3, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteNextHopPkts.setDescription("The number of packets which have been forwarded using this\nroute.")
ipMRouteInterfaceTable = MibTable((1, 3, 6, 1, 2, 1, 83, 1, 1, 4))
if mibBuilder.loadTexts: ipMRouteInterfaceTable.setDescription("The (conceptual) table containing multicast routing\ninformation specific to interfaces.")
ipMRouteInterfaceEntry = MibTableRow((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1)).setIndexNames((0, "IPMROUTE-STD-MIB", "ipMRouteInterfaceIfIndex"))
if mibBuilder.loadTexts: ipMRouteInterfaceEntry.setDescription("An entry (conceptual row) containing the multicast routing\ninformation for a particular interface.")
ipMRouteInterfaceIfIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 1), InterfaceIndex()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteInterfaceIfIndex.setDescription("The ifIndex value of the interface for which this entry\ncontains information.")
ipMRouteInterfaceTtl = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: ipMRouteInterfaceTtl.setDescription("The datagram TTL threshold for the interface. Any IP\nmulticast datagrams with a TTL less than this threshold will\nnot be forwarded out the interface. The default value of 0\nmeans all multicast packets are forwarded out the\ninterface.")
ipMRouteInterfaceProtocol = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 3), IANAipMRouteProtocol()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteInterfaceProtocol.setDescription("The routing protocol running on this interface.")
ipMRouteInterfaceRateLimit = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 4), Integer32().clone(0)).setMaxAccess("readwrite")
if mibBuilder.loadTexts: ipMRouteInterfaceRateLimit.setDescription("The rate-limit, in kilobits per second, of forwarded\nmulticast traffic on the interface. A rate-limit of 0\nindicates that no rate limiting is done.")
ipMRouteInterfaceInMcastOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteInterfaceInMcastOctets.setDescription("The number of octets of multicast packets that have arrived\non the interface, including framing characters. This object\nis similar to ifInOctets in the Interfaces MIB, except that\nonly multicast packets are counted.")
ipMRouteInterfaceOutMcastOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteInterfaceOutMcastOctets.setDescription("The number of octets of multicast packets that have been\nsent on the interface.")
ipMRouteInterfaceHCInMcastOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 7), Counter64()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteInterfaceHCInMcastOctets.setDescription("The number of octets of multicast packets that have arrived\non the interface, including framing characters. This object\nis a 64-bit version of ipMRouteInterfaceInMcastOctets. It\nis similar to ifHCInOctets in the Interfaces MIB, except\nthat only multicast packets are counted.")
ipMRouteInterfaceHCOutMcastOctets = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 4, 1, 8), Counter64()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteInterfaceHCOutMcastOctets.setDescription("The number of octets of multicast packets that have been\n\n\nsent on the interface. This object is a 64-bit version of\nipMRouteInterfaceOutMcastOctets.")
ipMRouteBoundaryTable = MibTable((1, 3, 6, 1, 2, 1, 83, 1, 1, 5))
if mibBuilder.loadTexts: ipMRouteBoundaryTable.setDescription("The (conceptual) table listing the router's scoped\nmulticast address boundaries.")
ipMRouteBoundaryEntry = MibTableRow((1, 3, 6, 1, 2, 1, 83, 1, 1, 5, 1)).setIndexNames((0, "IPMROUTE-STD-MIB", "ipMRouteBoundaryIfIndex"), (0, "IPMROUTE-STD-MIB", "ipMRouteBoundaryAddress"), (0, "IPMROUTE-STD-MIB", "ipMRouteBoundaryAddressMask"))
if mibBuilder.loadTexts: ipMRouteBoundaryEntry.setDescription("An entry (conceptual row) in the ipMRouteBoundaryTable\nrepresenting a scoped boundary.")
ipMRouteBoundaryIfIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 5, 1, 1), InterfaceIndex()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteBoundaryIfIndex.setDescription("The IfIndex value for the interface to which this boundary\napplies. Packets with a destination address in the\nassociated address/mask range will not be forwarded out this\ninterface.")
ipMRouteBoundaryAddress = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 5, 1, 2), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteBoundaryAddress.setDescription("The group address which when combined with the\ncorresponding value of ipMRouteBoundaryAddressMask\nidentifies the group range for which the scoped boundary\nexists. Scoped addresses must come from the range 239.x.x.x\nas specified in RFC 2365.")
ipMRouteBoundaryAddressMask = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 5, 1, 3), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteBoundaryAddressMask.setDescription("The group address mask which when combined with the\ncorresponding value of ipMRouteBoundaryAddress identifies\nthe group range for which the scoped boundary exists.")
ipMRouteBoundaryStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 5, 1, 4), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: ipMRouteBoundaryStatus.setDescription("The status of this row, by which new entries may be\ncreated, or old entries deleted from this table.")
ipMRouteScopeNameTable = MibTable((1, 3, 6, 1, 2, 1, 83, 1, 1, 6))
if mibBuilder.loadTexts: ipMRouteScopeNameTable.setDescription("The (conceptual) table listing the multicast scope names.")
ipMRouteScopeNameEntry = MibTableRow((1, 3, 6, 1, 2, 1, 83, 1, 1, 6, 1)).setIndexNames((0, "IPMROUTE-STD-MIB", "ipMRouteScopeNameAddress"), (0, "IPMROUTE-STD-MIB", "ipMRouteScopeNameAddressMask"), (1, "IPMROUTE-STD-MIB", "ipMRouteScopeNameLanguage"))
if mibBuilder.loadTexts: ipMRouteScopeNameEntry.setDescription("An entry (conceptual row) in the ipMRouteScopeNameTable\nrepresenting a multicast scope name.")
ipMRouteScopeNameAddress = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 6, 1, 1), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteScopeNameAddress.setDescription("The group address which when combined with the\ncorresponding value of ipMRouteScopeNameAddressMask\nidentifies the group range associated with the multicast\nscope. Scoped addresses must come from the range\n239.x.x.x.")
ipMRouteScopeNameAddressMask = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 6, 1, 2), IpAddress()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteScopeNameAddressMask.setDescription("The group address mask which when combined with the\ncorresponding value of ipMRouteScopeNameAddress identifies\nthe group range associated with the multicast scope.")
ipMRouteScopeNameLanguage = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 6, 1, 3), LanguageTag()).setMaxAccess("noaccess")
if mibBuilder.loadTexts: ipMRouteScopeNameLanguage.setDescription("The RFC 1766-style language tag associated with the scope\nname.")
ipMRouteScopeNameString = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 6, 1, 4), SnmpAdminString()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: ipMRouteScopeNameString.setDescription("The textual name associated with the multicast scope. The\nvalue of this object should be suitable for displaying to\nend-users, such as when allocating a multicast address in\nthis scope. When no name is specified, the default value of\nthis object should be the string 239.x.x.x/y with x and y\nreplaced appropriately to describe the address and mask\nlength associated with the scope.")
ipMRouteScopeNameDefault = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 6, 1, 5), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: ipMRouteScopeNameDefault.setDescription("If true, indicates a preference that the name in the\nfollowing language should be used by applications if no name\nis available in a desired language.")
ipMRouteScopeNameStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 83, 1, 1, 6, 1, 6), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: ipMRouteScopeNameStatus.setDescription("The status of this row, by which new entries may be\ncreated, or old entries deleted from this table.")
ipMRouteEntryCount = MibScalar((1, 3, 6, 1, 2, 1, 83, 1, 1, 7), Gauge32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ipMRouteEntryCount.setDescription("The number of rows in the ipMRouteTable. This can be used\nto monitor the multicast routing table size.")
ipMRouteMIBConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 83, 2))
ipMRouteMIBCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 83, 2, 1))
ipMRouteMIBGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 83, 2, 2))
# Augmentions
# Groups
ipMRouteMIBBasicGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 83, 2, 2, 1)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteInIfIndex"), ("IPMROUTE-STD-MIB", "ipMRouteUpTime"), ("IPMROUTE-STD-MIB", "ipMRouteUpstreamNeighbor"), ("IPMROUTE-STD-MIB", "ipMRouteInterfaceOutMcastOctets"), ("IPMROUTE-STD-MIB", "ipMRouteInterfaceInMcastOctets"), ("IPMROUTE-STD-MIB", "ipMRouteExpiryTime"), ("IPMROUTE-STD-MIB", "ipMRouteNextHopState"), ("IPMROUTE-STD-MIB", "ipMRouteInterfaceRateLimit"), ("IPMROUTE-STD-MIB", "ipMRouteEntryCount"), ("IPMROUTE-STD-MIB", "ipMRouteNextHopExpiryTime"), ("IPMROUTE-STD-MIB", "ipMRouteInterfaceTtl"), ("IPMROUTE-STD-MIB", "ipMRouteNextHopPkts"), ("IPMROUTE-STD-MIB", "ipMRouteEnable"), ("IPMROUTE-STD-MIB", "ipMRouteInterfaceProtocol"), ("IPMROUTE-STD-MIB", "ipMRouteNextHopProtocol"), ("IPMROUTE-STD-MIB", "ipMRouteProtocol"), ("IPMROUTE-STD-MIB", "ipMRouteNextHopUpTime"), ) )
if mibBuilder.loadTexts: ipMRouteMIBBasicGroup.setDescription("A collection of objects to support basic management of IP\nMulticast routing.")
ipMRouteMIBHopCountGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 83, 2, 2, 2)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteNextHopClosestMemberHops"), ) )
if mibBuilder.loadTexts: ipMRouteMIBHopCountGroup.setDescription("A collection of objects to support management of the use of\nhop counts in IP Multicast routing.")
ipMRouteMIBBoundaryGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 83, 2, 2, 3)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteScopeNameString"), ("IPMROUTE-STD-MIB", "ipMRouteBoundaryStatus"), ("IPMROUTE-STD-MIB", "ipMRouteScopeNameDefault"), ("IPMROUTE-STD-MIB", "ipMRouteScopeNameStatus"), ) )
if mibBuilder.loadTexts: ipMRouteMIBBoundaryGroup.setDescription("A collection of objects to support management of scoped\nmulticast address boundaries.")
ipMRouteMIBPktsOutGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 83, 2, 2, 4)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteNextHopPkts"), ) )
if mibBuilder.loadTexts: ipMRouteMIBPktsOutGroup.setDescription("A collection of objects to support management of packet\ncounters for each outgoing interface entry of a route.")
ipMRouteMIBHCInterfaceGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 83, 2, 2, 5)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteHCOctets"), ("IPMROUTE-STD-MIB", "ipMRouteInterfaceHCInMcastOctets"), ("IPMROUTE-STD-MIB", "ipMRouteInterfaceHCOutMcastOctets"), ) )
if mibBuilder.loadTexts: ipMRouteMIBHCInterfaceGroup.setDescription("A collection of objects providing information specific to\nhigh speed (greater than 20,000,000 bits/second) network\ninterfaces.")
ipMRouteMIBRouteGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 83, 2, 2, 6)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteRtType"), ("IPMROUTE-STD-MIB", "ipMRouteRtAddress"), ("IPMROUTE-STD-MIB", "ipMRouteRtProto"), ("IPMROUTE-STD-MIB", "ipMRouteRtMask"), ) )
if mibBuilder.loadTexts: ipMRouteMIBRouteGroup.setDescription("A collection of objects providing information on the\nrelationship between multicast routing information, and the\nIP Forwarding Table.")
ipMRouteMIBPktsGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 83, 2, 2, 7)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteOctets"), ("IPMROUTE-STD-MIB", "ipMRoutePkts"), ("IPMROUTE-STD-MIB", "ipMRouteDifferentInIfPackets"), ) )
if mibBuilder.loadTexts: ipMRouteMIBPktsGroup.setDescription("A collection of objects to support management of packet\ncounters for each forwarding entry.")
# Compliances
ipMRouteMIBCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 83, 2, 1, 1)).setObjects(*(("IPMROUTE-STD-MIB", "ipMRouteMIBRouteGroup"), ("IPMROUTE-STD-MIB", "ipMRouteMIBBoundaryGroup"), ("IPMROUTE-STD-MIB", "ipMRouteMIBHCInterfaceGroup"), ("IPMROUTE-STD-MIB", "ipMRouteMIBBasicGroup"), ) )
if mibBuilder.loadTexts: ipMRouteMIBCompliance.setDescription("The compliance statement for the IP Multicast MIB.")
# Exports
# Module identity
mibBuilder.exportSymbols("IPMROUTE-STD-MIB", PYSNMP_MODULE_ID=ipMRouteStdMIB)
# Types
mibBuilder.exportSymbols("IPMROUTE-STD-MIB", LanguageTag=LanguageTag)
# Objects
mibBuilder.exportSymbols("IPMROUTE-STD-MIB", ipMRouteStdMIB=ipMRouteStdMIB, ipMRouteMIBObjects=ipMRouteMIBObjects, ipMRoute=ipMRoute, ipMRouteEnable=ipMRouteEnable, ipMRouteTable=ipMRouteTable, ipMRouteEntry=ipMRouteEntry, ipMRouteGroup=ipMRouteGroup, ipMRouteSource=ipMRouteSource, ipMRouteSourceMask=ipMRouteSourceMask, ipMRouteUpstreamNeighbor=ipMRouteUpstreamNeighbor, ipMRouteInIfIndex=ipMRouteInIfIndex, ipMRouteUpTime=ipMRouteUpTime, ipMRouteExpiryTime=ipMRouteExpiryTime, ipMRoutePkts=ipMRoutePkts, ipMRouteDifferentInIfPackets=ipMRouteDifferentInIfPackets, ipMRouteOctets=ipMRouteOctets, ipMRouteProtocol=ipMRouteProtocol, ipMRouteRtProto=ipMRouteRtProto, ipMRouteRtAddress=ipMRouteRtAddress, ipMRouteRtMask=ipMRouteRtMask, ipMRouteRtType=ipMRouteRtType, ipMRouteHCOctets=ipMRouteHCOctets, ipMRouteNextHopTable=ipMRouteNextHopTable, ipMRouteNextHopEntry=ipMRouteNextHopEntry, ipMRouteNextHopGroup=ipMRouteNextHopGroup, ipMRouteNextHopSource=ipMRouteNextHopSource, ipMRouteNextHopSourceMask=ipMRouteNextHopSourceMask, ipMRouteNextHopIfIndex=ipMRouteNextHopIfIndex, ipMRouteNextHopAddress=ipMRouteNextHopAddress, ipMRouteNextHopState=ipMRouteNextHopState, ipMRouteNextHopUpTime=ipMRouteNextHopUpTime, ipMRouteNextHopExpiryTime=ipMRouteNextHopExpiryTime, ipMRouteNextHopClosestMemberHops=ipMRouteNextHopClosestMemberHops, ipMRouteNextHopProtocol=ipMRouteNextHopProtocol, ipMRouteNextHopPkts=ipMRouteNextHopPkts, ipMRouteInterfaceTable=ipMRouteInterfaceTable, ipMRouteInterfaceEntry=ipMRouteInterfaceEntry, ipMRouteInterfaceIfIndex=ipMRouteInterfaceIfIndex, ipMRouteInterfaceTtl=ipMRouteInterfaceTtl, ipMRouteInterfaceProtocol=ipMRouteInterfaceProtocol, ipMRouteInterfaceRateLimit=ipMRouteInterfaceRateLimit, ipMRouteInterfaceInMcastOctets=ipMRouteInterfaceInMcastOctets, ipMRouteInterfaceOutMcastOctets=ipMRouteInterfaceOutMcastOctets, ipMRouteInterfaceHCInMcastOctets=ipMRouteInterfaceHCInMcastOctets, ipMRouteInterfaceHCOutMcastOctets=ipMRouteInterfaceHCOutMcastOctets, ipMRouteBoundaryTable=ipMRouteBoundaryTable, ipMRouteBoundaryEntry=ipMRouteBoundaryEntry, ipMRouteBoundaryIfIndex=ipMRouteBoundaryIfIndex, ipMRouteBoundaryAddress=ipMRouteBoundaryAddress, ipMRouteBoundaryAddressMask=ipMRouteBoundaryAddressMask, ipMRouteBoundaryStatus=ipMRouteBoundaryStatus, ipMRouteScopeNameTable=ipMRouteScopeNameTable, ipMRouteScopeNameEntry=ipMRouteScopeNameEntry, ipMRouteScopeNameAddress=ipMRouteScopeNameAddress, ipMRouteScopeNameAddressMask=ipMRouteScopeNameAddressMask, ipMRouteScopeNameLanguage=ipMRouteScopeNameLanguage, ipMRouteScopeNameString=ipMRouteScopeNameString, ipMRouteScopeNameDefault=ipMRouteScopeNameDefault, ipMRouteScopeNameStatus=ipMRouteScopeNameStatus, ipMRouteEntryCount=ipMRouteEntryCount, ipMRouteMIBConformance=ipMRouteMIBConformance, ipMRouteMIBCompliances=ipMRouteMIBCompliances, ipMRouteMIBGroups=ipMRouteMIBGroups)
# Groups
mibBuilder.exportSymbols("IPMROUTE-STD-MIB", ipMRouteMIBBasicGroup=ipMRouteMIBBasicGroup, ipMRouteMIBHopCountGroup=ipMRouteMIBHopCountGroup, ipMRouteMIBBoundaryGroup=ipMRouteMIBBoundaryGroup, ipMRouteMIBPktsOutGroup=ipMRouteMIBPktsOutGroup, ipMRouteMIBHCInterfaceGroup=ipMRouteMIBHCInterfaceGroup, ipMRouteMIBRouteGroup=ipMRouteMIBRouteGroup, ipMRouteMIBPktsGroup=ipMRouteMIBPktsGroup)
# Compliances
mibBuilder.exportSymbols("IPMROUTE-STD-MIB", ipMRouteMIBCompliance=ipMRouteMIBCompliance)
|