CISCO-IETF-IPMROUTE-MIB

File: CISCO-IETF-IPMROUTE-MIB.mib (43833 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Counter64 Gauge32
TimeTicks MODULE-COMPLIANCE OBJECT-GROUP
RowStatus TruthValue SnmpAdminString
InterfaceIndexOrZero InterfaceIndex InetAddressType
InetAddressPrefixLength InetAddress InetVersion
IANAipRouteProtocol IANAipMRouteProtocol LanguageTag
ciscoExperiment

Defined Types

CIpMRouteEntry  
SEQUENCE    
  cIpMRouteAddrType InetAddressType
  cIpMRouteGroup InetAddress
  cIpMRouteSource InetAddress
  cIpMRouteSourceMask InetAddressPrefixLength
  cIpMRouteUpstreamNeighbor InetAddress
  cIpMRouteInIfIndex InterfaceIndexOrZero
  cIpMRouteUpTime TimeTicks
  cIpMRouteExpiryTime TimeTicks
  cIpMRoutePkts Counter32
  cIpMRouteDifferentInIfPackets Counter32
  cIpMRouteOctets Counter32
  cIpMRouteProtocol IANAipMRouteProtocol
  cIpMRouteRtProto IANAipRouteProtocol
  cIpMRouteRtAddress InetAddress
  cIpMRouteRtMask InetAddressPrefixLength
  cIpMRouteRtType INTEGER
  cIpMRouteHCOctets Counter64

CIpMRouteNextHopEntry  
SEQUENCE    
  cIpMRouteNextHopAddrType InetAddressType
  cIpMRouteNextHopGroup InetAddress
  cIpMRouteNextHopSource InetAddress
  cIpMRouteNextHopSourceMask InetAddressPrefixLength
  cIpMRouteNextHopIfIndex InterfaceIndex
  cIpMRouteNextHopAddress InetAddress
  cIpMRouteNextHopState INTEGER
  cIpMRouteNextHopUpTime TimeTicks
  cIpMRouteNextHopExpiryTime TimeTicks
  cIpMRouteNextHopClosestHops Integer32
  cIpMRouteNextHopProtocol IANAipMRouteProtocol
  cIpMRouteNextHopPkts Counter32

CIpMRouteInterfaceEntry  
SEQUENCE    
  cIpMRouteInterfaceIfIndex InterfaceIndex
  cIpMRouteInterfaceIPVersion InetVersion
  cIpMRouteInterfaceTtl Integer32
  cIpMRouteInterfaceProtocol IANAipMRouteProtocol
  cIpMRouteInterfaceRateLimit Integer32
  cIpMRouteInterfaceInMcastPkts Counter32
  cIpMRouteInterfaceOutMcastPkts Counter32
  cIpMRouteInterfaceInMcastOctets Counter32
  cIpMRouteInterfaceOutMcastOctets Counter32
  cIpMRouteInterfaceHCInMOctets Counter64
  cIpMRouteInterfaceHCOutMOctets Counter64
  cIpMRouteInterfaceHCInMPkts Counter64
  cIpMRouteInterfaceHCOutMPkts Counter64

CIpMRouteBoundaryEntry  
SEQUENCE    
  cIpMRouteBoundaryScopeId Integer32
  cIpMRouteBoundaryIfIndex InterfaceIndex
  cIpMRouteBoundaryAddressType InetAddressType
  cIpMRouteBoundaryAddress InetAddress
  cIpMRouteBoundaryAddressMask InetAddressPrefixLength
  cIpMRouteBoundaryNameString SnmpAdminString
  cIpMRouteBoundaryStatus RowStatus

CIpMRouteScopeNameEntry  
SEQUENCE    
  cIpMRouteScopeNameAddressType InetAddressType
  cIpMRouteScopeNameAddress InetAddress
  cIpMRouteScopeNameAddressMask InetAddressPrefixLength
  cIpMRouteScopeNameLanguage LanguageTag
  cIpMRouteScopeNameString SnmpAdminString
  cIpMRouteScopeNameDefault TruthValue
  cIpMRouteScopeNameStatus RowStatus

Defined Values

ciscoIetfIpMRouteMIB 1.3.6.1.4.1.9.10.117
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.
MODULE-IDENTITY    

cIpMRouteMIBObjects 1.3.6.1.4.1.9.10.117.1
OBJECT IDENTIFIER    

cIpMRoute 1.3.6.1.4.1.9.10.117.1.1
OBJECT IDENTIFIER    

cIpMRouteEnable 1.3.6.1.4.1.9.10.117.1.1.1
The enabled status of IP Multicast routing on this router.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cIpMRouteEntryCount 1.3.6.1.4.1.9.10.117.1.1.7
The number of rows in the cIpMRouteTable. This can be used to monitor the multicast routing table size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cIpMRouteTable 1.3.6.1.4.1.9.10.117.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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIpMRouteEntry

cIpMRouteEntry 1.3.6.1.4.1.9.10.117.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 cIpMRouteUpTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIpMRouteEntry  

cIpMRouteAddrType 1.3.6.1.4.1.9.10.117.1.1.2.1.1
The type of InetAddress for the IP multicast group address for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cIpMRouteGroup 1.3.6.1.4.1.9.10.117.1.1.2.1.2
The IP multicast group address for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteSource 1.3.6.1.4.1.9.10.117.1.1.2.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteSourceMask 1.3.6.1.4.1.9.10.117.1.1.2.1.4
The network mask which when combined with the corresponding value of cIpMRouteSource identifies the sources for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

cIpMRouteUpstreamNeighbor 1.3.6.1.4.1.9.10.117.1.1.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteInIfIndex 1.3.6.1.4.1.9.10.117.1.1.2.1.6
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).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

cIpMRouteUpTime 1.3.6.1.4.1.9.10.117.1.1.2.1.7
The time since the multicast routing information represented by this entry was learned by the router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cIpMRouteExpiryTime 1.3.6.1.4.1.9.10.117.1.1.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cIpMRoutePkts 1.3.6.1.4.1.9.10.117.1.1.2.1.9
The number of packets which this router has received from these sources and addressed to this multicast group address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteDifferentInIfPackets 1.3.6.1.4.1.9.10.117.1.1.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteOctets 1.3.6.1.4.1.9.10.117.1.1.2.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteProtocol 1.3.6.1.4.1.9.10.117.1.1.2.1.12
The multicast routing protocol via which this multicast forwarding entry was learned.
Status: current Access: read-only
OBJECT-TYPE    
  IANAipMRouteProtocol  

cIpMRouteRtProto 1.3.6.1.4.1.9.10.117.1.1.2.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  IANAipRouteProtocol  

cIpMRouteRtAddress 1.3.6.1.4.1.9.10.117.1.1.2.1.14
The address portion of the route used to find the upstream or parent interface for this multicast forwarding entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteRtMask 1.3.6.1.4.1.9.10.117.1.1.2.1.15
The mask associated with the route used to find the upstream or parent interface for this multicast forwarding entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

cIpMRouteRtType 1.3.6.1.4.1.9.10.117.1.1.2.1.16
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unicast(1), multicast(2)  

cIpMRouteHCOctets 1.3.6.1.4.1.9.10.117.1.1.2.1.17
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cIpMRouteNextHopTable 1.3.6.1.4.1.9.10.117.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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIpMRouteNextHopEntry

cIpMRouteNextHopEntry 1.3.6.1.4.1.9.10.117.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 cIpMRouteUpTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIpMRouteNextHopEntry  

cIpMRouteNextHopAddrType 1.3.6.1.4.1.9.10.117.1.1.3.1.1
The type of InetAddress representing the IP multicast group.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cIpMRouteNextHopGroup 1.3.6.1.4.1.9.10.117.1.1.3.1.2
The IP multicast group for which this entry specifies a next-hop on an outgoing interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteNextHopSource 1.3.6.1.4.1.9.10.117.1.1.3.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteNextHopSourceMask 1.3.6.1.4.1.9.10.117.1.1.3.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

cIpMRouteNextHopIfIndex 1.3.6.1.4.1.9.10.117.1.1.3.1.5
The ifIndex value of the interface for the outgoing interface for this next-hop.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cIpMRouteNextHopAddress 1.3.6.1.4.1.9.10.117.1.1.3.1.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteNextHopState 1.3.6.1.4.1.9.10.117.1.1.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER pruned(1), forwarding(2)  

cIpMRouteNextHopUpTime 1.3.6.1.4.1.9.10.117.1.1.3.1.8
The time since the multicast routing information represented by this entry was learned by the router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cIpMRouteNextHopExpiryTime 1.3.6.1.4.1.9.10.117.1.1.3.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cIpMRouteNextHopClosestHops 1.3.6.1.4.1.9.10.117.1.1.3.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

cIpMRouteNextHopProtocol 1.3.6.1.4.1.9.10.117.1.1.3.1.11
The routing mechanism via which this next-hop was learned.
Status: current Access: read-only
OBJECT-TYPE    
  IANAipMRouteProtocol  

cIpMRouteNextHopPkts 1.3.6.1.4.1.9.10.117.1.1.3.1.12
The number of packets which have been forwarded using this route.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteInterfaceTable 1.3.6.1.4.1.9.10.117.1.1.4
The (conceptual) table containing multicast routing information specific to interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIpMRouteInterfaceEntry

cIpMRouteInterfaceEntry 1.3.6.1.4.1.9.10.117.1.1.4.1
An entry (conceptual row) containing the multicast routing information for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIpMRouteInterfaceEntry  

cIpMRouteInterfaceIfIndex 1.3.6.1.4.1.9.10.117.1.1.4.1.1
The ifIndex value of the interface for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cIpMRouteInterfaceIPVersion 1.3.6.1.4.1.9.10.117.1.1.4.1.2
The IP version of this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

cIpMRouteInterfaceTtl 1.3.6.1.4.1.9.10.117.1.1.4.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

cIpMRouteInterfaceProtocol 1.3.6.1.4.1.9.10.117.1.1.4.1.4
The routing protocol running on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  IANAipMRouteProtocol  

cIpMRouteInterfaceRateLimit 1.3.6.1.4.1.9.10.117.1.1.4.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..429496295  

cIpMRouteInterfaceInMcastPkts 1.3.6.1.4.1.9.10.117.1.1.4.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteInterfaceOutMcastPkts 1.3.6.1.4.1.9.10.117.1.1.4.1.7
The number of multicast packets that have been sent on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteInterfaceInMcastOctets 1.3.6.1.4.1.9.10.117.1.1.4.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteInterfaceOutMcastOctets 1.3.6.1.4.1.9.10.117.1.1.4.1.9
The number of octets of multicast packets that have been sent on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cIpMRouteInterfaceHCInMOctets 1.3.6.1.4.1.9.10.117.1.1.4.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cIpMRouteInterfaceHCOutMOctets 1.3.6.1.4.1.9.10.117.1.1.4.1.11
The number of octets of multicast packets that have been sent on the interface. This object is a 64-bit version of cIpMRouteInterfaceOutMcastOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cIpMRouteInterfaceHCInMPkts 1.3.6.1.4.1.9.10.117.1.1.4.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cIpMRouteInterfaceHCOutMPkts 1.3.6.1.4.1.9.10.117.1.1.4.1.13
The number of multicast packets that have been sent on the interface. This object is a 64-bit version of cIpMRouteInterfaceOutMcastPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cIpMRouteBoundaryTable 1.3.6.1.4.1.9.10.117.1.1.5
The (conceptual) table listing the router's scoped multicast address boundaries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIpMRouteBoundaryEntry

cIpMRouteBoundaryEntry 1.3.6.1.4.1.9.10.117.1.1.5.1
An entry (conceptual row) in the cIpMRouteBoundaryTable representing a scoped boundary.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIpMRouteBoundaryEntry  

cIpMRouteBoundaryScopeId 1.3.6.1.4.1.9.10.117.1.1.5.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

cIpMRouteBoundaryIfIndex 1.3.6.1.4.1.9.10.117.1.1.5.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cIpMRouteBoundaryAddressType 1.3.6.1.4.1.9.10.117.1.1.5.1.3
The type of InetAddress representing the cIpMRouteBoundaryAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cIpMRouteBoundaryAddress 1.3.6.1.4.1.9.10.117.1.1.5.1.4
The group address which when combined with the corresponding value of cIpMRouteBoundaryAddressMask identifies the group range for which the scoped boundary exists.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteBoundaryAddressMask 1.3.6.1.4.1.9.10.117.1.1.5.1.5
The group address mask which when combined with the corresponding value of cIpMRouteBoundaryAddress identifies the group range for which the scoped boundary exists.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

cIpMRouteBoundaryNameString 1.3.6.1.4.1.9.10.117.1.1.5.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cIpMRouteBoundaryStatus 1.3.6.1.4.1.9.10.117.1.1.5.1.7
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIpMRouteScopeNameTable 1.3.6.1.4.1.9.10.117.1.1.6
The (conceptual) table listing the multicast scope names.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIpMRouteScopeNameEntry

cIpMRouteScopeNameEntry 1.3.6.1.4.1.9.10.117.1.1.6.1
An entry (conceptual row) in the cIpMRouteScopeNameTable representing a multicast scope name.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIpMRouteScopeNameEntry  

cIpMRouteScopeNameAddressType 1.3.6.1.4.1.9.10.117.1.1.6.1.1
The type of InetAddress representing cIpMRouteScopeNameAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cIpMRouteScopeNameAddress 1.3.6.1.4.1.9.10.117.1.1.6.1.2
The group address which when combined with the corresponding value of cIpMRouteScopeNameAddressMask identifies the group range associated with the multicast scope.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

cIpMRouteScopeNameAddressMask 1.3.6.1.4.1.9.10.117.1.1.6.1.3
The group address mask which when combined with the corresponding value of cIpMRouteScopeNameAddress identifies the group range associated with the multicast scope.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

cIpMRouteScopeNameLanguage 1.3.6.1.4.1.9.10.117.1.1.6.1.4
The RFC 1766-style language tag associated with the scope name.
Status: current Access: not-accessible
OBJECT-TYPE    
  LanguageTag  

cIpMRouteScopeNameString 1.3.6.1.4.1.9.10.117.1.1.6.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cIpMRouteScopeNameDefault 1.3.6.1.4.1.9.10.117.1.1.6.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cIpMRouteScopeNameStatus 1.3.6.1.4.1.9.10.117.1.1.6.1.7
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIpMRouteMIBConformance 1.3.6.1.4.1.9.10.117.2
OBJECT IDENTIFIER    

cIpMRouteMIBCompliances 1.3.6.1.4.1.9.10.117.2.1
OBJECT IDENTIFIER    

cIpMRouteMIBGroups 1.3.6.1.4.1.9.10.117.2.2
OBJECT IDENTIFIER    

cIpMRouteMIBCompliance 1.3.6.1.4.1.9.10.117.2.1.1
The compliance statement for the IP Multicast Routing MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cIpMRouteMIBComplianceRev1 1.3.6.1.4.1.9.10.117.2.1.2
The compliance statement for the IP Multicast Routing MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cIpMRouteMIBBasicGroup 1.3.6.1.4.1.9.10.117.2.2.1
A collection of objects to support basic management of IP Multicast routing.
Status: current Access: read-only
OBJECT-GROUP    

cIpMRouteMIBHopCountGroup 1.3.6.1.4.1.9.10.117.2.2.2
A collection of objects to support management of the use of hop counts in IP Multicast routing.
Status: current Access: read-only
OBJECT-GROUP    

cIpMRouteMIBBoundaryGroup 1.3.6.1.4.1.9.10.117.2.2.3
A collection of objects to support management of scoped multicast address boundaries.
Status: current Access: read-only
OBJECT-GROUP    

cIpMRouteMIBPktsOutGroup 1.3.6.1.4.1.9.10.117.2.2.4
A collection of objects to support management of packet counters for each outgoing interface entry of a route.
Status: current Access: read-only
OBJECT-GROUP    

cIpMRouteMIBHCInterfaceGroup 1.3.6.1.4.1.9.10.117.2.2.5
A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces.
Status: current Access: read-only
OBJECT-GROUP    

cIpMRouteMIBRouteGroup 1.3.6.1.4.1.9.10.117.2.2.6
A collection of objects providing information on the relationship between multicast routing information, and the IP Forwarding Table.
Status: current Access: read-only
OBJECT-GROUP    

cIpMRouteMIBPktsGroup 1.3.6.1.4.1.9.10.117.2.2.7
A collection of objects to support management of packet counters for each forwarding entry.
Status: current Access: read-only
OBJECT-GROUP    

cIpMRouteMIBHCInterfaceGroupSup1 1.3.6.1.4.1.9.10.117.2.2.8
A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces.
Status: current Access: read-only
OBJECT-GROUP