MIBs Depot

CISCO-IETF-IPMROUTE-MIB

Registered at
1.3.6.1.4.1.9.10.117
Last updated
2006-08-24 00:00
Organization
Cisco Systems, Inc.
Revisions
2006-08-24 00:00, 2004-12-02 00:00
Namespace
cisco
Source file
CISCO-IETF-IPMROUTE-MIB
Digest
sha256:f0ef7ca1a7618088e89d27e6fcfe9fc71851534964ea7b8af1cc376b9aa06f81

Description

Address family independent MIB module for management IP Multicast routing, but independent of the specific multicast routing protocol in use. This MIB module is based on RFC 2932 with additional MIB objects to make it a address family independent MIB. This Cisco MIB was created due to non availability of RFC or an Internet Draft which can provide address family independent MIB for IP Multicast Routing. This MIB may later be deprecated with a stable RFC or an Internet Draft This MIB module contains two scalars and five tables. The tables are: (1) The IP Multicast Route Table containing multicast routing information for IP datagrams sent by particular sources to the IP multicast groups known to a router. (2) The IP Multicast Routing Next Hop Table containing information on the next-hops for the 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. (3) The IP Multicast Routing Interface Table containing multicast routing information specific to interfaces. (4) The IP Multicast Scope Boundary Table containing the boundaries configured for multicast scopes. (5) The IP Multicast Scope Name Table containing human-readable names of multicast scope.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-ipmulticast@cisco.com

Imports

