Juniper-DVMRP-MIB

File: Juniper-DVMRP-MIB.mib (24161 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB DVMRP-STD-MIB-JUNI Juniper-MIBs

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 NOTIFICATION-TYPE IpAddress
TimeTicks DisplayString RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP InterfaceIndex junidDvmrpInterfaceEntry
juniMibs

Defined Types

JuniDvmrpAclDistNbrEntry  
SEQUENCE    
  juniDvmrpAclDistNbrIfIndex InterfaceIndex
  juniDvmrpAclDistNbrAclListName DisplayString
  juniDvmrpAclDistNbrDistance Integer32
  juniDvmrpAclDistNbrNbrListName DisplayString
  juniDvmrpAclDistNbrStatus RowStatus

JuniDvmrpLocalAddrTableEntry  
SEQUENCE    
  juniDvmrpLocalAddrIfIndex InterfaceIndex
  juniDvmrpLocalAddrAddrOrIfIndex Unsigned32
  juniDvmrpLocalAddrMask IpAddress

JuniDvmrpSummaryAddrTableEntry  
SEQUENCE    
  juniDvmrpSummaryAddrIfIndex InterfaceIndex
  juniDvmrpSummaryAddrAddress IpAddress
  juniDvmrpSummaryAddrMask IpAddress
  juniDvmrpSummaryAddrCost Integer32
  juniDvmrpSummaryAddrStatus RowStatus

JuniDvmrpInterfaceEntry  
SEQUENCE    
  juniDvmrpInterfaceAutoSummary INTEGER
  juniDvmrpInterfaceMetricOffsetOut Integer32
  juniDvmrpInterfaceMetricOffsetIn Integer32
  juniDvmrpInterfaceAdminState INTEGER
  juniDvmrpInterfaceAnnounceListName DisplayString

JuniDvmrpPruneEntry  
SEQUENCE    
  juniDvmrpPruneGroup IpAddress
  juniDvmrpPruneSource IpAddress
  juniDvmrpPruneSourceMask IpAddress
  juniDvmrpPruneIIFIfIndex InterfaceIndex
  juniDvmrpPruneUpTime TimeTicks

JuniDvmrpSrcGrpOifEntry  
SEQUENCE    
  juniDvmrpSrcGrpOifGroup IpAddress
  juniDvmrpSrcGrpOifSource IpAddress
  juniDvmrpSrcGrpOifSourceMask IpAddress
  juniDvmrpSrcGrpOifOIFIfIndex InterfaceIndex
  juniDvmrpSrcGrpOifOIFPruned INTEGER
  juniDvmrpSrcGrpOifOIFDnTTL TimeTicks

Defined Values

juniDvmrpMIB 1.3.6.1.4.1.4874.2.2.44
The Enterprise MIB module for management of Juniper DVMRP routers.
MODULE-IDENTITY    

juniDvmrpMIBObjects 1.3.6.1.4.1.4874.2.2.44.1
OBJECT IDENTIFIER    

juniDvmrp 1.3.6.1.4.1.4874.2.2.44.1.1
OBJECT IDENTIFIER    

juniDvmrpScalar 1.3.6.1.4.1.4874.2.2.44.1.1.1
OBJECT IDENTIFIER    

juniDvmrpAdminState 1.3.6.1.4.1.4874.2.2.44.1.1.1.1
Controls whether DVMRP is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

juniDvmrpMcastAdminState 1.3.6.1.4.1.4874.2.2.44.1.1.1.2
Whether multicast is enabled or not. This is settable via the multicast component.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

juniDvmrpRouteHogNotification 1.3.6.1.4.1.4874.2.2.44.1.1.1.3
The number of routes allowed within a 1 minute interval before a trap is issued warning that there may be a route surge going on.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..134217727  

juniDvmrpRouteLimit 1.3.6.1.4.1.4874.2.2.44.1.1.1.4
The limit on the number of routes that may be advertised on a DVMRP interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..134217727  

juniDvmrpS32PrunesOnly 1.3.6.1.4.1.4874.2.2.44.1.1.1.5
Identifies when DVMRP is sending prunes and grafts with only a 32 bit source masks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

juniDvmrpUnicastRouting 1.3.6.1.4.1.4874.2.2.44.1.1.1.6
Enable/disable the unicast routing portion of the DVMRP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

juniDvmrpAclDistNbrTable 1.3.6.1.4.1.4874.2.2.44.1.1.2
The (conceptual) table listing the access lists distance for a list of neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniDvmrpAclDistNbrEntry

juniDvmrpAclDistNbrEntry 1.3.6.1.4.1.4874.2.2.44.1.1.2.1
An entry (conceptual row) in the juniDvmrpAclDistNbrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDvmrpAclDistNbrEntry  

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

juniDvmrpAclDistNbrAclListName 1.3.6.1.4.1.4874.2.2.44.1.1.2.1.2
The name of the access list to be used in the filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..80)  

