Unisphere-Data-DVMRP-MIB

File: Unisphere-Data-DVMRP-MIB.mib (21405 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB DVMRP-STD-MIB-UNI Unisphere-Data-MIBs

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 NOTIFICATION-TYPE IpAddress
TimeTicks DisplayString RowStatus
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InterfaceIndex uxdDvmrpInterfaceEntry usDataMibs

Defined Types

UsdDvmrpAclDistNbrEntry  
SEQUENCE    
  usdDvmrpAclDistNbrIfIndex InterfaceIndex
  usdDvmrpAclDistNbrAclListName DisplayString
  usdDvmrpAclDistNbrDistance Integer32
  usdDvmrpAclDistNbrNbrListName DisplayString
  usdDvmrpAclDistNbrStatus RowStatus

UsdDvmrpLocalAddrTableEntry  
SEQUENCE    
  usdDvmrpLocalAddrIfIndex InterfaceIndex
  usdDvmrpLocalAddrAddrOrIfIndex Unsigned32
  usdDvmrpLocalAddrMask IpAddress

UsdDvmrpSummaryAddrTableEntry  
SEQUENCE    
  usdDvmrpSummaryAddrIfIndex InterfaceIndex
  usdDvmrpSummaryAddrAddress IpAddress
  usdDvmrpSummaryAddrMask IpAddress
  usdDvmrpSummaryAddrCost Integer32
  usdDvmrpSummaryAddrStatus RowStatus

UsdDvmrpInterfaceEntry  
SEQUENCE    
  usdDvmrpInterfaceAutoSummary INTEGER
  usdDvmrpInterfaceMetricOffsetOut Integer32
  usdDvmrpInterfaceMetricOffsetIn Integer32
  usdDvmrpInterfaceAdminState INTEGER

UsdDvmrpPruneEntry  
SEQUENCE    
  usdDvmrpPruneGroup IpAddress
  usdDvmrpPruneSource IpAddress
  usdDvmrpPruneSourceMask IpAddress
  usdDvmrpPruneIIFIfIndex InterfaceIndex
  usdDvmrpPruneUpTime TimeTicks

UsdDvmrpSrcGrpOifEntry  
SEQUENCE    
  usdDvmrpSrcGrpOifGroup IpAddress
  usdDvmrpSrcGrpOifSource IpAddress
  usdDvmrpSrcGrpOifSourceMask IpAddress
  usdDvmrpSrcGrpOifOIFIfIndex InterfaceIndex
  usdDvmrpSrcGrpOifOIFPruned INTEGER
  usdDvmrpSrcGrpOifOIFDnTTL TimeTicks

Defined Values

usdDvmrpMIB 1.3.6.1.4.1.4874.2.2.44
The Enterprise MIB module for management of Unisphere DVMRP routers.
MODULE-IDENTITY    

usdDvmrpMIBObjects 1.3.6.1.4.1.4874.2.2.44.1
OBJECT IDENTIFIER    

usdDvmrp 1.3.6.1.4.1.4874.2.2.44.1.1
OBJECT IDENTIFIER    

usdDvmrpScalar 1.3.6.1.4.1.4874.2.2.44.1.1.1
OBJECT IDENTIFIER    

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

usdDvmrpMcastAdminState 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)  

usdDvmrpRouteHogNotification 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  

usdDvmrpRouteLimit 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 usdDvmrp interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..134217727  

usdDvmrpS32PrunesOnly 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)  

usdDvmrpAclDistNbrTable 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  
    UsdDvmrpAclDistNbrEntry

usdDvmrpAclDistNbrEntry 1.3.6.1.4.1.4874.2.2.44.1.1.2.1
An entry (conceptual row) in the usdDvmrpAclDistNbrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdDvmrpAclDistNbrEntry  

usdDvmrpAclDistNbrIfIndex 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  

usdDvmrpAclDistNbrAclListName 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)  

usdDvmrpAclDistNbrDistance 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  

usdDvmrpAclDistNbrNbrListName 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)  

usdDvmrpAclDistNbrStatus 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  