FromSymbols
CISCO-SMIciscoExperiment
IANA-RTPROTO-MIBIANAipMRouteProtocol, IANAipRouteProtocol
IF-MIBInterfaceIndex, InterfaceIndexOrZero
INET-ADDRESS-MIBInetAddress, InetAddressPrefixLength, InetAddressType, InetVersion
IPMROUTE-STD-MIBLanguageTag
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-IETF-IPMROUTE-MIB
CISCO-SMI
IANA-RTPROTO-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
IPMROUTE-STD-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
cIpMRouteMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.117.1
cIpMRoute
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.117.1.1
cIpMRouteEnable
OBJECT-TYPE
The enabled status of IP Multicast routing on this router.
1.3.6.1.4.1.9.10.117.1.1.1INTEGER {enabled(1), disabled(2)}read-writecurrent
cIpMRouteTable
OBJECT-TYPE
The (conceptual) table containing multicast routing information for IP datagrams sent by particular sources to the IP multicast groups known to this router.
1.3.6.1.4.1.9.10.117.1.1.2not-accessiblecurrent
cIpMRouteEntry
OBJECT-TYPE
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 cIpMRouteUpTime.
1.3.6.1.4.1.9.10.117.1.1.2.1not-accessiblecurrent
cIpMRouteAddrType
OBJECT-TYPE
The type of InetAddress for the IP multicast group address for which this entry contains multicast routing information.
1.3.6.1.4.1.9.10.117.1.1.2.1.1InetAddressTypenot-accessiblecurrent
cIpMRouteGroup
OBJECT-TYPE
The IP multicast group address for which this entry contains multicast routing information.
1.3.6.1.4.1.9.10.117.1.1.2.1.2InetAddress (SIZE(4 | 16 | 20))not-accessiblecurrent
cIpMRouteSource
OBJECT-TYPE
The network address which when combined with the corresponding value of cIpMRouteSourceMask identifies the sources for which this entry contains multicast routing information. The address of 0:: indicates shared-tree entry.
1.3.6.1.4.1.9.10.117.1.1.2.1.3InetAddress (SIZE(4 | 16 | 20))not-accessiblecurrent
cIpMRouteSourceMask
OBJECT-TYPE
The network mask which when combined with the corresponding value of cIpMRouteSource identifies the sources for which this entry contains multicast routing information.
1.3.6.1.4.1.9.10.117.1.1.2.1.4InetAddressPrefixLengthnot-accessiblecurrent
cIpMRouteUpstreamNeighbor
OBJECT-TYPE
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:: if the upstream neighbor is unknown.
1.3.6.1.4.1.9.10.117.1.1.2.1.5InetAddress (SIZE(4 | 16 | 20))read-onlycurrent
cIpMRouteInIfIndex
OBJECT-TYPE
The value of ifIndex for the interface on which IP datagrams sent by these sources to this multicast address are received (i.e., RPF Interface).
1.3.6.1.4.1.9.10.117.1.1.2.1.6InterfaceIndexOrZeroread-onlycurrent
cIpMRouteUpTime
OBJECT-TYPE
The time since the multicast routing information represented by this entry was learned by the router.
1.3.6.1.4.1.9.10.117.1.1.2.1.7TimeTicksread-onlycurrent
cIpMRouteExpiryTime
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.2.1.8TimeTicksread-onlycurrent
cIpMRoutePkts
OBJECT-TYPE
The number of packets which this router has received from these sources and addressed to this multicast group address.
1.3.6.1.4.1.9.10.117.1.1.2.1.9Counter32read-onlycurrent
cIpMRouteDifferentInIfPackets
OBJECT-TYPE
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 cIpMRouteInIfIndex.
1.3.6.1.4.1.9.10.117.1.1.2.1.10Counter32read-onlycurrent
cIpMRouteOctets
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.2.1.11Counter32read-onlycurrent
cIpMRouteProtocol
OBJECT-TYPE
The multicast routing protocol via which this multicast forwarding entry was learned.
1.3.6.1.4.1.9.10.117.1.1.2.1.12IANAipMRouteProtocolread-onlycurrent
cIpMRouteRtProto
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.2.1.13IANAipRouteProtocolread-onlycurrent
cIpMRouteRtAddress
OBJECT-TYPE
The address portion of the route used to find the upstream or parent interface for this multicast forwarding entry.
1.3.6.1.4.1.9.10.117.1.1.2.1.14InetAddress (SIZE(4 | 16 | 20))read-onlycurrent
cIpMRouteRtMask
OBJECT-TYPE
The mask associated with the route used to find the upstream or parent interface for this multicast forwarding entry.
1.3.6.1.4.1.9.10.117.1.1.2.1.15InetAddressPrefixLengthread-onlycurrent
cIpMRouteRtType
OBJECT-TYPE
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 Multiprotocol BGP or DVMRP.
1.3.6.1.4.1.9.10.117.1.1.2.1.16INTEGER {unicast(1), multicast(2)}read-onlycurrent
cIpMRouteHCOctets
OBJECT-TYPE
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 cIpMRouteOctets.
1.3.6.1.4.1.9.10.117.1.1.2.1.17Counter64read-onlycurrent
cIpMRouteNextHopTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.3not-accessiblecurrent
cIpMRouteNextHopEntry
OBJECT-TYPE
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 cIpMRouteUpTime.
1.3.6.1.4.1.9.10.117.1.1.3.1not-accessiblecurrent
cIpMRouteNextHopAddrType
OBJECT-TYPE
The type of InetAddress representing the IP multicast group.
1.3.6.1.4.1.9.10.117.1.1.3.1.1InetAddressTypenot-accessiblecurrent
cIpMRouteNextHopGroup
OBJECT-TYPE
The IP multicast group for which this entry specifies a next-hop on an outgoing interface.
1.3.6.1.4.1.9.10.117.1.1.3.1.2InetAddress (SIZE(4 | 16 | 20))not-accessiblecurrent
cIpMRouteNextHopSource
OBJECT-TYPE
The network address which when combined with the corresponding value of cIpMRouteNextHopSourceMask identifies the sources for which this entry specifies a next-hop on an outgoing interface.
1.3.6.1.4.1.9.10.117.1.1.3.1.3InetAddress (SIZE(4 | 16 | 20))not-accessiblecurrent
cIpMRouteNextHopSourceMask
OBJECT-TYPE
The network mask which when combined with the corresponding value of cIpMRouteNextHopSource identifies the sources for which this entry specifies a next-hop on an outgoing interface.
1.3.6.1.4.1.9.10.117.1.1.3.1.4InetAddressPrefixLengthnot-accessiblecurrent
cIpMRouteNextHopIfIndex
OBJECT-TYPE
The ifIndex value of the interface for the outgoing interface for this next-hop.
1.3.6.1.4.1.9.10.117.1.1.3.1.5InterfaceIndexnot-accessiblecurrent
cIpMRouteNextHopAddress
OBJECT-TYPE
The address of the next-hop specific to this entry. For most interfaces, this is identical to cIpMRouteNextHopGroup. NBMA interfaces, however, may have multiple next-hop addresses out a single outgoing interface.
1.3.6.1.4.1.9.10.117.1.1.3.1.6InetAddress (SIZE(4 | 16 | 20))not-accessiblecurrent
cIpMRouteNextHopState
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.3.1.7INTEGER {pruned(1), forwarding(2)}read-onlycurrent
cIpMRouteNextHopUpTime
OBJECT-TYPE
The time since the multicast routing information represented by this entry was learned by the router.
1.3.6.1.4.1.9.10.117.1.1.3.1.8TimeTicksread-onlycurrent
cIpMRouteNextHopExpiryTime
OBJECT-TYPE
The minimum amount of time remaining before this entry will be aged out. If cIpMRouteNextHopState 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 cIpMRouteExpiryTime 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.
1.3.6.1.4.1.9.10.117.1.1.3.1.9TimeTicksread-onlycurrent
cIpMRouteNextHopClosestHops
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.3.1.10Integer32 (0..255)read-onlycurrent
cIpMRouteNextHopProtocol
OBJECT-TYPE
The routing mechanism via which this next-hop was learned.
1.3.6.1.4.1.9.10.117.1.1.3.1.11IANAipMRouteProtocolread-onlycurrent
cIpMRouteNextHopPkts
OBJECT-TYPE
The number of packets which have been forwarded using this route.
1.3.6.1.4.1.9.10.117.1.1.3.1.12Counter32read-onlycurrent
cIpMRouteInterfaceTable
OBJECT-TYPE
The (conceptual) table containing multicast routing information specific to interfaces.
1.3.6.1.4.1.9.10.117.1.1.4not-accessiblecurrent
cIpMRouteInterfaceEntry
OBJECT-TYPE
An entry (conceptual row) containing the multicast routing information for a particular interface.
1.3.6.1.4.1.9.10.117.1.1.4.1not-accessiblecurrent
cIpMRouteInterfaceIfIndex
OBJECT-TYPE
The ifIndex value of the interface for which this entry contains information.
1.3.6.1.4.1.9.10.117.1.1.4.1.1InterfaceIndexnot-accessiblecurrent
cIpMRouteInterfaceIPVersion
OBJECT-TYPE
The IP version of this row.
1.3.6.1.4.1.9.10.117.1.1.4.1.2InetVersionnot-accessiblecurrent
cIpMRouteInterfaceTtl
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.4.1.3Integer32 (0..255)read-writecurrent
cIpMRouteInterfaceProtocol
OBJECT-TYPE
The routing protocol running on this interface.
1.3.6.1.4.1.9.10.117.1.1.4.1.4IANAipMRouteProtocolread-onlycurrent
cIpMRouteInterfaceRateLimit
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.4.1.5Integer32 (0..429496295)read-writecurrent
cIpMRouteInterfaceInMcastPkts
OBJECT-TYPE
The number of multicast packets that have arrived on the interfaces. This object is similar to ifInPkts in the Interfaces MIB, except that only multicast packets are counted.
1.3.6.1.4.1.9.10.117.1.1.4.1.6Counter32read-onlycurrent
cIpMRouteInterfaceOutMcastPkts
OBJECT-TYPE
The number of multicast packets that have been sent on the interface.
1.3.6.1.4.1.9.10.117.1.1.4.1.7Counter32read-onlycurrent
cIpMRouteInterfaceInMcastOctets
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.4.1.8Counter32read-onlycurrent
cIpMRouteInterfaceOutMcastOctets
OBJECT-TYPE
The number of octets of multicast packets that have been sent on the interface.
1.3.6.1.4.1.9.10.117.1.1.4.1.9Counter32read-onlycurrent
cIpMRouteInterfaceHCInMOctets
OBJECT-TYPE
The number of octets of multicast packets that have arrived on the interface, including framing characters. This object is a 64-bit version of cIpMRouteInterfaceInMcastOctets. It is similar to ifHCInOctets in the Interfaces MIB, except that only multicast packets are counted.
1.3.6.1.4.1.9.10.117.1.1.4.1.10Counter64read-onlycurrent
cIpMRouteInterfaceHCOutMOctets
OBJECT-TYPE
The number of octets of multicast packets that have been sent on the interface. This object is a 64-bit version of cIpMRouteInterfaceOutMcastOctets.
1.3.6.1.4.1.9.10.117.1.1.4.1.11Counter64read-onlycurrent
cIpMRouteInterfaceHCInMPkts
OBJECT-TYPE
The number of multicast packets that have arrived on the interfaces. This object is a 64-bit version of cIpMRouteInterfaceInMcastPkts. This object is similar to ifInPkts in the Interfaces MIB, except that only multicast packets are counted.
1.3.6.1.4.1.9.10.117.1.1.4.1.12Counter64read-onlycurrent
cIpMRouteInterfaceHCOutMPkts
OBJECT-TYPE
The number of multicast packets that have been sent on the interface. This object is a 64-bit version of cIpMRouteInterfaceOutMcastPkts.
1.3.6.1.4.1.9.10.117.1.1.4.1.13Counter64read-onlycurrent
cIpMRouteBoundaryTable
OBJECT-TYPE
The (conceptual) table listing the router's scoped multicast address boundaries.
1.3.6.1.4.1.9.10.117.1.1.5not-accessiblecurrent
cIpMRouteBoundaryEntry
OBJECT-TYPE
An entry (conceptual row) in the cIpMRouteBoundaryTable representing a scoped boundary.
1.3.6.1.4.1.9.10.117.1.1.5.1not-accessiblecurrent
cIpMRouteBoundaryScopeId
OBJECT-TYPE
The scope value in the Group address to which this boundary applies. Packets with a destination address in the address/mask range associated with this scope will not be forwarded out the interface associated with the cIpMRouteBondaryIfIndex. This object is valid only for IPv6 and should take on only values 3-15. In IPv4, the value must be set to zero.
1.3.6.1.4.1.9.10.117.1.1.5.1.1Integer32 (0..15)not-accessiblecurrent
cIpMRouteBoundaryIfIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.5.1.2InterfaceIndexnot-accessiblecurrent
cIpMRouteBoundaryAddressType
OBJECT-TYPE
The type of InetAddress representing the cIpMRouteBoundaryAddress.
1.3.6.1.4.1.9.10.117.1.1.5.1.3InetAddressTypenot-accessiblecurrent
cIpMRouteBoundaryAddress
OBJECT-TYPE
The group address which when combined with the corresponding value of cIpMRouteBoundaryAddressMask identifies the group range for which the scoped boundary exists.
1.3.6.1.4.1.9.10.117.1.1.5.1.4InetAddress (SIZE(4 | 16 | 20))not-accessiblecurrent
cIpMRouteBoundaryAddressMask
OBJECT-TYPE
The group address mask which when combined with the corresponding value of cIpMRouteBoundaryAddress identifies the group range for which the scoped boundary exists.
1.3.6.1.4.1.9.10.117.1.1.5.1.5InetAddressPrefixLengthnot-accessiblecurrent
cIpMRouteBoundaryNameString
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.5.1.6SnmpAdminStringread-createcurrent
cIpMRouteBoundaryStatus
OBJECT-TYPE
The status of this row, by which new entries may be created, or old entries deleted from this table.
1.3.6.1.4.1.9.10.117.1.1.5.1.7RowStatusread-createcurrent
cIpMRouteScopeNameTable
OBJECT-TYPE
The (conceptual) table listing the multicast scope names.
1.3.6.1.4.1.9.10.117.1.1.6not-accessiblecurrent
cIpMRouteScopeNameEntry
OBJECT-TYPE
An entry (conceptual row) in the cIpMRouteScopeNameTable representing a multicast scope name.
1.3.6.1.4.1.9.10.117.1.1.6.1not-accessiblecurrent
cIpMRouteScopeNameAddressType
OBJECT-TYPE
The type of InetAddress representing cIpMRouteScopeNameAddress.
1.3.6.1.4.1.9.10.117.1.1.6.1.1InetAddressTypenot-accessiblecurrent
cIpMRouteScopeNameAddress
OBJECT-TYPE
The group address which when combined with the corresponding value of cIpMRouteScopeNameAddressMask identifies the group range associated with the multicast scope.
1.3.6.1.4.1.9.10.117.1.1.6.1.2InetAddress (SIZE(4 | 16 | 20))not-accessiblecurrent
cIpMRouteScopeNameAddressMask
OBJECT-TYPE
The group address mask which when combined with the corresponding value of cIpMRouteScopeNameAddress identifies the group range associated with the multicast scope.
1.3.6.1.4.1.9.10.117.1.1.6.1.3InetAddressPrefixLengthnot-accessiblecurrent
cIpMRouteScopeNameLanguage
OBJECT-TYPE
The RFC 1766-style language tag associated with the scope name.
1.3.6.1.4.1.9.10.117.1.1.6.1.4LanguageTagnot-accessiblecurrent
cIpMRouteScopeNameString
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.6.1.5SnmpAdminStringread-createcurrent
cIpMRouteScopeNameDefault
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.117.1.1.6.1.6TruthValueread-createcurrent
cIpMRouteScopeNameStatus
OBJECT-TYPE
The status of this row, by which new entries may be created, or old entries deleted from this table.
1.3.6.1.4.1.9.10.117.1.1.6.1.7RowStatusread-createcurrent
cIpMRouteEntryCount
OBJECT-TYPE
The number of rows in the cIpMRouteTable. This can be used to monitor the multicast routing table size.
1.3.6.1.4.1.9.10.117.1.1.7Gauge32read-onlycurrent
cIpMRouteMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.117.2
cIpMRouteMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.117.2.1
cIpMRouteMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.117.2.2