juniDvmrpAclDistNbrDistance 1.3.6.1.4.1.4874.2.2.44.1.1.2.1.3
The administritive distance metric that will be used
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

juniDvmrpAclDistNbrNbrListName 1.3.6.1.4.1.4874.2.2.44.1.1.2.1.4
This is the access list of nbrs for this accept-filter to be applied, this field must be supplied when the row is created
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..80)  

juniDvmrpAclDistNbrStatus 1.3.6.1.4.1.4874.2.2.44.1.1.2.1.5
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniDvmrpLocalAddrTable 1.3.6.1.4.1.4874.2.2.44.1.1.3
The (conceptual) table listing the local addresses. This is used to retrive all of the addresses configured on a DVMRP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniDvmrpLocalAddrTableEntry

juniDvmrpLocalAddrTableEntry 1.3.6.1.4.1.4874.2.2.44.1.1.3.1
An entry (conceptual row) in the juniDvmrpLocalAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDvmrpLocalAddrTableEntry  

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

juniDvmrpLocalAddrAddrOrIfIndex 1.3.6.1.4.1.4874.2.2.44.1.1.3.1.2
For unnumbered interfaces, this takes on the value of the ifIndex. For numbered interfaces, this is the address of one of the addresses associated with the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniDvmrpLocalAddrMask 1.3.6.1.4.1.4874.2.2.44.1.1.3.1.3
The IP Address mask associated with this entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

juniDvmrpSummaryAddrTable 1.3.6.1.4.1.4874.2.2.44.1.1.4
The (conceptual) table listing the DVMRP summary addresses. This is used to retrive all of the summary address configured on a DVMRP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniDvmrpSummaryAddrTableEntry

juniDvmrpSummaryAddrTableEntry 1.3.6.1.4.1.4874.2.2.44.1.1.4.1
An entry (conceptual row) in the juniDvmrpSummaryAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDvmrpSummaryAddrTableEntry  

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

juniDvmrpSummaryAddrAddress 1.3.6.1.4.1.4874.2.2.44.1.1.4.1.2
This is the summary address that will be created.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniDvmrpSummaryAddrMask 1.3.6.1.4.1.4874.2.2.44.1.1.4.1.3
The mask of the summary address to be created.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniDvmrpSummaryAddrCost 1.3.6.1.4.1.4874.2.2.44.1.1.4.1.4
The administritive distance metric used to actually calculate distance vectors.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..32  

juniDvmrpSummaryAddrStatus 1.3.6.1.4.1.4874.2.2.44.1.1.4.1.5
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniDvmrpInterfaceTable 1.3.6.1.4.1.4874.2.2.44.1.1.5
The (conceptual) table listing the router's multicast-capable interfaces. This table augments the DvmrpInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniDvmrpInterfaceEntry

juniDvmrpInterfaceEntry 1.3.6.1.4.1.4874.2.2.44.1.1.5.1
An entry (conceptual row) in the juniDvmrpInterfaceTable. This row extends ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDvmrpInterfaceEntry  

juniDvmrpInterfaceAutoSummary 1.3.6.1.4.1.4874.2.2.44.1.1.5.1.3
Enables or disable auto-summarization on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

juniDvmrpInterfaceMetricOffsetOut 1.3.6.1.4.1.4874.2.2.44.1.1.5.1.4
The distance metric for this interface which is used to calculate outbound distance vectors.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..31  

juniDvmrpInterfaceMetricOffsetIn 1.3.6.1.4.1.4874.2.2.44.1.1.5.1.5
The distance metric for this interface which is used to calculate inbound distance vectors.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..31  

juniDvmrpInterfaceAdminState 1.3.6.1.4.1.4874.2.2.44.1.1.5.1.6
Controls whether DVMRP is enabled or not.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

juniDvmrpInterfaceAnnounceListName 1.3.6.1.4.1.4874.2.2.44.1.1.5.1.7
Configures the name of the acceptance announce filter for the IP access list.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

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

juniDvmrpPruneEntry 1.3.6.1.4.1.4874.2.2.44.1.1.6.1
An entry (conceptual row) in the juniDvmrpPruneTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDvmrpPruneEntry  

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

juniDvmrpPruneSource 1.3.6.1.4.1.4874.2.2.44.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  

