HIRSCHMANN-DVMRP-MIB

File: HIRSCHMANN-DVMRP-MIB.mib (29880 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB HIRSCHMANN-MULTICAST-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 Gauge32
NOTIFICATION-TYPE IpAddress TimeTicks
DisplayString RowStatus MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP SnmpAdminString
hmPlatform4Multicast InterfaceIndexOrZero InterfaceIndex

Defined Types

HmDvmrpInterfaceEntry  
SEQUENCE    
  hmDVMRPInterfaceIfIndex InterfaceIndex
  hmDVMRPInterfaceLocalAddress IpAddress
  hmDVMRPInterfaceMetric Integer32
  hmDVMRPInterfaceStatus INTEGER
  hmDVMRPInterfaceRcvBadPkts Counter32
  hmDVMRPInterfaceRcvBadRoutes Counter32
  hmDVMRPInterfaceSentRoutes Counter32
  hmDVMRPInterfaceInterfaceKey SnmpAdminString
  hmDVMRPInterfaceInterfaceKeyVersion Integer32
  hmDVMRPInterfaceGenerationId Unsigned32

HmDvmrpNeighborEntry  
SEQUENCE    
  hmDVMRPNeighborIfIndex InterfaceIndex
  hmDVMRPNeighborAddress IpAddress
  hmDVMRPNeighborUpTime TimeTicks
  hmDVMRPNeighborExpiryTime TimeTicks
  hmDVMRPNeighborGenerationId Integer32
  hmDVMRPNeighborMajorVersion Integer32
  hmDVMRPNeighborMinorVersion Integer32
  hmDVMRPNeighborCapabilities BITS
  hmDVMRPNeighborRcvRoutes Counter32
  hmDVMRPNeighborRcvBadPkts Counter32
  hmDVMRPNeighborRcvBadRoutes Counter32
  hmDVMRPNeighborState INTEGER

HmDvmrpRouteEntry  
SEQUENCE    
  hmDVMRPRouteSource IpAddress
  hmDVMRPRouteSourceMask IpAddress
  hmDVMRPRouteUpstreamNeighbor IpAddress
  hmDVMRPRouteIfIndex InterfaceIndexOrZero
  hmDVMRPRouteMetric Integer32
  hmDVMRPRouteExpiryTime TimeTicks
  hmDVMRPRouteUpTime TimeTicks

HmDvmrpRouteNextHopEntry  
SEQUENCE    
  hmDVMRPRouteNextHopSource IpAddress
  hmDVMRPRouteNextHopSourceMask IpAddress
  hmDVMRPRouteNextHopIfIndex InterfaceIndex
  hmDVMRPRouteNextHopType INTEGER

HmDvmrpPruneEntry  
SEQUENCE    
  hmDVMRPPruneGroup IpAddress
  hmDVMRPPruneSource IpAddress
  hmDVMRPPruneSourceMask IpAddress
  hmDVMRPPruneExpiryTime TimeTicks

Defined Values

hmDVMRPMIB 1.3.6.1.4.1.248.15.4.100
The Hirschmann Private DVMRP MIB definitions for Platform devices.
MODULE-IDENTITY    

hmDVMRPMIBObjects 1.3.6.1.4.1.248.15.4.100.1
OBJECT IDENTIFIER    

hmDVMRP 1.3.6.1.4.1.248.15.4.100.1.1
OBJECT IDENTIFIER    

hmDVMRPScalar 1.3.6.1.4.1.248.15.4.100.1.1.1
OBJECT IDENTIFIER    

hmDVMRPVersionString 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPGenerationId 1.3.6.1.4.1.248.15.4.100.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: obsolete Access: read-only
OBJECT-TYPE    
  Integer32  

hmDVMRPNumRoutes 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPReachableRoutes 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPUpdateInterval 1.3.6.1.4.1.248.15.4.100.1.1.1.10
The interval at which the dvmrp route updates (reports) are sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..240  

hmDVMRPPruneLifetime 1.3.6.1.4.1.248.15.4.100.1.1.1.11
The time a prune message sent from this router will be valid.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 30..64800  

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

hmDVMRPInterfaceEntry 1.3.6.1.4.1.248.15.4.100.1.1.2.1
An entry (conceptual row) in the hmDVMRPInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmDvmrpInterfaceEntry  

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

hmDVMRPInterfaceLocalAddress 1.3.6.1.4.1.248.15.4.100.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 hmDVMRPInterfaceLocalAddress for some interface on the system.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hmDVMRPInterfaceMetric 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPInterfaceStatus 1.3.6.1.4.1.248.15.4.100.1.1.2.1.4
The status of this entry. Creating the entry enables DVMRP on the interface; destroying the entry disables DVMRP on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hmDVMRPInterfaceRcvBadPkts 1.3.6.1.4.1.248.15.4.100.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  

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

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

hmDVMRPInterfaceInterfaceKey 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPInterfaceInterfaceKeyVersion 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPInterfaceGenerationId 1.3.6.1.4.1.248.15.4.100.1.1.2.1.20
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    
  Unsigned32  

hmDVMRPNeighborTable 1.3.6.1.4.1.248.15.4.100.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  
    HmDvmrpNeighborEntry

hmDVMRPNeighborEntry 1.3.6.1.4.1.248.15.4.100.1.1.3.1
An entry (conceptual row) in the hmDVMRPNeighborTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmDvmrpNeighborEntry  

hmDVMRPNeighborIfIndex 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPNeighborAddress 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPNeighborUpTime 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPNeighborExpiryTime 1.3.6.1.4.1.248.15.4.100.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  

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

hmDVMRPNeighborMajorVersion 1.3.6.1.4.1.248.15.4.100.1.1.3.1.6
The neighboring router's major DVMRP version number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

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

hmDVMRPNeighborCapabilities 1.3.6.1.4.1.248.15.4.100.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)  

