DVMRP-STD-MIB-JUNI

File: DVMRP-STD-MIB-JUNI.mib (28426 bytes)

Imported modules

Juniper-Experiment SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF SNMP-FRAMEWORK-MIB IF-MIB

Imported symbols

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

Defined Types

JunidDvmrpInterfaceEntry  
SEQUENCE    
  junidDvmrpInterfaceIfIndex InterfaceIndex
  junidDvmrpInterfaceLocalAddress IpAddress
  junidDvmrpInterfaceMetric Integer32
  junidDvmrpInterfaceStatus RowStatus
  junidDvmrpInterfaceRcvBadPkts Counter32
  junidDvmrpInterfaceRcvBadRoutes Counter32
  junidDvmrpInterfaceSentRoutes Counter32
  junidDvmrpInterfaceInterfaceKey SnmpAdminString
  junidDvmrpInterfaceInterfaceKeyVersion Integer32

JunidDvmrpNeighborEntry  
SEQUENCE    
  junidDvmrpNeighborIfIndex InterfaceIndex
  junidDvmrpNeighborAddress IpAddress
  junidDvmrpNeighborUpTime TimeTicks
  junidDvmrpNeighborExpiryTime TimeTicks
  junidDvmrpNeighborGenerationId Integer32
  junidDvmrpNeighborMajorVersion Integer32
  junidDvmrpNeighborMinorVersion Integer32
  junidDvmrpNeighborCapabilities BITS
  junidDvmrpNeighborRcvRoutes Counter32
  junidDvmrpNeighborRcvBadPkts Counter32
  junidDvmrpNeighborRcvBadRoutes Counter32
  junidDvmrpNeighborState INTEGER

JunidDvmrpRouteEntry  
SEQUENCE    
  junidDvmrpRouteSource IpAddress
  junidDvmrpRouteSourceMask IpAddress
  junidDvmrpRouteUpstreamNeighbor IpAddress
  junidDvmrpRouteIfIndex InterfaceIndexOrZero
  junidDvmrpRouteMetric Integer32
  junidDvmrpRouteExpiryTime TimeTicks
  junidDvmrpRouteUpTime TimeTicks

JunidDvmrpRouteNextHopEntry  
SEQUENCE    
  junidDvmrpRouteNextHopSource IpAddress
  junidDvmrpRouteNextHopSourceMask IpAddress
  junidDvmrpRouteNextHopIfIndex InterfaceIndex
  junidDvmrpRouteNextHopType INTEGER

JunidDvmrpPruneEntry  
SEQUENCE    
  junidDvmrpPruneGroup IpAddress
  junidDvmrpPruneSource IpAddress
  junidDvmrpPruneSourceMask IpAddress
  junidDvmrpPruneExpiryTime TimeTicks

Defined Values

junidDvmrpStdMIB 1.3.6.1.4.1.4874.3.2.1.1
The MIB module for management of DVMRP routers.
MODULE-IDENTITY    

junidDvmrpMIBObjects 1.3.6.1.4.1.4874.3.2.1.1.1
OBJECT IDENTIFIER    

junidDvmrp 1.3.6.1.4.1.4874.3.2.1.1.1.1
OBJECT IDENTIFIER    

junidDvmrpScalar 1.3.6.1.4.1.4874.3.2.1.1.1.1.1
OBJECT IDENTIFIER    

junidDvmrpVersionString 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpGenerationId 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNumRoutes 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpReachableRoutes 1.3.6.1.4.1.4874.3.2.1.1.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  

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

junidDvmrpInterfaceEntry 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1
An entry (conceptual row) in the junidDvmrpInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  JunidDvmrpInterfaceEntry  

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

junidDvmrpInterfaceLocalAddress 1.3.6.1.4.1.4874.3.2.1.1.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 junidDvmrpInterfaceLocalAddress for some interface on the system.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

junidDvmrpInterfaceMetric 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpInterfaceStatus 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpInterfaceRcvBadPkts 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpInterfaceRcvBadRoutes 1.3.6.1.4.1.4874.3.2.1.1.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  

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

junidDvmrpInterfaceInterfaceKey 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpInterfaceInterfaceKeyVersion 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNeighborTable 1.3.6.1.4.1.4874.3.2.1.1.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  
    JunidDvmrpNeighborEntry

junidDvmrpNeighborEntry 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1
An entry (conceptual row) in the junidDvmrpNeighborTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JunidDvmrpNeighborEntry  

junidDvmrpNeighborIfIndex 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNeighborAddress 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNeighborUpTime 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNeighborExpiryTime 1.3.6.1.4.1.4874.3.2.1.1.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  

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

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

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

junidDvmrpNeighborCapabilities 1.3.6.1.4.1.4874.3.2.1.1.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)  

junidDvmrpNeighborRcvRoutes 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNeighborRcvBadPkts 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNeighborRcvBadRoutes 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpNeighborState 1.3.6.1.4.1.4874.3.2.1.1.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)  

junidDvmrpRouteTable 1.3.6.1.4.1.4874.3.2.1.1.1.1.4
The table of routes learned through DVMRP route exchange.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JunidDvmrpRouteEntry

junidDvmrpRouteEntry 1.3.6.1.4.1.4874.3.2.1.1.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    
  JunidDvmrpRouteEntry  

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

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

junidDvmrpRouteUpstreamNeighbor 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpRouteIfIndex 1.3.6.1.4.1.4874.3.2.1.1.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  

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

junidDvmrpRouteExpiryTime 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpRouteUpTime 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpRouteNextHopTable 1.3.6.1.4.1.4874.3.2.1.1.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  
    JunidDvmrpRouteNextHopEntry

junidDvmrpRouteNextHopEntry 1.3.6.1.4.1.4874.3.2.1.1.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    
  JunidDvmrpRouteNextHopEntry  

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

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

junidDvmrpRouteNextHopIfIndex 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpRouteNextHopType 1.3.6.1.4.1.4874.3.2.1.1.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)  

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

junidDvmrpPruneEntry 1.3.6.1.4.1.4874.3.2.1.1.1.1.6.1
An entry (conceptual row) in the junidDvmrpPruneTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JunidDvmrpPruneEntry  

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

junidDvmrpPruneSource 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpPruneSourceMask 1.3.6.1.4.1.4874.3.2.1.1.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 junidDvmrpPruneSource and junidDvmrpPruneSourceMask must match junidDvmrpRouteSource and junidDvmrpRouteSourceMask for some entry in the junidDvmrpRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

junidDvmrpPruneExpiryTime 1.3.6.1.4.1.4874.3.2.1.1.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  

junidDvmrpTraps 1.3.6.1.4.1.4874.3.2.1.1.1.1.0
OBJECT IDENTIFIER    

junidDvmrpNeighborLoss 1.3.6.1.4.1.4874.3.2.1.1.1.1.0.1
A junidDvmrpNeighborLoss 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    

junidDvmrpNeighborNotPruning 1.3.6.1.4.1.4874.3.2.1.1.1.1.0.2
A junidDvmrpNeighborNotPruning 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    

junidDvmrpMIBConformance 1.3.6.1.4.1.4874.3.2.1.1.2
OBJECT IDENTIFIER    

junidDvmrpMIBCompliances 1.3.6.1.4.1.4874.3.2.1.1.2.1
OBJECT IDENTIFIER    

junidDvmrpMIBGroups 1.3.6.1.4.1.4874.3.2.1.1.2.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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