INETMROUTE-STD-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: INETMROUTE-STD-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 inetMRouteStdMIB 1.3.6.1.2.1.1
The MIB module for management of IP Multicast routing, but independent of the specific multicast routing protocol in use.
     inetMRouteMIBObjects 1.3.6.1.2.1.1.1
         inetMRoute 1.3.6.1.2.1.1.1.1
             inetMRouteEnabled 1.3.6.1.2.1.1.1.1.1 truthvalue read-write
The enabled status of IP Multicast routing on this router.
             inetMRouteTable 1.3.6.1.2.1.1.1.1.2 no-access
The (conceptual) table containing multicast routing information for IP datagrams sent by particular sources to the IP multicast groups known to this router.
                 inetMRouteEntry 1.3.6.1.2.1.1.1.1.2.1 no-access
An entry (conceptual row) containing the multicast routing information for IP datagrams from a particular source and addressed to a particular IP multicast group address. Discontinuities in counters in this entry can be detected by observing the value of inetMRouteUpTime.
                     inetMRouteGroupType 1.3.6.1.2.1.1.1.1.2.1.1 inetaddresstype no-access
A value indicating the address family of the address contained in inetMRouteGroup. Legal values correspond to the subset of address families for which multicast forwarding is supported.
                     inetMRouteGroup 1.3.6.1.2.1.1.1.1.2.1.2 inetaddress no-access
The IP multicast group address which when combined with the corresponding value specified in inetMRouteGroupMaskLen identifies the groups for which this entry contains multicast routing information.
                     inetMRouteGroupMaskLen 1.3.6.1.2.1.1.1.1.2.1.3 integer no-access
The length in bits of the mask which when combined with the corresponding value of inetMRouteGroup identifies the groups for which this entry contains multicast routing information.
                     inetMRouteSourceType 1.3.6.1.2.1.1.1.1.2.1.4 inetaddresstype no-access
A value indicating the address family of the address contained in inetMRouteSource. The value MUST be the same as the value of inetMRouteGroupType.
                     inetMRouteSource 1.3.6.1.2.1.1.1.1.2.1.5 inetaddress no-access
The network address which when combined with the corresponding value of inetMRouteSourceMaskLen identifies the sources for which this entry contains multicast routing information.
                     inetMRouteSourceMaskLen 1.3.6.1.2.1.1.1.1.2.1.6 integer no-access
The length in bits of the mask which when combined with the corresponding value of inetMRouteSource identifies the sources for which this entry contains multicast routing information.
                     inetMRouteUpstreamNeighborType 1.3.6.1.2.1.1.1.1.2.1.7 inetaddresstype read-only
A value indicating the address family of the address contained in inetMRouteUpstreamNeighbor. The value MUST be the same as the value of inetMRouteGroupType.
                     inetMRouteUpstreamNeighbor 1.3.6.1.2.1.1.1.1.2.1.8 inetaddress read-only
The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources to this multicast address are received. If the upstream neighbor is unknown, then inetMRouteUpstreamNeighbor will be 0.0.0.0 in the case of an IPv4 entry, and 0:0:0:0:0:0:0:0 in the case of an IPv6 entry. (e.g., in CBT).
                     inetMRouteInIfIndex 1.3.6.1.2.1.1.1.1.2.1.9 interfaceindexorzero read-only
The value of ifIndex for the interface on which IP datagrams sent by these sources to this multicast address are received. A value of 0 indicates that datagrams are not subject to an incoming interface check, but may be accepted on multiple interfaces (e.g., in CBT).
                     inetMRouteUpTime 1.3.6.1.2.1.1.1.1.2.1.10 timeticks read-only
The time since the multicast routing information represented by this entry was learned by the router.
                     inetMRouteExpiryTime 1.3.6.1.2.1.1.1.1.2.1.11 timeticks read-only