Conformance

NameOIDStatus
cIpMRouteMIBCompliance
MODULE-COMPLIANCE
The compliance statement for the IP Multicast Routing MIB.
1.3.6.1.4.1.9.10.117.2.1.1deprecated
cIpMRouteMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for the IP Multicast Routing MIB.
1.3.6.1.4.1.9.10.117.2.1.2current
cIpMRouteMIBBasicGroup
OBJECT-GROUP
A collection of objects to support basic management of IP Multicast routing.
1.3.6.1.4.1.9.10.117.2.2.1current
cIpMRouteMIBHopCountGroup
OBJECT-GROUP
A collection of objects to support management of the use of hop counts in IP Multicast routing.
1.3.6.1.4.1.9.10.117.2.2.2current
cIpMRouteMIBBoundaryGroup
OBJECT-GROUP
A collection of objects to support management of scoped multicast address boundaries.
1.3.6.1.4.1.9.10.117.2.2.3current
cIpMRouteMIBPktsOutGroup
OBJECT-GROUP
A collection of objects to support management of packet counters for each outgoing interface entry of a route.
1.3.6.1.4.1.9.10.117.2.2.4current
cIpMRouteMIBHCInterfaceGroup
OBJECT-GROUP
A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces.
1.3.6.1.4.1.9.10.117.2.2.5current
cIpMRouteMIBRouteGroup
OBJECT-GROUP
A collection of objects providing information on the relationship between multicast routing information, and the IP Forwarding Table.
1.3.6.1.4.1.9.10.117.2.2.6current
cIpMRouteMIBPktsGroup
OBJECT-GROUP
A collection of objects to support management of packet counters for each forwarding entry.
1.3.6.1.4.1.9.10.117.2.2.7current
cIpMRouteMIBHCInterfaceGroupSup1
OBJECT-GROUP
A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces.
1.3.6.1.4.1.9.10.117.2.2.8current