AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » RFC » IPMROUTE-STD-MIB » Objects

IPMROUTE-STD-MIB.mib object view, vendor RFC

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file IPMROUTE-STD-MIB and use it to monitor vendor specific OID's.

IPMROUTE-STD-MIB file content

Object view of IPMROUTE-STD-MIB:

Scalar Object
ipMRouteEnable .1.3.6.1.2.1.83.1.1.1
The enabled status of IP Multicast routing on this router.
ipMRouteEntryCount .1.3.6.1.2.1.83.1.1.7
The number of rows in the ipMRouteTable. This can be used to monitor the multicast routing table size.
ipMRouteEntry .1.3.6.1.2.1.83.1.1.2.1
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 ipMRouteUpTime.
ipMRouteNextHopEntry .1.3.6.1.2.1.83.1.1.3.1
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 ipMRouteUpTime.
ipMRouteInterfaceEntry .1.3.6.1.2.1.83.1.1.4.1
An entry (conceptual row) containing the multicast routing information for a particular interface.
ipMRouteBoundaryEntry .1.3.6.1.2.1.83.1.1.5.1
An entry (conceptual row) in the ipMRouteBoundaryTable representing a scoped boundary.
ipMRouteScopeNameEntry .1.3.6.1.2.1.83.1.1.6.1
An entry (conceptual row) in the ipMRouteScopeNameTable representing a multicast scope name.
Tabular Object
ipMRouteGroup .1.3.6.1.2.1.83.1.1.2.1.1
The IP multicast group address for which this entry contains multicast routing information.
ipMRouteSource .1.3.6.1.2.1.83.1.1.2.1.2
The network address which when combined with the corresponding value of ipMRouteSourceMask identifies the sources for which this entry contains multicast routing information.
ipMRouteSourceMask .1.3.6.1.2.1.83.1.1.2.1.3
The network mask which when combined with the corresponding value of ipMRouteSource identifies the sources for which this entry contains multicast routing information.
ipMRouteUpstreamNeighbor .1.3.6.1.2.1.83.1.1.2.1.4
The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources to this multicast address are received, or 0.0.0.0 if the upstream neighbor is unknown (e.g., in CBT).
ipMRouteInIfIndex .1.3.6.1.2.1.83.1.1.2.1.5
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).
ipMRouteUpTime .1.3.6.1.2.1.83.1.1.2.1.6
The time since the multicast routing information represented by this entry was learned by the router.
ipMRouteExpiryTime .1.3.6.1.2.1.83.1.1.2.1.7
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.
ipMRoutePkts .1.3.6.1.2.1.83.1.1.2.1.8
The number of packets which this router has received from these sources and addressed to this multicast group address.
ipMRouteDifferentInIfPackets .1.3.6.1.2.1.83.1.1.2.1.9
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 ipMRouteInIfIndex. Packets which are not subject to an incoming interface check (e.g., using CBT) are not counted.
ipMRouteOctets .1.3.6.1.2.1.83.1.1.2.1.10
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.
ipMRouteProtocol .1.3.6.1.2.1.83.1.1.2.1.11
The multicast routing protocol via which this multicast forwarding entry was learned.
ipMRouteRtProto .1.3.6.1.2.1.83.1.1.2.1.12
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.
ipMRouteRtAddress .1.3.6.1.2.1.83.1.1.2.1.13
The address portion of the route used to find the upstream or parent interface for this multicast forwarding entry.
ipMRouteRtMask .1.3.6.1.2.1.83.1.1.2.1.14
The mask associated with the route used to find the upstream or parent interface for this multicast forwarding entry.
ipMRouteRtType .1.3.6.1.2.1.83.1.1.2.1.15
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.
ipMRouteHCOctets .1.3.6.1.2.1.83.1.1.2.1.16
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 ipMRouteOctets.
ipMRouteNextHopGroup .1.3.6.1.2.1.83.1.1.3.1.1
The IP multicast group for which this entry specifies a next-hop on an outgoing interface.
ipMRouteNextHopSource .1.3.6.1.2.1.83.1.1.3.1.2
The network address which when combined with the corresponding value of ipMRouteNextHopSourceMask identifies the sources for which this entry specifies a next-hop on an outgoing interface.
ipMRouteNextHopSourceMask .1.3.6.1.2.1.83.1.1.3.1.3
The network mask which when combined with the corresponding value of ipMRouteNextHopSource identifies the sources for which this entry specifies a next-hop on an outgoing interface.
ipMRouteNextHopIfIndex .1.3.6.1.2.1.83.1.1.3.1.4
The ifIndex value of the interface for the outgoing interface for this next-hop.
ipMRouteNextHopAddress .1.3.6.1.2.1.83.1.1.3.1.5
The address of the next-hop specific to this entry. For most interfaces, this is identical to ipMRouteNextHopGroup. NBMA interfaces, however, may have multiple next-hop addresses out a single outgoing interface.
ipMRouteNextHopState .1.3.6.1.2.1.83.1.1.3.1.6
An indication of whether the outgoing interface and next- hop represented by this entry is currently being used to forward IP datagrams. The value 'forwarding' indicates it is currently being used; the value 'pruned' indicates it is not.
ipMRouteNextHopUpTime .1.3.6.1.2.1.83.1.1.3.1.7
The time since the multicast routing information represented by this entry was learned by the router.
ipMRouteNextHopExpiryTime .1.3.6.1.2.1.83.1.1.3.1.8
The minimum amount of time remaining before this entry will be aged out. If ipMRouteNextHopState 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 ipMRouteExpiryTime if the protocol in use for this entry does not specify next-hop timers. The value 0 indicates that the entry is not subject to aging.
ipMRouteNextHopClosestMemberHops .1.3.6.1.2.1.83.1.1.3.1.9
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 less than this number of hops will not be forwarded to this next-hop.
ipMRouteNextHopProtocol .1.3.6.1.2.1.83.1.1.3.1.10
The routing mechanism via which this next-hop was learned.
ipMRouteNextHopPkts .1.3.6.1.2.1.83.1.1.3.1.11
The number of packets which have been forwarded using this route.
ipMRouteInterfaceIfIndex .1.3.6.1.2.1.83.1.1.4.1.1
The ifIndex value of the interface for which this entry contains information.
ipMRouteInterfaceTtl .1.3.6.1.2.1.83.1.1.4.1.2
The datagram TTL threshold for the interface. Any IP multicast datagrams with a TTL 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.
ipMRouteInterfaceProtocol .1.3.6.1.2.1.83.1.1.4.1.3
The routing protocol running on this interface.
ipMRouteInterfaceRateLimit .1.3.6.1.2.1.83.1.1.4.1.4
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.
ipMRouteInterfaceInMcastOctets .1.3.6.1.2.1.83.1.1.4.1.5
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.
ipMRouteInterfaceOutMcastOctets .1.3.6.1.2.1.83.1.1.4.1.6
The number of octets of multicast packets that have been sent on the interface.
ipMRouteInterfaceHCInMcastOctets .1.3.6.1.2.1.83.1.1.4.1.7
The number of octets of multicast packets that have arrived on the interface, including framing characters. This object is a 64-bit version of ipMRouteInterfaceInMcastOctets. It is similar to ifHCInOctets in the Interfaces MIB, except that only multicast packets are counted.
ipMRouteInterfaceHCOutMcastOctets .1.3.6.1.2.1.83.1.1.4.1.8
The number of octets of multicast packets that have been sent on the interface. This object is a 64-bit version of ipMRouteInterfaceOutMcastOctets.
ipMRouteBoundaryIfIndex .1.3.6.1.2.1.83.1.1.5.1.1
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.
ipMRouteBoundaryAddress .1.3.6.1.2.1.83.1.1.5.1.2
The group address which when combined with the corresponding value of ipMRouteBoundaryAddressMask identifies the group range for which the scoped boundary exists. Scoped addresses must come from the range 239.x.x.x as specified in RFC 2365.
ipMRouteBoundaryAddressMask .1.3.6.1.2.1.83.1.1.5.1.3
The group address mask which when combined with the corresponding value of ipMRouteBoundaryAddress identifies the group range for which the scoped boundary exists.
ipMRouteBoundaryStatus .1.3.6.1.2.1.83.1.1.5.1.4
The status of this row, by which new entries may be created, or old entries deleted from this table.
ipMRouteScopeNameAddress .1.3.6.1.2.1.83.1.1.6.1.1
The group address which when combined with the corresponding value of ipMRouteScopeNameAddressMask identifies the group range associated with the multicast scope. Scoped addresses must come from the range 239.x.x.x.
ipMRouteScopeNameAddressMask .1.3.6.1.2.1.83.1.1.6.1.2
The group address mask which when combined with the corresponding value of ipMRouteScopeNameAddress identifies the group range associated with the multicast scope.
ipMRouteScopeNameLanguage .1.3.6.1.2.1.83.1.1.6.1.3
The RFC 1766-style language tag associated with the scope name.
ipMRouteScopeNameString .1.3.6.1.2.1.83.1.1.6.1.4
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 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.
ipMRouteScopeNameDefault .1.3.6.1.2.1.83.1.1.6.1.5
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.
ipMRouteScopeNameStatus .1.3.6.1.2.1.83.1.1.6.1.6
The status of this row, by which new entries may be created, or old entries deleted from this table.
Table
ipMRouteTable .1.3.6.1.2.1.83.1.1.2
The (conceptual) table containing multicast routing information for IP datagrams sent by particular sources to the IP multicast groups known to this router.
ipMRouteNextHopTable .1.3.6.1.2.1.83.1.1.3
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.
ipMRouteInterfaceTable .1.3.6.1.2.1.83.1.1.4
The (conceptual) table containing multicast routing information specific to interfaces.
ipMRouteBoundaryTable .1.3.6.1.2.1.83.1.1.5
The (conceptual) table listing the router's scoped multicast address boundaries.
ipMRouteScopeNameTable .1.3.6.1.2.1.83.1.1.6
The (conceptual) table listing the multicast scope names.
Object Identifier
ipMRouteStdMIB .1.3.6.1.2.1.83
The MIB module for management of IP Multicast routing, but independent of the specific multicast routing protocol in use.
ipMRouteMIBObjects .1.3.6.1.2.1.83.1
ipMRoute .1.3.6.1.2.1.83.1.1
ipMRouteMIBConformance .1.3.6.1.2.1.83.2
ipMRouteMIBCompliances .1.3.6.1.2.1.83.2.1
ipMRouteMIBGroups .1.3.6.1.2.1.83.2.2
Group
ipMRouteMIBBasicGroup .1.3.6.1.2.1.83.2.2.1
A collection of objects to support basic management of IP Multicast routing.
ipMRouteMIBRouteGroup .1.3.6.1.2.1.83.2.2.6
A collection of objects providing information on the relationship between multicast routing information, and the IP Forwarding Table.
ipMRouteMIBBoundaryGroup .1.3.6.1.2.1.83.2.2.3
A collection of objects to support management of scoped multicast address boundaries.
ipMRouteMIBHCInterfaceGroup .1.3.6.1.2.1.83.2.2.5
A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces.
ipMRouteMIBHopCountGroup .1.3.6.1.2.1.83.2.2.2
A collection of objects to support management of the use of hop counts in IP Multicast routing.
ipMRouteMIBPktsOutGroup .1.3.6.1.2.1.83.2.2.4
A collection of objects to support management of packet counters for each outgoing interface entry of a route.
ipMRouteMIBPktsGroup .1.3.6.1.2.1.83.2.2.7
A collection of objects to support management of packet counters for each forwarding entry.