Home/Catalog/IPMROUTE-MIB

IPMROUTE-MIB

AI MIB Summary

The IPMROUTE-MIB provides protocol-agnostic monitoring of IP multicast routing tables, forwarding states, and group membership data across routers and switches. It enables the tracking of multicast route entries, outgoing interface lists, and source-specific group statistics independent of the underlying routing protocol implementation.

The MIB module for management of IP Multicast routing, but independent of the specific multicast routing protocol in use.
Main OID:
ipMRoute1MIB.1.3.6.1.3.60
71
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

71 total
Object Name
ipMRoute1MIBThe MIB module for management of IP Multicast routing, but independent of the specific multicast routing protocol in use.
MODULE-IDENTITY
.1.3.6.1.3.60
ipMRoute1MIBObjects
OBJECT IDENTIFIER
.1.3.6.1.3.60.1
ipMRoute1
OBJECT IDENTIFIER
.1.3.6.1.3.60.1.1
ipMRoute1EnableThe enabled status of IP Multicast routing on this router.ro
Enumeration
.1.3.6.1.3.60.1.1.1
ipMRoute1TableThe (conceptual) table containing multicast routing information for IP datagrams sent by particular sources to the IP multicast groups known to this router.
SEQUENCE OF IpMRoute1Entry
.1.3.6.1.3.60.1.1.2
ipMRoute1EntryAn 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 ipMRoute1UpTime.
IpMRoute1Entry
.1.3.6.1.3.60.1.1.2.1
ipMRoute1GroupThe IP multicast group address for which this entry contains multicast routing information.
IpAddress
.1.3.6.1.3.60.1.1.2.1.1
ipMRoute1SourceThe network address which when combined with the corresponding value of ipMRoute1SourceMask identifies the sources for which this entry contains multicast routing information.
IpAddress
.1.3.6.1.3.60.1.1.2.1.2
ipMRoute1SourceMaskThe network mask which when combined with the corresponding value of ipMRoute1Source identifies the sources for which this entry contains multicast routing information.
IpAddress
.1.3.6.1.3.60.1.1.2.1.3
ipMRoute1UpstreamNeighborThe 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).ro
IpAddress
.1.3.6.1.3.60.1.1.2.1.4
ipMRoute1InIfIndexThe 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).ro
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.3.60.1.1.2.1.5
ipMRoute1UpTimeThe time since the multicast routing information represented by this entry was learned by the router.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.3.60.1.1.2.1.6
ipMRoute1ExpiryTimeThe minimum amount of time remaining before this entry will be aged out. The value 0 indicates that the entry is not subject to aging.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.3.60.1.1.2.1.7
ipMRoute1PktsThe number of packets which this router has received from these sources and addressed to this multicast group address.ro
Counter32
.1.3.6.1.3.60.1.1.2.1.8
ipMRoute1DifferentInIfPacketsThe 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 ipMRoute1InIfIndex. Packets which are not subject to an incoming interface check (e.g., using CBT) are not counted.ro
Counter32
.1.3.6.1.3.60.1.1.2.1.9
ipMRoute1OctetsThe 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.ro
Counter32
.1.3.6.1.3.60.1.1.2.1.10
ipMRoute1ProtocolThe multicast routing protocol via which this multicast forwarding entry was learned.ro
IpMRoute1Protocol
.1.3.6.1.3.60.1.1.2.1.11
ipMRoute1RtProtoThe 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.ro
Enumeration
.1.3.6.1.3.60.1.1.2.1.12
ipMRoute1RtAddressThe address portion of the route used to find the upstream or parent interface for this multicast forwarding entry.ro
IpAddress
.1.3.6.1.3.60.1.1.2.1.13
ipMRoute1RtMaskThe mask associated with the route used to find the upstream or parent interface for this multicast forwarding entry.ro
IpAddress
.1.3.6.1.3.60.1.1.2.1.14
ipMRoute1RtTypeThe 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.ro
Enumeration
.1.3.6.1.3.60.1.1.2.1.15
ipMRoute1HCOctetsThe 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 ipMRoute1Octets.ro
Counter64
.1.3.6.1.3.60.1.1.2.1.16
ipMRoute1NextHopTableThe (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.
SEQUENCE OF IpMRoute1NextHopEntry
.1.3.6.1.3.60.1.1.3
ipMRoute1NextHopEntryAn 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 ipMRoute1UpTime.
IpMRoute1NextHopEntry
.1.3.6.1.3.60.1.1.3.1
ipMRoute1NextHopGroupThe IP multicast group for which this entry specifies a next-hop on an outgoing interface.
IpAddress
.1.3.6.1.3.60.1.1.3.1.1
ipMRoute1NextHopSourceThe network address which when combined with the corresponding value of ipMRoute1NextHopSourceMask identifies the sources for which this entry specifies a next-hop on an outgoing interface.
IpAddress
.1.3.6.1.3.60.1.1.3.1.2
ipMRoute1NextHopSourceMaskThe network mask which when combined with the corresponding value of ipMRoute1NextHopSource identifies the sources for which this entry specifies a next-hop on an outgoing interface.
IpAddress
.1.3.6.1.3.60.1.1.3.1.3
ipMRoute1NextHopIfIndexThe ifIndex value of the interface for the outgoing interface for this next-hop.
InterfaceIndex (IF-MIB)
.1.3.6.1.3.60.1.1.3.1.4
ipMRoute1NextHopAddressThe address of the next-hop specific to this entry. For most interfaces, this is identical to ipMRoute1NextHopGroup. NBMA interfaces, however, may have multiple next-hop addresses out a single outgoing interface.
IpAddress
.1.3.6.1.3.60.1.1.3.1.5
ipMRoute1NextHopStateAn 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.ro
Enumeration
.1.3.6.1.3.60.1.1.3.1.6
ipMRoute1NextHopUpTimeThe time since the multicast routing information represented by this entry was learned by the router.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.3.60.1.1.3.1.7
ipMRoute1NextHopExpiryTimeThe minimum amount of time remaining before this entry will be aged out. If ipMRoute1NextHopState 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 ipMRoute1ExpiryTime 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.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.3.60.1.1.3.1.8
ipMRoute1NextHopClosestMemberHopsThe 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.ro
Integer32
.1.3.6.1.3.60.1.1.3.1.9
ipMRoute1NextHopProtocolThe routing mechanism via which this next-hop was learned.ro
IpMRoute1Protocol
.1.3.6.1.3.60.1.1.3.1.10
ipMRoute1NextHopPktsThe number of packets which have been forwarded using this route.ro
Counter32
.1.3.6.1.3.60.1.1.3.1.11
ipMRoute1InterfaceTableThe (conceptual) table containg multicast routing information specific to interfaces.
SEQUENCE OF IpMRoute1InterfaceEntry
.1.3.6.1.3.60.1.1.4
ipMRoute1InterfaceEntryAn entry (conceptual row) containing the multicast routing information for a particular interface.
IpMRoute1InterfaceEntry
.1.3.6.1.3.60.1.1.4.1
ipMRoute1InterfaceIfIndexThe ifIndex value of the interface for which this entry contains information.
InterfaceIndex (IF-MIB)
.1.3.6.1.3.60.1.1.4.1.1
ipMRoute1InterfaceTtlThe 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.ro
Integer32
.1.3.6.1.3.60.1.1.4.1.2
ipMRoute1InterfaceProtocolThe routing protocol running on this interface.ro
IpMRoute1Protocol
.1.3.6.1.3.60.1.1.4.1.3
ipMRoute1InterfaceRateLimitThe 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.ro
Integer32
.1.3.6.1.3.60.1.1.4.1.4
ipMRoute1InterfaceInMcastOctetsThe 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.ro
Counter32
.1.3.6.1.3.60.1.1.4.1.5
ipMRoute1InterfaceOutMcastOctetsThe number of octets of multicast packets that have been sent on the interface.ro
Counter32
.1.3.6.1.3.60.1.1.4.1.6
ipMRoute1InterfaceHCInMcastOctetsThe number of octets of multicast packets that have arrived on the interface, including framing characters. This object is a 64-bit version of ipMRoute1InterfaceInMcastOctets. It is similar to ifHCInOctets in the Interfaces MIB, except that only multicast packets are counted.ro
Counter64
.1.3.6.1.3.60.1.1.4.1.7
ipMRoute1InterfaceHCOutMcastOctetsThe number of octets of multicast packets that have been sent on the interface. This object is a 64-bit version of ipMRoute1InterfaceOutMcastOctets.ro
Counter64
.1.3.6.1.3.60.1.1.4.1.8
ipMRoute1BoundaryTableThe (conceptual) table listing the router's scoped multicast address boundaries.
SEQUENCE OF IpMRoute1BoundaryEntry
.1.3.6.1.3.60.1.1.5
ipMRoute1BoundaryEntryAn entry (conceptual row) in the ipMRoute1BoundaryTable representing a scoped boundary.
IpMRoute1BoundaryEntry
.1.3.6.1.3.60.1.1.5.1
ipMRoute1BoundaryIfIndexThe 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.
InterfaceIndex (IF-MIB)
.1.3.6.1.3.60.1.1.5.1.1
ipMRoute1BoundaryAddressThe group address which when combined with the corresponding value of ipMRoute1BoundaryAddressMask 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.
IpAddress
.1.3.6.1.3.60.1.1.5.1.2
ipMRoute1BoundaryAddressMaskThe group address mask which when combined with the corresponding value of ipMRoute1BoundaryAddress identifies the group range for which the scoped boundary exists.
IpAddress
.1.3.6.1.3.60.1.1.5.1.3
ipMRoute1BoundaryStatusThe status of this row, by which new entries may be created, or old entries deleted from this table.ro
RowStatus (SNMPv2-TC)
.1.3.6.1.3.60.1.1.5.1.4
ipMRoute1ScopeNameTableThe (conceptual) table listing the multicast scope names.
SEQUENCE OF IpMRoute1ScopeNameEntry
.1.3.6.1.3.60.1.1.6
ipMRoute1ScopeNameEntryAn entry (conceptual row) in the ipMRoute1ScopeNameTable representing a multicast scope name.
IpMRoute1ScopeNameEntry
.1.3.6.1.3.60.1.1.6.1
ipMRoute1ScopeNameAddressThe group address which when combined with the corresponding value of ipMRoute1ScopeNameAddressMask identifies the group range associated with the multicast scope. Scoped addresses must come from the range 239.x.x.x.
IpAddress
.1.3.6.1.3.60.1.1.6.1.1
ipMRoute1ScopeNameAddressMaskThe group address mask which when combined with the corresponding value of ipMRoute1ScopeNameAddress identifies the group range associated with the multicast scope.
IpAddress
.1.3.6.1.3.60.1.1.6.1.2
ipMRoute1ScopeNameLanguageAn RFC 1766-style language tag, with all alphabetic characters converted to lowercase. This restriction is intended to make the lexical ordering imposed by SNMP useful when applied to language tags. Note that it is theoretically possible for a valid language tag to exceed the allowed length of this object, and thus be impossible to represent in this table. Sampling of language tags in current use on the Internet suggests that this limit does not pose a serious problem in practice.
DisplayString
.1.3.6.1.3.60.1.1.6.1.3
ipMRoute1ScopeNameStringThe 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.ro
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.3.60.1.1.6.1.4
ipMRoute1ScopeNameDefaultIf 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.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.3.60.1.1.6.1.5
ipMRoute1ScopeNameStatusThe status of this row, by which new entries may be created, or old entries deleted from this table.ro
RowStatus (SNMPv2-TC)
.1.3.6.1.3.60.1.1.6.1.6
ipMRoute1EntryCountThe number of rows in the ipMRoute1Table. This can be used to monitor the multicast routing table size.ro
Gauge32
.1.3.6.1.3.60.1.1.7
ipMRoute1MIBConformance
OBJECT IDENTIFIER
.1.3.6.1.3.60.2
ipMRoute1MIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.3.60.2.1
ipMRoute1MIBComplianceThe compliance statement for the IP Multicast MIB.
Unknown
.1.3.6.1.3.60.2.1.1
ipMRoute1MIBGroups
OBJECT IDENTIFIER
.1.3.6.1.3.60.2.2
ipMRoute1MIBBasicGroupA collection of objects to support basic management of IP Multicast routing.
Unknown
.1.3.6.1.3.60.2.2.1
ipMRoute1MIBHopCountGroupA collection of objects to support management of the use of hop counts in IP Multicast routing.
Unknown
.1.3.6.1.3.60.2.2.2
ipMRoute1MIBBoundaryGroupA collection of objects to support management of scoped multicast address boundaries.
Unknown
.1.3.6.1.3.60.2.2.3
ipMRoute1MIBPktsOutGroupA collection of objects to support management of packet counters for each outgoing interface entry of a route.
Unknown
.1.3.6.1.3.60.2.2.4
ipMRoute1MIBHCInterfaceGroupA collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces.
Unknown
.1.3.6.1.3.60.2.2.5
ipMRoute1MIBRouteGroupA collection of objects providing information on the relationship between multicast routing information, and the IP Forwarding Table.
Unknown
.1.3.6.1.3.60.2.2.6
ipMRoute1MIBPktsGroupA collection of objects to support management of packet counters for each forwarding entry.
Unknown
.1.3.6.1.3.60.2.2.7
IPMROUTE-MIB - SNMP MIB Reference | MIBs Explorer