The minimum amount of time remaining before this entry will be aged out. The value 0 indicates that the entry is not subject to aging.
                     inetMRoutePkts 1.3.6.1.2.1.1.1.1.2.1.12 counter32 read-only
The number of packets which this router has received from these sources and addressed to this multicast group address.
                     inetMRouteDifferentInIfPackets 1.3.6.1.2.1.1.1.1.2.1.13 counter32 read-only
The number of packets which this router has received from these sources and addressed to this multicast group address, which were dropped because they were not received on the interface indicated by inetMRouteInIfIndex. Packets which are not subject to an incoming interface check (e.g., using CBT) are not counted.
                     inetMRouteOctets 1.3.6.1.2.1.1.1.1.2.1.14 counter32 read-only
The number of octets contained in IP datagrams which were received from these sources and addressed to this multicast group address, and which were forwarded by this router.
                     inetMRouteProtocol 1.3.6.1.2.1.1.1.1.2.1.15 ianaipmrouteprotocol read-only
The multicast routing protocol via which this multicast forwarding entry was learned.
                     inetMRouteRtProto 1.3.6.1.2.1.1.1.1.2.1.16 ianaiprouteprotocol read-only
The routing mechanism via which the route used to find the upstream or parent interface for this multicast forwarding entry was learned. Inclusion of values for routing protocols is not intended to imply that those protocols need be supported.
                     inetMRouteRtAddressType 1.3.6.1.2.1.1.1.1.2.1.17 inetaddresstype read-only
A value indicating the address family of the address contained in inetMRouteRtAddress. The value MUST be the same as the value of inetMRouteGroupType.
                     inetMRouteRtAddress 1.3.6.1.2.1.1.1.1.2.1.18 inetaddress read-only
The address portion of the route used to find the upstream or parent interface for this multicast forwarding entry.
                     inetMRouteRtMaskLen 1.3.6.1.2.1.1.1.1.2.1.19 integer read-only
The length in bits of the mask associated with the route used to find the upstream or parent interface for this multicast forwarding entry.
                     inetMRouteRtType 1.3.6.1.2.1.1.1.1.2.1.20 integer read-only
The reason the given route was placed in the (logical) multicast Routing Information Base (RIB). A value of unicast means that the route would normally be placed only in the unicast RIB, but was placed in the multicast RIB (instead or in addition) due to local configuration, such as when running PIM over RIP. A value of multicast means that the route was explicitly added to the multicast RIB by the routing protocol, such as DVMRP or Multiprotocol BGP. Enumeration: 'unicast': 1, 'multicast': 2.
                     inetMRouteHCOctets 1.3.6.1.2.1.1.1.1.2.1.21 counter64 read-only
The number of octets contained in IP datagrams which were received from these sources and addressed to this multicast group address, and which were forwarded by this router. This object is a 64-bit version of inetMRouteOctets.
             inetMRouteNextHopTable 1.3.6.1.2.1.1.1.1.3 no-access
The (conceptual) table containing information on the next-hops on outgoing interfaces for routing IP multicast datagrams. Each entry is one of a list of next-hops on outgoing interfaces for particular sources sending to a particular multicast group address.
                 inetMRouteNextHopEntry 1.3.6.1.2.1.1.1.1.3.1 no-access
An entry (conceptual row) in the list of next-hops on outgoing interfaces to which IP multicast datagrams from particular sources to a IP multicast group address are routed. Discontinuities in counters in this entry can be detected by observing the value of inetMRouteUpTime.
                     inetMRouteNextHopGroupType 1.3.6.1.2.1.1.1.1.3.1.1 inetaddresstype no-access
A value indicating the address family of the address contained in inetMRouteNextHopGroup. Legal values correspond to the subset of address families for which multicast forwarding is supported.
                     inetMRouteNextHopGroup 1.3.6.1.2.1.1.1.1.3.1.2 inetaddress no-access