usdDvmrpLocalAddrTable 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  
    UsdDvmrpLocalAddrTableEntry

usdDvmrpLocalAddrTableEntry 1.3.6.1.4.1.4874.2.2.44.1.1.3.1
An entry (conceptual row) in the usdDvmrpLocalAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdDvmrpLocalAddrTableEntry  

usdDvmrpLocalAddrIfIndex 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  

usdDvmrpLocalAddrAddrOrIfIndex 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  

usdDvmrpLocalAddrMask 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  

usdDvmrpSummaryAddrTable 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  
    UsdDvmrpSummaryAddrTableEntry

usdDvmrpSummaryAddrTableEntry 1.3.6.1.4.1.4874.2.2.44.1.1.4.1
An entry (conceptual row) in the usdDvmrpSummaryAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdDvmrpSummaryAddrTableEntry  

usdDvmrpSummaryAddrIfIndex 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  

usdDvmrpSummaryAddrAddress 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  

usdDvmrpSummaryAddrMask 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  

usdDvmrpSummaryAddrCost 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  

usdDvmrpSummaryAddrStatus 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  

usdDvmrpInterfaceTable 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  
    UsdDvmrpInterfaceEntry

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

usdDvmrpInterfaceAutoSummary 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)  

usdDvmrpInterfaceMetricOffsetOut 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  

usdDvmrpInterfaceMetricOffsetIn 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  

usdDvmrpInterfaceAdminState 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)  

usdDvmrpPruneTable 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  
    UsdDvmrpPruneEntry

usdDvmrpPruneEntry 1.3.6.1.4.1.4874.2.2.44.1.1.6.1
An entry (conceptual row) in the usdDvmrpPruneTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdDvmrpPruneEntry  

usdDvmrpPruneGroup 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  

usdDvmrpPruneSource 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  

usdDvmrpPruneSourceMask 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 usdDvmrpPruneSource and usdDvmrpPruneSourceMask must match usdDvmrpRouteSource and usdDvmrpRouteSourceMask for some entry in the usdDvmrpRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdDvmrpPruneIIFIfIndex 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  

usdDvmrpPruneUpTime 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  

usdDvmrpSrcGrpOifTable 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  
    UsdDvmrpSrcGrpOifEntry

usdDvmrpSrcGrpOifEntry 1.3.6.1.4.1.4874.2.2.44.1.1.7.1
An entry (conceptual row) in the usdDvmrpSrcGrpOifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdDvmrpSrcGrpOifEntry  

usdDvmrpSrcGrpOifGroup 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  

usdDvmrpSrcGrpOifSource 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  

usdDvmrpSrcGrpOifSourceMask 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 usdDvmrpPruneSource and usdDvmrpPruneSourceMask must match usdDvmrpRouteSource and usdDvmrpRouteSourceMask for some entry in the usdDvmrpRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdDvmrpSrcGrpOifOIFIfIndex 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  

usdDvmrpSrcGrpOifOIFPruned 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)  

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

usdDvmrpTraps 1.3.6.1.4.1.4874.2.2.44.1.1.0
OBJECT IDENTIFIER    

usdDvmrpRouteHogNotificationTrap 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    

usdDvmrpConformance 1.3.6.1.4.1.4874.2.2.44.4
OBJECT IDENTIFIER    

usdDvmrpCompliances 1.3.6.1.4.1.4874.2.2.44.4.1
OBJECT IDENTIFIER    

usdDvmrpGroups 1.3.6.1.4.1.4874.2.2.44.4.2
OBJECT IDENTIFIER    

usdDvmrpCompliance 1.3.6.1.4.1.4874.2.2.44.4.1.1
The compliance statement for entities which implement the Unisphere DVMRP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

usdDvmrpBaseGroup 1.3.6.1.4.1.4874.2.2.44.4.2.1
A collection of objects providing basic management of DVMRP in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdDvmrpAclDistNbrGroup 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 Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdDvmrpInterfaceGroup 1.3.6.1.4.1.4874.2.2.44.4.2.3
A collection of objects providing management of a DVMRP interface in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdDvmrpSourceGroup 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 Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

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