DVMRP-MIB

File: DVMRP-MIB.mib (29443 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE experimental
Integer32 Counter32 Gauge32
NOTIFICATION-TYPE IpAddress TimeTicks
DisplayString RowStatus MODULE-COMPLIANCE
OBJECT-GROUP

Defined Types

DvmrpInterfaceEntry  
SEQUENCE    
  dvmrpInterfaceIfIndex Integer32
  dvmrpInterfaceType INTEGER
  dvmrpInterfaceOperState INTEGER
  dvmrpInterfaceLocalAddress IpAddress
  dvmrpInterfaceRemoteAddress IpAddress
  dvmrpInterfaceRemoteSubnetMask IpAddress
  dvmrpInterfaceMetric Integer32
  dvmrpInterfaceRateLimit Integer32
  dvmrpInterfaceInPkts Counter32
  dvmrpInterfaceOutPkts Counter32
  dvmrpInterfaceInOctets Counter32
  dvmrpInterfaceOutOctets Counter32
  dvmrpInterfaceStatus RowStatus
  dvmrpInterfaceRcvBadPkts Counter32
  dvmrpInterfaceRcvBadRoutes Counter32
  dvmrpInterfaceSentRoutes Counter32
  dvmrpInterfaceMasterKey DisplayString
  dvmrpInterfaceMasterKeyVersion Integer32

DvmrpNeighborEntry  
SEQUENCE    
  dvmrpNeighborIfIndex Integer32
  dvmrpNeighborAddress IpAddress
  dvmrpNeighborUpTime TimeTicks
  dvmrpNeighborExpiryTime TimeTicks
  dvmrpNeighborGenerationId Integer32
  dvmrpNeighborMajorVersion Integer32
  dvmrpNeighborMinorVersion Integer32
  dvmrpNeighborCapabilities BITS
  dvmrpNeighborRcvRoutes Counter32
  dvmrpNeighborRcvBadPkts Counter32
  dvmrpNeighborRcvBadRoutes Counter32
  dvmrpNeighborState INTEGER

DvmrpRouteEntry  
SEQUENCE    
  dvmrpRouteSource IpAddress
  dvmrpRouteSourceMask IpAddress
  dvmrpRouteUpstreamNeighbor IpAddress
  dvmrpRouteIfIndex Integer32
  dvmrpRouteMetric Integer32
  dvmrpRouteExpiryTime TimeTicks
  dvmrpRouteUpTime TimeTicks

DvmrpRouteNextHopEntry  
SEQUENCE    
  dvmrpRouteNextHopSource IpAddress
  dvmrpRouteNextHopSourceMask IpAddress
  dvmrpRouteNextHopIfIndex Integer32
  dvmrpRouteNextHopType INTEGER

DvmrpAltNetEntry  
SEQUENCE    
  dvmrpAltNetIfIndex Integer32
  dvmrpAltNetAddress IpAddress
  dvmrpAltNetMask IpAddress
  dvmrpAltNetStatus RowStatus

Defined Values

dvmrpMIB 1.3.6.1.3.62
The MIB module for management of DVMRP routers.
MODULE-IDENTITY    

dvmrpMIBObjects 1.3.6.1.3.62.1
OBJECT IDENTIFIER    

dvmrp 1.3.6.1.3.62.1.1
OBJECT IDENTIFIER    

dvmrpVersionString 1.3.6.1.3.62.1.1.1
The router's DVMRP version information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dvmrpGenerationId 1.3.6.1.3.62.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  

dvmrpNumRoutes 1.3.6.1.3.62.1.1.9
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  

dvmrpReachableRoutes 1.3.6.1.3.62.1.1.10
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  

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

dvmrpInterfaceEntry 1.3.6.1.3.62.1.1.3.1
An entry (conceptual row) in the dvmrpInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  DvmrpInterfaceEntry  

dvmrpInterfaceIfIndex 1.3.6.1.3.62.1.1.3.1.1
The ifIndex value of the interface for which DVMRP is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

dvmrpInterfaceType 1.3.6.1.3.62.1.1.3.1.2
The type of this DVMRP interface, whether it uses a tunnel, source routing, a physical interface for which we are a querier, or a physical interface for which we are not a querier. This object is deprecated in favor of ifType.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER tunnel(1), srcrt(2), querier(3), subnet(4)  

dvmrpInterfaceOperState 1.3.6.1.3.62.1.1.3.1.3
The current operational state of this DVMRP interface. This object is deprecated in favor of ifOperStatus.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

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

dvmrpInterfaceRemoteAddress 1.3.6.1.3.62.1.1.3.1.5
The IP address of the remote end of this DVMRP virtual interface. For a tunnel (including source routed), this is the IP address of the neighboring router. For a subnet, this is the subnet address. This object is deprecated in favor of address information associated with the underlying ifEntry.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

dvmrpInterfaceRemoteSubnetMask 1.3.6.1.3.62.1.1.3.1.6
The subnet mask for a directly connected subnet. For a tunnel, this should be 0.0.0.0. This object is deprecated in favor of address information associated with the underlying ifEntry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

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

dvmrpInterfaceRateLimit 1.3.6.1.3.62.1.1.3.1.8
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. This object has been moved to the IP Multicast MIB.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32  

dvmrpInterfaceInPkts 1.3.6.1.3.62.1.1.3.1.9
The number of multicast packets that have arrived on the interface. This object is deprecated in favor of ifInMulticastPkts in the Interfaces MIB [8].
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpInterfaceOutPkts 1.3.6.1.3.62.1.1.3.1.10
The number of multicast packets that have been sent on the interface. This object is deprecated in favor of ifOutMulticastPkts in the Interfaces MIB [8].
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpInterfaceInOctets 1.3.6.1.3.62.1.1.3.1.11
The number of octets in multicast packets that have arrived on the interface. This object has been moved to the IP Multicast MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpInterfaceOutOctets 1.3.6.1.3.62.1.1.3.1.12
The number of octets in multicast packets that have been sent on the interface. This object has been moved to the IP Multicast MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpInterfaceStatus 1.3.6.1.3.62.1.1.3.1.13
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  

dvmrpInterfaceRcvBadPkts 1.3.6.1.3.62.1.1.3.1.14
The number of DVMRP packets 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  

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

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

dvmrpInterfaceMasterKey 1.3.6.1.3.62.1.1.3.1.17
The master (shared) key for authenticating neighbors on this interface. This object is intended solely for the purpose of setting the master 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    
  DisplayString  

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

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

dvmrpNeighborEntry 1.3.6.1.3.62.1.1.4.1
An entry (conceptual row) in the dvmrpNeighborTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DvmrpNeighborEntry  

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

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

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

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

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

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

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

dvmrpNeighborCapabilities 1.3.6.1.3.62.1.1.4.1.9
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)  

