INETMROUTE-STD-MIB

File: INETMROUTE-STD-MIB.mib (47049 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
Integer32 Counter32 Counter64
Gauge32 TimeTicks RowStatus
TEXTUAL-CONVENTION TruthValue MODULE-COMPLIANCE
OBJECT-GROUP SnmpAdminString InterfaceIndexOrZero
InterfaceIndex IANAipRouteProtocol IANAipMRouteProtocol
InetAddress InetAddressType

Defined Types

LanguageTag  
An 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 syntax, and thus be impossible to represent with this syntax. Sampling of language tags in current use on the Internet suggests that this limit does not pose a serious problem in practice.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..100)  

InetMRouteEntry  
SEQUENCE    
  inetMRouteGroupType InetAddressType
  inetMRouteGroup InetAddress
  inetMRouteGroupMaskLen INTEGER
  inetMRouteSourceType InetAddressType
  inetMRouteSource InetAddress
  inetMRouteSourceMaskLen INTEGER
  inetMRouteUpstreamNeighborType InetAddressType
  inetMRouteUpstreamNeighbor InetAddress
  inetMRouteInIfIndex InterfaceIndexOrZero
  inetMRouteUpTime TimeTicks
  inetMRouteExpiryTime TimeTicks
  inetMRoutePkts Counter32
  inetMRouteDifferentInIfPackets Counter32
  inetMRouteOctets Counter32
  inetMRouteProtocol IANAipMRouteProtocol
  inetMRouteRtProto IANAipRouteProtocol
  inetMRouteRtAddressType InetAddressType
  inetMRouteRtAddress InetAddress
  inetMRouteRtMaskLen INTEGER
  inetMRouteRtType INTEGER
  inetMRouteHCOctets Counter64

InetMRouteNextHopEntry  
SEQUENCE    
  inetMRouteNextHopGroupType InetAddressType
  inetMRouteNextHopGroup InetAddress
  inetMRouteNextHopSourceType InetAddressType
  inetMRouteNextHopSource InetAddress
  inetMRouteNextHopSourceMaskLen INTEGER
  inetMRouteNextHopIfIndex InterfaceIndex
  inetMRouteNextHopAddressType InetAddressType
  inetMRouteNextHopAddress InetAddress
  inetMRouteNextHopPruned TruthValue
  inetMRouteNextHopUpTime TimeTicks
  inetMRouteNextHopExpiryTime TimeTicks
  inetMRouteNextHopClosestMemberHops Integer32
  inetMRouteNextHopProtocol IANAipMRouteProtocol
  inetMRouteNextHopPkts Counter32

InetMRouteInterfaceEntry  
SEQUENCE    
  inetMRouteInterfaceIfIndex InterfaceIndex
  inetMRouteInterfaceTtl Integer32
  inetMRouteInterfaceProtocol IANAipMRouteProtocol
  inetMRouteInterfaceRateLimit Integer32
  inetMRouteInterfaceInMcastOctets Counter32
  inetMRouteInterfaceOutMcastOctets Counter32
  inetMRouteInterfaceHCInMcastOctets Counter64
  inetMRouteInterfaceHCOutMcastOctets Counter64

InetMRouteBoundaryEntry  
SEQUENCE    
  inetMRouteBoundaryIfIndex InterfaceIndex
  inetMRouteBoundaryAddressType InetAddressType
  inetMRouteBoundaryAddress InetAddress
  inetMRouteBoundaryAddressMaskLen INTEGER
  inetMRouteBoundaryStatus RowStatus

InetMRouteScopeNameEntry  
SEQUENCE    
  inetMRouteScopeNameAddressType InetAddressType
  inetMRouteScopeNameAddress InetAddress
  inetMRouteScopeNameAddressMaskLen INTEGER
  inetMRouteScopeNameLanguage LanguageTag
  inetMRouteScopeNameString SnmpAdminString
  inetMRouteScopeNameDefault TruthValue
  inetMRouteScopeNameStatus RowStatus

Defined Values

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

inetMRouteMIBObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

inetMRoute 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

inetMRouteEnabled 1.3.6.1.2.1.1.1.1.1
The enabled status of IP Multicast routing on this router.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

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

inetMRouteTable 1.3.6.1.2.1.1.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  
    InetMRouteEntry

inetMRouteEntry 1.3.6.1.2.1.1.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 inetMRouteUpTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetMRouteEntry  

inetMRouteGroupType 1.3.6.1.2.1.1.1.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

inetMRouteGroup 1.3.6.1.2.1.1.1.1.2.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

inetMRouteGroupMaskLen 1.3.6.1.2.1.1.1.1.2.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

inetMRouteSourceType 1.3.6.1.2.1.1.1.1.2.1.4
A value indicating the address family of the address contained in inetMRouteSource. The value MUST be the same as the value of inetMRouteGroupType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

inetMRouteSource 1.3.6.1.2.1.1.1.1.2.1.5
The network address which when combined with the corresponding value of inetMRouteSourceMaskLen identifies the sources for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

inetMRouteSourceMaskLen 1.3.6.1.2.1.1.1.1.2.1.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

inetMRouteUpstreamNeighborType 1.3.6.1.2.1.1.1.1.2.1.7
A value indicating the address family of the address contained in inetMRouteUpstreamNeighbor. The value MUST be the same as the value of inetMRouteGroupType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

inetMRouteUpstreamNeighbor 1.3.6.1.2.1.1.1.1.2.1.8
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).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

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

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

inetMRouteExpiryTime 1.3.6.1.2.1.1.1.1.2.1.11
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  

inetMRoutePkts 1.3.6.1.2.1.1.1.1.2.1.12
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  

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

inetMRouteOctets 1.3.6.1.2.1.1.1.1.2.1.14
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  

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

inetMRouteRtProto 1.3.6.1.2.1.1.1.1.2.1.16
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  

inetMRouteRtAddressType 1.3.6.1.2.1.1.1.1.2.1.17
A value indicating the address family of the address contained in inetMRouteRtAddress. The value MUST be the same as the value of inetMRouteGroupType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

inetMRouteRtAddress 1.3.6.1.2.1.1.1.1.2.1.18
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  

inetMRouteRtMaskLen 1.3.6.1.2.1.1.1.1.2.1.19
The length in bits of 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    
  INTEGER 0..128  

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

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

inetMRouteNextHopTable 1.3.6.1.2.1.1.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  
    InetMRouteNextHopEntry

inetMRouteNextHopEntry 1.3.6.1.2.1.1.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 inetMRouteUpTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetMRouteNextHopEntry  

inetMRouteNextHopGroupType 1.3.6.1.2.1.1.1.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

inetMRouteNextHopGroup 1.3.6.1.2.1.1.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  

inetMRouteNextHopSourceType 1.3.6.1.2.1.1.1.1.3.1.3
A value indicating the address family of the address contained in inetMRouteNextHopSourceType. The value MUST be the same as the value of inetMRouteNextHopGroupType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

inetMRouteNextHopSource 1.3.6.1.2.1.1.1.1.3.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

inetMRouteNextHopSourceMaskLen 1.3.6.1.2.1.1.1.1.3.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

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

inetMRouteNextHopAddressType 1.3.6.1.2.1.1.1.1.3.1.7
A value indicating the address family of the address contained in inetMRouteNextHopAddressType. The value MUST be the same as the value of inetMRouteNextHopGroupType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

inetMRouteNextHopAddress 1.3.6.1.2.1.1.1.1.3.1.8
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

inetMRouteNextHopPruned 1.3.6.1.2.1.1.1.1.3.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

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

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

inetMRouteNextHopClosestMemberHops 1.3.6.1.2.1.1.1.1.3.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

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

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

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

inetMRouteInterfaceIfIndex 1.3.6.1.2.1.1.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  

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

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

inetMRouteInterfaceRateLimit 1.3.6.1.2.1.1.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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

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

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

inetMRouteInterfaceHCInMcastOctets 1.3.6.1.2.1.1.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 inetMRouteInterfaceInMcastOctets. It is similar to ifHCInOctets in the Interfaces MIB, except that only multicast packets are counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

inetMRouteInterfaceHCOutMcastOctets 1.3.6.1.2.1.1.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 inetMRouteInterfaceOutMcastOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

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

inetMRouteBoundaryEntry 1.3.6.1.2.1.1.1.1.5.1
An entry (conceptual row) in the inetMRouteBoundaryTable representing a scoped boundary.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetMRouteBoundaryEntry  

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

inetMRouteBoundaryAddressType 1.3.6.1.2.1.1.1.1.5.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

inetMRouteBoundaryAddress 1.3.6.1.2.1.1.1.1.5.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

inetMRouteBoundaryAddressMaskLen 1.3.6.1.2.1.1.1.1.5.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

inetMRouteBoundaryStatus 1.3.6.1.2.1.1.1.1.5.1.5
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  

inetMRouteScopeNameTable 1.3.6.1.2.1.1.1.1.6
The (conceptual) table listing the multicast scope names.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InetMRouteScopeNameEntry

inetMRouteScopeNameEntry 1.3.6.1.2.1.1.1.1.6.1
An entry (conceptual row) in the inetMRouteScopeNameTable representing a multicast scope name.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetMRouteScopeNameEntry  

inetMRouteScopeNameAddressType 1.3.6.1.2.1.1.1.1.6.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

inetMRouteScopeNameAddress 1.3.6.1.2.1.1.1.1.6.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

inetMRouteScopeNameAddressMaskLen 1.3.6.1.2.1.1.1.1.6.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

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

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

inetMRouteScopeNameDefault 1.3.6.1.2.1.1.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  

inetMRouteScopeNameStatus 1.3.6.1.2.1.1.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  

inetMRouteMIBConformance 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

inetMRouteMIBCompliances 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

inetMRouteMIBGroups 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

inetMRouteMIBCompliance 1.3.6.1.2.1.1.2.1.1
The compliance statement for the IP Multicast MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

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

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.
Status: current Access: read-only
OBJECT-GROUP    

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

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP