IPMROUTE-STD-MIB

File: IPMROUTE-STD-MIB.mib (32551 bytes)

Imported modules

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

Imported symbols

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

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)  

IpMRouteEntry  
SEQUENCE    
  ipMRouteGroup IpAddress
  ipMRouteSource IpAddress
  ipMRouteSourceMask IpAddress
  ipMRouteUpstreamNeighbor IpAddress
  ipMRouteInIfIndex InterfaceIndexOrZero
  ipMRouteUpTime TimeTicks
  ipMRouteExpiryTime TimeTicks
  ipMRoutePkts Counter32
  ipMRouteDifferentInIfPackets Counter32
  ipMRouteOctets Counter32
  ipMRouteProtocol IANAipMRouteProtocol
  ipMRouteRtProto IANAipRouteProtocol
  ipMRouteRtAddress IpAddress
  ipMRouteRtMask IpAddress
  ipMRouteRtType INTEGER
  ipMRouteHCOctets Counter64

IpMRouteNextHopEntry  
SEQUENCE    
  ipMRouteNextHopGroup IpAddress
  ipMRouteNextHopSource IpAddress
  ipMRouteNextHopSourceMask IpAddress
  ipMRouteNextHopIfIndex InterfaceIndex
  ipMRouteNextHopAddress IpAddress
  ipMRouteNextHopState INTEGER
  ipMRouteNextHopUpTime TimeTicks
  ipMRouteNextHopExpiryTime TimeTicks
  ipMRouteNextHopClosestMemberHops Integer32
  ipMRouteNextHopProtocol IANAipMRouteProtocol
  ipMRouteNextHopPkts Counter32

IpMRouteInterfaceEntry  
SEQUENCE    
  ipMRouteInterfaceIfIndex InterfaceIndex
  ipMRouteInterfaceTtl Integer32
  ipMRouteInterfaceProtocol IANAipMRouteProtocol
  ipMRouteInterfaceRateLimit Integer32
  ipMRouteInterfaceInMcastOctets Counter32
  ipMRouteInterfaceOutMcastOctets Counter32
  ipMRouteInterfaceHCInMcastOctets Counter64
  ipMRouteInterfaceHCOutMcastOctets Counter64

IpMRouteBoundaryEntry  
SEQUENCE    
  ipMRouteBoundaryIfIndex InterfaceIndex
  ipMRouteBoundaryAddress IpAddress
  ipMRouteBoundaryAddressMask IpAddress
  ipMRouteBoundaryStatus RowStatus

IpMRouteScopeNameEntry  
SEQUENCE    
  ipMRouteScopeNameAddress IpAddress
  ipMRouteScopeNameAddressMask IpAddress
  ipMRouteScopeNameLanguage LanguageTag
  ipMRouteScopeNameString SnmpAdminString
  ipMRouteScopeNameDefault TruthValue
  ipMRouteScopeNameStatus RowStatus

Defined Values

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

ipMRouteMIBObjects 1.3.6.1.2.1.83.1
OBJECT IDENTIFIER    

ipMRoute 1.3.6.1.2.1.83.1.1
OBJECT IDENTIFIER    

ipMRouteEnable 1.3.6.1.2.1.83.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)  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ipMRouteBoundaryEntry 1.3.6.1.2.1.83.1.1.5.1
An entry (conceptual row) in the ipMRouteBoundaryTable representing a scoped boundary.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpMRouteBoundaryEntry  

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

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

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

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

ipMRouteScopeNameTable 1.3.6.1.2.1.83.1.1.6
The (conceptual) table listing the multicast scope names.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpMRouteScopeNameEntry

ipMRouteScopeNameEntry 1.3.6.1.2.1.83.1.1.6.1
An entry (conceptual row) in the ipMRouteScopeNameTable representing a multicast scope name.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpMRouteScopeNameEntry  

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

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

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

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

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

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

ipMRouteMIBConformance 1.3.6.1.2.1.83.2
OBJECT IDENTIFIER    

ipMRouteMIBCompliances 1.3.6.1.2.1.83.2.1
OBJECT IDENTIFIER    

ipMRouteMIBGroups 1.3.6.1.2.1.83.2.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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