dvmrpNeighborRcvRoutes 1.3.6.1.3.62.1.1.4.1.10
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  

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

dvmrpNeighborRcvBadRoutes 1.3.6.1.3.62.1.1.4.1.12
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  

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

dvmrpRouteTable 1.3.6.1.3.62.1.1.5
The table of routes learned through DVMRP route exchange.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DvmrpRouteEntry

dvmrpRouteEntry 1.3.6.1.3.62.1.1.5.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    
  DvmrpRouteEntry  

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

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

dvmrpRouteUpstreamNeighbor 1.3.6.1.3.62.1.1.5.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  

dvmrpRouteIfIndex 1.3.6.1.3.62.1.1.5.1.4
The value of ifIndex for the interface on which IP datagrams sent by these sources are received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

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

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

dvmrpRouteNextHopTable 1.3.6.1.3.62.1.1.6
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  
    DvmrpRouteNextHopEntry

dvmrpRouteNextHopEntry 1.3.6.1.3.62.1.1.6.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    
  DvmrpRouteNextHopEntry  

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

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

dvmrpRouteNextHopIfIndex 1.3.6.1.3.62.1.1.6.1.3
The ifIndex value of the interface for the outgoing interface for this next hop.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

dvmrpRouteNextHopType 1.3.6.1.3.62.1.1.6.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)  

dvmrpAltNetTable 1.3.6.1.3.62.1.1.8
The (conceptual) table listing the router's alternate subnets on physical interfaces for use in constructing the routing tables.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DvmrpAltNetEntry

dvmrpAltNetEntry 1.3.6.1.3.62.1.1.8.1
An entry (conceptual row) in the dvmrpAltNetTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  DvmrpAltNetEntry  

dvmrpAltNetIfIndex 1.3.6.1.3.62.1.1.8.1.1
The ifIndex value of the interface to which this alternate subnet applies.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32  

dvmrpAltNetAddress 1.3.6.1.3.62.1.1.8.1.2
The subnet address of the alternate subnet.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dvmrpAltNetMask 1.3.6.1.3.62.1.1.8.1.3
The subnet mask of the alternate subnet.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddress  

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

dvmrpTraps 1.3.6.1.3.62.1.1.11
OBJECT IDENTIFIER    

dvmrpNeighborLoss 1.3.6.1.3.62.1.1.11.1
A dvmrpNeighborLoss 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-create
NOTIFICATION-TYPE    

dvmrpNeighborNotPruning 1.3.6.1.3.62.1.1.11.2
A dvmrpNeighborNotPruning trap signifies that a non-pruning neighbor has been detected. This trap should be generated at most once per generation ID of the neighbor. For example, it may be generated at the time a neighbor is first heard from if the prune bit is not set in its capabilities. 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-create
NOTIFICATION-TYPE    

dvmrpMIBConformance 1.3.6.1.3.62.2
OBJECT IDENTIFIER    

dvmrpMIBCompliances 1.3.6.1.3.62.2.1
OBJECT IDENTIFIER    

dvmrpMIBGroups 1.3.6.1.3.62.2.2
OBJECT IDENTIFIER    

dvmrpMIBCompliance 1.3.6.1.3.62.2.1.1
The compliance statement for the DVMRP MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

dvmrpMIBGroup 1.3.6.1.3.62.2.2.1
A collection of objects to support management of DVMRP routers.
Status: deprecated Access: read-create
OBJECT-GROUP    

dvmrpGeneralGroup 1.3.6.1.3.62.2.2.2
A collection of objects used to describe general DVMRP configuration information.
Status: current Access: read-create
OBJECT-GROUP    

dvmrpInterfaceGroup 1.3.6.1.3.62.2.2.3
A collection of objects used to describe DVMRP interface configuration and statistics.
Status: current Access: read-create
OBJECT-GROUP    

dvmrpNeighborGroup 1.3.6.1.3.62.2.2.4
A collection of objects used to describe DVMRP peer configuration and statistics.
Status: current Access: read-create
OBJECT-GROUP    

dvmrpRoutingGroup 1.3.6.1.3.62.2.2.5
A collection of objects used to store the DVMRP routing table.
Status: current Access: read-create
OBJECT-GROUP    

dvmrpSecurityGroup 1.3.6.1.3.62.2.2.6
A collection of objects used to store information related to DVMRP security.
Status: current Access: read-create
OBJECT-GROUP