juniDvmrpPruneSourceMask 1.3.6.1.4.1.4874.2.2.44.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 juniDvmrpPruneSource and juniDvmrpPruneSourceMask must match juniDvmrpRouteSource and juniDvmrpRouteSourceMask for some entry in the juniDvmrpRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniDvmrpPruneIIFIfIndex 1.3.6.1.4.1.4874.2.2.44.1.1.6.1.4
The ifIndex of the upstream interface for this source group entry.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

juniDvmrpPruneUpTime 1.3.6.1.4.1.4874.2.2.44.1.1.6.1.5
This is the amount of time that this prune has remained valid.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

juniDvmrpSrcGrpOifTable 1.3.6.1.4.1.4874.2.2.44.1.1.7
The (conceptual) OIFs for particular source group entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniDvmrpSrcGrpOifEntry

juniDvmrpSrcGrpOifEntry 1.3.6.1.4.1.4874.2.2.44.1.1.7.1
An entry (conceptual row) in the juniDvmrpSrcGrpOifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniDvmrpSrcGrpOifEntry  

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

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

juniDvmrpSrcGrpOifSourceMask 1.3.6.1.4.1.4874.2.2.44.1.1.7.1.3
The address of the source or source network which has been pruned. The mask must either be all 1's, or else juniDvmrpPruneSource and juniDvmrpPruneSourceMask must match juniDvmrpRouteSource and juniDvmrpRouteSourceMask for some entry in the juniDvmrpRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniDvmrpSrcGrpOifOIFIfIndex 1.3.6.1.4.1.4874.2.2.44.1.1.7.1.4
The ifIndex of one of the downstream interfaces for this source group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

juniDvmrpSrcGrpOifOIFPruned 1.3.6.1.4.1.4874.2.2.44.1.1.7.1.5
If true this OIF has been pruned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

juniDvmrpSrcGrpOifOIFDnTTL 1.3.6.1.4.1.4874.2.2.44.1.1.7.1.6
The timeout for this OIF. If juniDvmrpSrcGrpOifOIFPruned is false then this is undefined.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

juniDvmrpTraps 1.3.6.1.4.1.4874.2.2.44.1.1.0
OBJECT IDENTIFIER    

juniDvmrpRouteHogNotificationTrap 1.3.6.1.4.1.4874.2.2.44.1.1.0.1
This is an indication that the route hog notification limit has been exceeded during the past minute. It may mean that a route surge is going on.
Status: current Access: read-only
NOTIFICATION-TYPE    

juniDvmrpConformance 1.3.6.1.4.1.4874.2.2.44.4
OBJECT IDENTIFIER    

juniDvmrpCompliances 1.3.6.1.4.1.4874.2.2.44.4.1
OBJECT IDENTIFIER    

juniDvmrpGroups 1.3.6.1.4.1.4874.2.2.44.4.2
OBJECT IDENTIFIER    

juniDvmrpCompliance 1.3.6.1.4.1.4874.2.2.44.4.1.1
Obsolete compliance statement for entities which implement the Juniper DVMRP MIB. This statement became obsolete when new objects were added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniDvmrpCompliance2 1.3.6.1.4.1.4874.2.2.44.4.1.2
The compliance statement for entities which implement the Juniper DVMRP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

juniDvmrpBaseGroup 1.3.6.1.4.1.4874.2.2.44.4.2.1
Obsolete collection of objects providing basic management of DVMRP in a Juniper product. This group became obsolete when support was added for the DVMRP unicast routing object.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniDvmrpAclDistNbrGroup 1.3.6.1.4.1.4874.2.2.44.4.2.2
A collection of objects providing management of DVMRP access list distance neighbors in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP    

juniDvmrpInterfaceGroup 1.3.6.1.4.1.4874.2.2.44.4.2.3
Obsolete collection of objects providing management of a DVMRP interface in a Juniper product. This group became obsolete when support for the DVMRP interface announce list name object was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniDvmrpSourceGroup 1.3.6.1.4.1.4874.2.2.44.4.2.4
A collection of objects providing management of a DVMRP source group in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP    

juniDvmrpNotificationGroup 1.3.6.1.4.1.4874.2.2.44.4.2.5
A notification for signaling important DVMRP events.
Status: current Access: read-only
NOTIFICATION-GROUP    

juniDvmrpBaseGroup2 1.3.6.1.4.1.4874.2.2.44.4.2.6
A collection of objects providing basic management of DVMRP in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP    

juniDvmrpInterfaceGroup2 1.3.6.1.4.1.4874.2.2.44.4.2.7
A collection of objects providing management of a DVMRP interface in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP