HM2-PLATFORM-DVMRP-MIB

File: HM2-PLATFORM-DVMRP-MIB.mib (24525 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
IF-MIB HM2-PLATFORM-MULTICAST-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Gauge32 NOTIFICATION-TYPE
IpAddress TimeTicks DisplayString
RowStatus SnmpAdminString InterfaceIndexOrZero
InterfaceIndex hm2PlatformMulticast

Defined Types

Hm2AgentDvmrpInterfaceEntry  
SEQUENCE    
  hm2AgentDvmrpInterfaceIfIndex InterfaceIndex
  hm2AgentDvmrpInterfaceLocalAddress IpAddress
  hm2AgentDvmrpInterfaceMetric Integer32
  hm2AgentDvmrpInterfaceStatus RowStatus
  hm2AgentDvmrpInterfaceRcvBadPkts Counter32
  hm2AgentDvmrpInterfaceRcvBadRoutes Counter32
  hm2AgentDvmrpInterfaceSentRoutes Counter32
  hm2AgentDvmrpInterfaceInterfaceKey SnmpAdminString
  hm2AgentDvmrpInterfaceInterfaceKeyVersion Integer32
  hm2AgentDvmrpInterfaceGenerationId Integer32

Hm2AgentDvmrpNeighborEntry  
SEQUENCE    
  hm2AgentDvmrpNeighborIfIndex InterfaceIndex
  hm2AgentDvmrpNeighborAddress IpAddress
  hm2AgentDvmrpNeighborUpTime TimeTicks
  hm2AgentDvmrpNeighborExpiryTime TimeTicks
  hm2AgentDvmrpNeighborGenerationId Integer32
  hm2AgentDvmrpNeighborMajorVersion Integer32
  hm2AgentDvmrpNeighborMinorVersion Integer32
  hm2AgentDvmrpNeighborCapabilities BITS
  hm2AgentDvmrpNeighborRcvRoutes Counter32
  hm2AgentDvmrpNeighborRcvBadPkts Counter32
  hm2AgentDvmrpNeighborRcvBadRoutes Counter32
  hm2AgentDvmrpNeighborState INTEGER

Hm2AgentDvmrpRouteEntry  
SEQUENCE    
  hm2AgentDvmrpRouteSource IpAddress
  hm2AgentDvmrpRouteSourceMask IpAddress
  hm2AgentDvmrpRouteUpstreamNeighbor IpAddress
  hm2AgentDvmrpRouteIfIndex InterfaceIndexOrZero
  hm2AgentDvmrpRouteMetric Integer32
  hm2AgentDvmrpRouteExpiryTime TimeTicks
  hm2AgentDvmrpRouteUpTime TimeTicks

Hm2AgentDvmrpRouteNextHopEntry  
SEQUENCE    
  hm2AgentDvmrpRouteNextHopSource IpAddress
  hm2AgentDvmrpRouteNextHopSourceMask IpAddress
  hm2AgentDvmrpRouteNextHopIfIndex InterfaceIndex
  hm2AgentDvmrpRouteNextHopType INTEGER

Hm2AgentDvmrpPruneEntry  
SEQUENCE    
  hm2AgentDvmrpPruneGroup IpAddress
  hm2AgentDvmrpPruneSource IpAddress
  hm2AgentDvmrpPruneSourceMask IpAddress
  hm2AgentDvmrpPruneExpiryTime TimeTicks

Defined Values

hm2AgentDvmrp 1.3.6.1.4.1.248.12.4.249
The Hirschmann Private Platform2 MIB for DVMRP. Copyright (C) 2013. All Rights Reserved.
MODULE-IDENTITY    

hm2AgentDvmrpMIBNotifications 1.3.6.1.4.1.248.12.4.249.0
OBJECT IDENTIFIER    

hm2AgentDvmrpMIBObjects 1.3.6.1.4.1.248.12.4.249.1
OBJECT IDENTIFIER    

hm2AgentDvmrpGroup 1.3.6.1.4.1.248.12.4.249.1.1
OBJECT IDENTIFIER    

hm2AgentDvmrpScalar 1.3.6.1.4.1.248.12.4.249.1.1.1
OBJECT IDENTIFIER    

hm2AgentDvmrpVersionString 1.3.6.1.4.1.248.12.4.249.1.1.1.1
The router's DVMRP version information. Similar to sysDescr in MIB-II, this is a free-form field which can be used to display vendor-specific information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hm2AgentDvmrpGenerationId 1.3.6.1.4.1.248.12.4.249.1.1.1.2
The generation identifier for the routing process. This is used by neighboring routers to detect whether the DVMRP routing table should be resent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hm2AgentDvmrpNumRoutes 1.3.6.1.4.1.248.12.4.249.1.1.1.3
The number of entries in the routing table. This can be used to monitor the routing table size to detect illegal advertisements of unicast routes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hm2AgentDvmrpReachableRoutes 1.3.6.1.4.1.248.12.4.249.1.1.1.4
The number of entries in the routing table with non infinite metrics. This can be used to detect network partitions by observing the ratio of reachable routes to total routes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hm2AgentDvmrpInterfaceTable 1.3.6.1.4.1.248.12.4.249.1.1.2
The (conceptual) table listing the router's multicast- capable interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentDvmrpInterfaceEntry

hm2AgentDvmrpInterfaceEntry 1.3.6.1.4.1.248.12.4.249.1.1.2.1
An entry (conceptual row) in the hm2AgentDvmrpInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentDvmrpInterfaceEntry  

hm2AgentDvmrpInterfaceIfIndex 1.3.6.1.4.1.248.12.4.249.1.1.2.1.1
The ifIndex value of the interface for which DVMRP is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hm2AgentDvmrpInterfaceLocalAddress 1.3.6.1.4.1.248.12.4.249.1.1.2.1.2
The IP address this system will use as a source address on this interface. On unnumbered interfaces, it must be the same value as hm2AgentDvmrpInterfaceLocalAddress for some interface on the system.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpInterfaceMetric 1.3.6.1.4.1.248.12.4.249.1.1.2.1.3
The distance metric for this interface which is used to calculate distance vectors.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..31  

hm2AgentDvmrpInterfaceStatus 1.3.6.1.4.1.248.12.4.249.1.1.2.1.4
The status of this entry. Creating the entry enables DVMRP on the virtual interface; destroying the entry or setting it to notInService disables DVMRP on the virtual interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hm2AgentDvmrpInterfaceRcvBadPkts 1.3.6.1.4.1.248.12.4.249.1.1.2.1.5
The number of DVMRP messages received on the interface by the DVMRP process which were subsequently discarded as invalid (e.g. invalid packet format, or a route report from an unknown neighbor).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hm2AgentDvmrpInterfaceRcvBadRoutes 1.3.6.1.4.1.248.12.4.249.1.1.2.1.6
The number of routes, in valid hm2AgentDvmrpGroup packets, which were ignored because the entry was invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hm2AgentDvmrpInterfaceSentRoutes 1.3.6.1.4.1.248.12.4.249.1.1.2.1.7
The number of routes, in DVMRP Report packets, which have been sent on this interface. Together with hm2AgentDvmrpNeighborRcvRoutes at a peer, this object is useful for detecting routes being lost.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hm2AgentDvmrpInterfaceInterfaceKey 1.3.6.1.4.1.248.12.4.249.1.1.2.1.8
The (shared) key for authenticating neighbors on this interface. This object is intended solely for the purpose of setting the interface key, and MUST be accessible only via requests using both authentication and privacy. The agent MAY report an empty string in response to get, get- next, get-bulk requests.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

hm2AgentDvmrpInterfaceInterfaceKeyVersion 1.3.6.1.4.1.248.12.4.249.1.1.2.1.9
The highest version number of all known interface keys for this interface used for authenticating neighbors.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hm2AgentDvmrpInterfaceGenerationId 1.3.6.1.4.1.248.12.4.249.1.1.2.1.248
The generation identifier for the routing process. This is used by neighboring routers to detect whether the DVMRP routing table should be resent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hm2AgentDvmrpNeighborTable 1.3.6.1.4.1.248.12.4.249.1.1.3
The (conceptual) table listing the router's DVMRP neighbors, as discovered by receiving DVMRP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentDvmrpNeighborEntry

hm2AgentDvmrpNeighborEntry 1.3.6.1.4.1.248.12.4.249.1.1.3.1
An entry (conceptual row) in the hm2AgentDvmrpNeighborTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentDvmrpNeighborEntry  

hm2AgentDvmrpNeighborIfIndex 1.3.6.1.4.1.248.12.4.249.1.1.3.1.1
The value of ifIndex for the virtual interface used to reach this DVMRP neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hm2AgentDvmrpNeighborAddress 1.3.6.1.4.1.248.12.4.249.1.1.3.1.2
The IP address of the DVMRP neighbor for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpNeighborUpTime 1.3.6.1.4.1.248.12.4.249.1.1.3.1.3
The time since this DVMRP neighbor (last) became a neighbor of the local router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hm2AgentDvmrpNeighborExpiryTime 1.3.6.1.4.1.248.12.4.249.1.1.3.1.4
The minimum time remaining before this DVMRP neighbor will be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hm2AgentDvmrpNeighborGenerationId 1.3.6.1.4.1.248.12.4.249.1.1.3.1.5
The neighboring router's generation identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hm2AgentDvmrpNeighborMajorVersion 1.3.6.1.4.1.248.12.4.249.1.1.3.1.6
The neighboring router's major hm2AgentDvmrpGroup version number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hm2AgentDvmrpNeighborMinorVersion 1.3.6.1.4.1.248.12.4.249.1.1.3.1.7
The neighboring router's minor DVMRP version number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hm2AgentDvmrpNeighborCapabilities 1.3.6.1.4.1.248.12.4.249.1.1.3.1.8
This object describes the neighboring router's capabilities. The leaf bit indicates that the neighbor has only one interface with neighbors. The prune bit indicates that the neighbor supports pruning. The generationID bit indicates that the neighbor sends its generationID in Probe messages. The mtrace bit indicates that the neighbor can handle mtrace requests.
Status: current Access: read-only
OBJECT-TYPE    
  BITS leaf(0), prune(1), generationID(2), mtrace(3)  

hm2AgentDvmrpNeighborRcvRoutes 1.3.6.1.4.1.248.12.4.249.1.1.3.1.9
The total number of routes received in valid DVMRP packets received from this neighbor. This can be used to diagnose problems such as unicast route injection, as well as giving an indication of the level of DVMRP route exchange activity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hm2AgentDvmrpNeighborRcvBadPkts 1.3.6.1.4.1.248.12.4.249.1.1.3.1.10
The number of packet received from this neighbor which were discarded as invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hm2AgentDvmrpNeighborRcvBadRoutes 1.3.6.1.4.1.248.12.4.249.1.1.3.1.11
The number of routes, in valid DVMRP packets received from this neighbor, which were ignored because the entry was invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hm2AgentDvmrpNeighborState 1.3.6.1.4.1.248.12.4.249.1.1.3.1.12
State of the neighbor adjacency.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER oneway(1), active(2), ignoring(3), down(4)  

hm2AgentDvmrpRouteTable 1.3.6.1.4.1.248.12.4.249.1.1.4
The table of routes learned through DVMRP route exchange.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentDvmrpRouteEntry

hm2AgentDvmrpRouteEntry 1.3.6.1.4.1.248.12.4.249.1.1.4.1
An entry (conceptual row) containing the multicast routing information used by DVMRP in place of the unicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentDvmrpRouteEntry  

hm2AgentDvmrpRouteSource 1.3.6.1.4.1.248.12.4.249.1.1.4.1.1
The network address which when combined with the corresponding value of hm2AgentDvmrpRouteSourceMask identifies the sources for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpRouteSourceMask 1.3.6.1.4.1.248.12.4.249.1.1.4.1.2
The network mask which when combined with the corresponding value of hm2AgentDvmrpRouteSource identifies the sources for which this entry contains multicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpRouteUpstreamNeighbor 1.3.6.1.4.1.248.12.4.249.1.1.4.1.3
The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources are received.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpRouteIfIndex 1.3.6.1.4.1.248.12.4.249.1.1.4.1.4
The value of ifIndex for the interface on which IP datagrams sent by these sources are received. A value of 0 typically means the route is an aggregate for which no next- hop interface exists.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

hm2AgentDvmrpRouteMetric 1.3.6.1.4.1.248.12.4.249.1.1.4.1.5
The distance in hops to the source subnet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..32  

hm2AgentDvmrpRouteExpiryTime 1.3.6.1.4.1.248.12.4.249.1.1.4.1.6
The minimum amount of time remaining before this entry will be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hm2AgentDvmrpRouteUpTime 1.3.6.1.4.1.248.12.4.249.1.1.4.1.7
The time since the route represented by this entry was learned by the router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hm2AgentDvmrpRouteNextHopTable 1.3.6.1.4.1.248.12.4.249.1.1.5
The (conceptual) table containing information on the next hops on outgoing interfaces for routing IP multicast datagrams.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentDvmrpRouteNextHopEntry

hm2AgentDvmrpRouteNextHopEntry 1.3.6.1.4.1.248.12.4.249.1.1.5.1
An entry (conceptual row) in the list of next hops on outgoing interfaces to which IP multicast datagrams from particular sources are routed.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentDvmrpRouteNextHopEntry  

hm2AgentDvmrpRouteNextHopSource 1.3.6.1.4.1.248.12.4.249.1.1.5.1.1
The network address which when combined with the corresponding value of hm2AgentDvmrpRouteNextHopSourceMask identifies the sources for which this entry specifies a next hop on an outgoing interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpRouteNextHopSourceMask 1.3.6.1.4.1.248.12.4.249.1.1.5.1.2
The network mask which when combined with the corresponding value of hm2AgentDvmrpRouteNextHopSource identifies the sources for which this entry specifies a next hop on an outgoing interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

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

hm2AgentDvmrpRouteNextHopType 1.3.6.1.4.1.248.12.4.249.1.1.5.1.4
Type is leaf if no downstream dependent neighbors exist on the outgoing virtual interface. Otherwise, type is branch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER leaf(1), branch(2)  

hm2AgentDvmrpPruneTable 1.3.6.1.4.1.248.12.4.249.1.1.6
The (conceptual) table listing the router's upstream prune state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentDvmrpPruneEntry

hm2AgentDvmrpPruneEntry 1.3.6.1.4.1.248.12.4.249.1.1.6.1
An entry (conceptual row) in the hm2AgentDvmrpPruneTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentDvmrpPruneEntry  

hm2AgentDvmrpPruneGroup 1.3.6.1.4.1.248.12.4.249.1.1.6.1.1
The group address which has been pruned.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpPruneSource 1.3.6.1.4.1.248.12.4.249.1.1.6.1.2
The address of the source or source network which has been pruned.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpPruneSourceMask 1.3.6.1.4.1.248.12.4.249.1.1.6.1.3
The address of the source or source network which has been pruned. The mask must either be all 1's, or else hm2AgentDvmrpPruneSource and hm2AgentDvmrpPruneSourceMask must match hm2AgentDvmrpRouteSource and hm2AgentDvmrpRouteSourceMask for some entry in the hm2AgentDvmrpRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hm2AgentDvmrpPruneExpiryTime 1.3.6.1.4.1.248.12.4.249.1.1.6.1.4
The amount of time remaining before this prune should expire at the upstream neighbor. This value should be the minimum of the default prune lifetime and the remaining prune lifetimes of the local router's downstream neighbors, if any.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hm2AgentDvmrpNeighborLoss 1.3.6.1.4.1.248.12.4.249.0.1
A hm2AgentDvmrpNeighborLoss trap signifies the loss of a 2-way adjacency with a neighbor. This trap should be generated when the neighbor state changes from active to one-way, ignoring, or down. The trap should be generated only if the router has no other neighbors on the same interface with a lower IP address than itself.
Status: current Access: read-only
NOTIFICATION-TYPE    

hm2AgentDvmrpNeighborNotPruning 1.3.6.1.4.1.248.12.4.249.0.2
A hm2AgentDvmrpNeighborNotPruning trap signifies that a non-pruning neighbor has been detected (in an implementation-dependent manner). This trap should be generated at most once per generation ID of the neighbor. For example, it should be generated at the time a neighbor is first heard from if the prune bit is not set in its capabilities. It should also be generated if the local system has the ability to tell that a neighbor which sets the the prune bit in its capabilities is not pruning any branches over an extended period of time. The trap should be generated only if the router has no other neighbors on the same interface with a lower IP address than itself.
Status: current Access: read-only
NOTIFICATION-TYPE