The IP multicast group for which this entry specifies a next-hop on an outgoing interface.
                     inetMRouteNextHopSourceType 1.3.6.1.2.1.1.1.1.3.1.3 inetaddresstype no-access
A value indicating the address family of the address contained in inetMRouteNextHopSourceType. The value MUST be the same as the value of inetMRouteNextHopGroupType.
                     inetMRouteNextHopSource 1.3.6.1.2.1.1.1.1.3.1.4 inetaddress no-access
The network address which when combined with the corresponding value of the mask specified in inetMRouteNextHopSourceMaskLen identifies the sources for which this entry specifies a next-hop on an outgoing interface.
                     inetMRouteNextHopSourceMaskLen 1.3.6.1.2.1.1.1.1.3.1.5 integer no-access
The length in bits of the mask which when combined with the corresponding value specified in inetMRouteNextHopSource identifies the sources for which this entry specifies a next-hop on an outgoing interface.
                     inetMRouteNextHopIfIndex 1.3.6.1.2.1.1.1.1.3.1.6 interfaceindex no-access
The ifIndex value of the interface for the outgoing interface for this next-hop.
                     inetMRouteNextHopAddressType 1.3.6.1.2.1.1.1.1.3.1.7 inetaddresstype no-access
A value indicating the address family of the address contained in inetMRouteNextHopAddressType. The value MUST be the same as the value of inetMRouteNextHopGroupType.
                     inetMRouteNextHopAddress 1.3.6.1.2.1.1.1.1.3.1.8 inetaddress no-access
The address of the next-hop specific to this entry. For most interfaces, this is identical to inetMRouteNextHopGroup. NBMA interfaces, however, may have multiple next-hop addresses out a single outgoing interface.
                     inetMRouteNextHopPruned 1.3.6.1.2.1.1.1.1.3.1.9 truthvalue read-only
An indication of whether the outgoing interface and next-hop represented by this entry is currently being used to forward IP datagrams. The value 'false' indicates it is currently being used; the value 'true' indicates it is not.
                     inetMRouteNextHopUpTime 1.3.6.1.2.1.1.1.1.3.1.10 timeticks read-only
The time since the multicast routing information represented by this entry was learned by the router.
                     inetMRouteNextHopExpiryTime 1.3.6.1.2.1.1.1.1.3.1.11 timeticks read-only
The minimum amount of time remaining before this entry will be aged out. If inetMRouteNextHopPruned is pruned(1), the remaining time until the prune expires and the state reverts to forwarding(2). Otherwise, the remaining time until this entry is removed from the table. The time remaining may be copied from inetMRouteExpiryTime if the protocol in use for this entry dos not specify next-hop timers. The value 0 indicates that the entry is not subject to aging.
                     inetMRouteNextHopClosestMemberHops 1.3.6.1.2.1.1.1.1.3.1.12 integer32 read-only
The minimum number of hops between this router and any member of this IP multicast group reached via this next-hop on this outgoing interface. Any IP multicast datagrams for the group which have a TTL (IPv4) or Hop Count (IPv6) less than this number of hops will not be forwarded to this next-hop.
                     inetMRouteNextHopProtocol 1.3.6.1.2.1.1.1.1.3.1.13 ianaipmrouteprotocol read-only
The routing mechanism via which this next-hop was learned.
                     inetMRouteNextHopPkts 1.3.6.1.2.1.1.1.1.3.1.14 counter32 read-only
The number of packets which have been forwarded using this route.
             inetMRouteInterfaceTable 1.3.6.1.2.1.1.1.1.4 no-access
The (conceptual) table containing multicast routing information specific to interfaces.
                 inetMRouteInterfaceEntry 1.3.6.1.2.1.1.1.1.4.1 no-access
An entry (conceptual row) containing the multicast routing information for a particular interface.
                     inetMRouteInterfaceIfIndex 1.3.6.1.2.1.1.1.1.4.1.1 interfaceindex no-access
The ifIndex value of the interface for which this entry contains information.
                     inetMRouteInterfaceTtl 1.3.6.1.2.1.1.1.1.4.1.2 integer32 read-write
The datagram TTL threshold for the interface. Any IP multicast datagrams with a TTL (IPv4) or Hop Count (IPv6) less than this threshold will not be forwarded out the interface. The default value of 0 means all multicast packets are forwarded out the interface.
                     inetMRouteInterfaceProtocol 1.3.6.1.2.1.1.1.1.4.1.3 ianaipmrouteprotocol read-only
The routing protocol running on this interface.
                     inetMRouteInterfaceRateLimit 1.3.6.1.2.1.1.1.1.4.1.4 integer32 read-write
The rate-limit, in kilobits per second, of forwarded multicast traffic on the interface. A rate-limit of 0 indicates that no rate limiting is done.
                     inetMRouteInterfaceInMcastOctets 1.3.6.1.2.1.1.1.1.4.1.5 counter32 read-only
The number of octets of multicast packets that have arrived on the interface, including framing characters. This object is similar to ifInOctets in the Interfaces MIB, except that only multicast packets are counted.
                     inetMRouteInterfaceOutMcastOctets 1.3.6.1.2.1.1.1.1.4.1.6 counter32 read-only
The number of octets of multicast packets that have been sent on the interface.
                     inetMRouteInterfaceHCInMcastOctets 1.3.6.1.2.1.1.1.1.4.1.7 counter64 read-only
The number of octets of multicast packets that have arrived on the interface, including framing characters. This object is a 64-bit version of inetMRouteInterfaceInMcastOctets. It is similar to ifHCInOctets in the Interfaces MIB, except that only multicast packets are counted.
                     inetMRouteInterfaceHCOutMcastOctets 1.3.6.1.2.1.1.1.1.4.1.8 counter64 read-only
The number of octets of multicast packets that have been sent on the interface. This object is a 64-bit version of inetMRouteInterfaceOutMcastOctets.
             inetMRouteBoundaryTable 1.3.6.1.2.1.1.1.1.5 no-access
The (conceptual) table listing the router's scoped multicast address boundaries.
                 inetMRouteBoundaryEntry 1.3.6.1.2.1.1.1.1.5.1 no-access
An entry (conceptual row) in the inetMRouteBoundaryTable representing a scoped boundary.
                     inetMRouteBoundaryIfIndex 1.3.6.1.2.1.1.1.1.5.1.1 interfaceindex no-access
The IfIndex value for the interface to which this boundary applies. Packets with a destination address in the associated address/mask range will not be forwarded out this interface.
                     inetMRouteBoundaryAddressType 1.3.6.1.2.1.1.1.1.5.1.2 inetaddresstype no-access
A value indicating the address family of the address contained in inetMRouteBoundaryAddress. Legal values correspond to the subset of address families for which multicast forwarding is supported.
                     inetMRouteBoundaryAddress 1.3.6.1.2.1.1.1.1.5.1.3 inetaddress no-access
The group address which when combined with the corresponding value of inetMRouteBoundaryAddressMaskLen identifies the group range for which the scoped boundary exists. Scoped IPv4 addresses must come from the range 239.x.x.x as specified in RFC 2365. Scoped IPv6 addresses must come from range ff.nn.nn.nn.nn.nn.nn.nn, where nn encodes the scope type and group identifier as specified in RFC 2373.
                     inetMRouteBoundaryAddressMaskLen 1.3.6.1.2.1.1.1.1.5.1.4 integer no-access
The length in bits of the mask which when combined with the corresponding value of inetMRouteBoundaryAddress identifies the group range for which the scoped boundary exists.
                     inetMRouteBoundaryStatus 1.3.6.1.2.1.1.1.1.5.1.5 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table.
             inetMRouteScopeNameTable 1.3.6.1.2.1.1.1.1.6 no-access
The (conceptual) table listing the multicast scope names.
                 inetMRouteScopeNameEntry 1.3.6.1.2.1.1.1.1.6.1 no-access
An entry (conceptual row) in the inetMRouteScopeNameTable representing a multicast scope name.
                     inetMRouteScopeNameAddressType 1.3.6.1.2.1.1.1.1.6.1.1 inetaddresstype no-access
A value indicating the address family of the address contained in inetMRouteScopeNameAddressType. Legal values correspond to the subset of address families for which multicast forwarding is supported.
                     inetMRouteScopeNameAddress 1.3.6.1.2.1.1.1.1.6.1.2 inetaddress no-access
The group address which when combined with the corresponding value of inetMRouteScopeNameAddressMaskLen identifies the group range associated with the multicast scope. Scoped IPv4 addresses must come from the range 239.x.x.x. Scoped IPv6 addresses must come from range ff.nn.nn.nn.nn.nn.nn.nn, where nn encodes the scope type and group identifier as specified in RFC 2373.
                     inetMRouteScopeNameAddressMaskLen 1.3.6.1.2.1.1.1.1.6.1.3 integer no-access
The length in bits of the mask which when combined with the corresponding value of inetMRouteScopeNameAddress identifies the group range associated with the multicast scope.
                     inetMRouteScopeNameLanguage 1.3.6.1.2.1.1.1.1.6.1.4 languagetag no-access
The RFC 1766-style language tag associated with the scope name.
                     inetMRouteScopeNameString 1.3.6.1.2.1.1.1.1.6.1.5 snmpadminstring read-only
The textual name associated with the multicast scope. The value of this object should be suitable for displaying to end-users, such as when allocating a multicast address in this scope. When no name is specified, the default value of this object for IPv4 should be the string 239.x.x.x/y with x and y replaced appropriately to describe the address and mask length associated with the scope. Scoped IPv6 addresses must come from range ff.nn.nn.nn.nn.nn.nn.nn, where nn encodes the scope type and group identifier.
                     inetMRouteScopeNameDefault 1.3.6.1.2.1.1.1.1.6.1.6 truthvalue read-only
If true, indicates a preference that the name in the following language should be used by applications if no name is available in a desired language.
                     inetMRouteScopeNameStatus 1.3.6.1.2.1.1.1.1.6.1.7 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table.
             inetMRouteEntryCount 1.3.6.1.2.1.1.1.1.7 gauge32 read-only
The number of rows in the inetMRouteTable. This can be used to monitor the multicast routing table size.
     inetMRouteMIBConformance 1.3.6.1.2.1.1.2
         inetMRouteMIBCompliances 1.3.6.1.2.1.1.2.1
             inetMRouteMIBCompliance 1.3.6.1.2.1.1.2.1.1
The compliance statement for the IP Multicast MIB.
         inetMRouteMIBGroups 1.3.6.1.2.1.1.2.2
             inetMRouteMIBBasicGroup 1.3.6.1.2.1.1.2.2.1
A collection of objects to support basic management of IP Multicast routing.
             inetMRouteMIBHopCountGroup 1.3.6.1.2.1.1.2.2.2
A collection of objects to support management of the use of hop counts in IP Multicast routing.
             inetMRouteMIBBoundaryGroup 1.3.6.1.2.1.1.2.2.3
A collection of objects to support management of scoped multicast address boundaries.
             inetMRouteMIBPktsOutGroup 1.3.6.1.2.1.1.2.2.4
A collection of objects to support management of packet counters for each outgoing interface entry of a route.
             inetMRouteMIBHCInterfaceGroup 1.3.6.1.2.1.1.2.2.5
A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces.
             inetMRouteMIBRouteGroup 1.3.6.1.2.1.1.2.2.6
A collection of objects providing information on the relationship between multicast routing information, and the IP Forwarding Table.
             inetMRouteMIBPktsGroup 1.3.6.1.2.1.1.2.2.7
A collection of objects to support management of packet counters for each forwarding entry.