hmDVMRPNeighborRcvRoutes 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPNeighborRcvBadPkts 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPNeighborRcvBadRoutes 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPNeighborState 1.3.6.1.4.1.248.15.4.100.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)  

hmDVMRPRouteTable 1.3.6.1.4.1.248.15.4.100.1.1.4
The table of routes learned through DVMRP route exchange.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HmDvmrpRouteEntry

hmDVMRPRouteEntry 1.3.6.1.4.1.248.15.4.100.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    
  HmDvmrpRouteEntry  

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

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

hmDVMRPRouteUpstreamNeighbor 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPRouteIfIndex 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPRouteMetric 1.3.6.1.4.1.248.15.4.100.1.1.4.1.5
The distance in hops to the source subnet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..32  

hmDVMRPRouteExpiryTime 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPRouteUpTime 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPRouteNextHopTable 1.3.6.1.4.1.248.15.4.100.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  
    HmDvmrpRouteNextHopEntry

hmDVMRPRouteNextHopEntry 1.3.6.1.4.1.248.15.4.100.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    
  HmDvmrpRouteNextHopEntry  

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

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

hmDVMRPRouteNextHopIfIndex 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPRouteNextHopType 1.3.6.1.4.1.248.15.4.100.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)  

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

hmDVMRPPruneEntry 1.3.6.1.4.1.248.15.4.100.1.1.6.1
An entry (conceptual row) in the hmDVMRPPruneTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmDvmrpPruneEntry  

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

hmDVMRPPruneSource 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPPruneSourceMask 1.3.6.1.4.1.248.15.4.100.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 hmDVMRPPruneSource and hmDVMRPPruneSourceMask must match hmDVMRPRouteSource and hmDVMRPRouteSourceMask for some entry in the hmDVMRPRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hmDVMRPPruneExpiryTime 1.3.6.1.4.1.248.15.4.100.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  

hmDVMRPTraps 1.3.6.1.4.1.248.15.4.100.1.1.7
OBJECT IDENTIFIER    

hmDVMRPNeighborLoss 1.3.6.1.4.1.248.15.4.100.1.1.7.1
A hmDVMRPNeighborLoss 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    

hmDVMRPNeighborNotPruning 1.3.6.1.4.1.248.15.4.100.1.1.7.2
A hmDVMRPNeighborNotPruning 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    

hmDVMRPMIBConformance 1.3.6.1.4.1.248.15.4.100.2
OBJECT IDENTIFIER    

hmDVMRPMIBCompliances 1.3.6.1.4.1.248.15.4.100.2.1
OBJECT IDENTIFIER    

hmDVMRPMIBGroups 1.3.6.1.4.1.248.15.4.100.2.2
OBJECT IDENTIFIER    

hmDVMRPMIBCompliance 1.3.6.1.4.1.248.15.4.100.2.1.1
The compliance statement for the DVMRP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hmDVMRPGeneralGroup 1.3.6.1.4.1.248.15.4.100.2.2.2
A collection of objects used to describe general DVMRP configuration information.
Status: current Access: read-only
OBJECT-GROUP    

hmDVMRPInterfaceGroup 1.3.6.1.4.1.248.15.4.100.2.2.3
A collection of objects used to describe DVMRP interface configuration and statistics.
Status: current Access: read-only
OBJECT-GROUP    

hmDVMRPNeighborGroup 1.3.6.1.4.1.248.15.4.100.2.2.4
A collection of objects used to describe DVMRP peer configuration and statistics.
Status: current Access: read-only
OBJECT-GROUP    

hmDVMRPRoutingGroup 1.3.6.1.4.1.248.15.4.100.2.2.5
A collection of objects used to store the DVMRP routing table.
Status: current Access: read-only
OBJECT-GROUP    

hmDVMRPSecurityGroup 1.3.6.1.4.1.248.15.4.100.2.2.6
A collection of objects used to store information related to DVMRP security.
Status: current Access: read-only
OBJECT-GROUP    

hmDVMRPTreeGroup 1.3.6.1.4.1.248.15.4.100.2.2.7
A collection of objects used to store information related to DVMRP prune state.
Status: current Access: read-only
OBJECT-GROUP    

hmDVMRPNotificationGroup 1.3.6.1.4.1.248.15.4.100.2.2.8
A collection of notifications for signaling important DVMRP events.
Status: current Access: read-only
NOTIFICATION-GROUP