PRVT-STATISTICS-HISTORY-MIB

File: PRVT-STATISTICS-HISTORY-MIB.mib (12203 bytes)

Imported modules

PRVT-SWITCH-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

switch MODULE-IDENTITY OBJECT-TYPE
Unsigned32 RowStatus TruthValue

Defined Types

PrvtStatHistProfileEntry  
SEQUENCE    
  prvtStatHistProfileName OCTET STRING
  prvtStatHistProfileRowStatus RowStatus
  prvtStatHistProfileXPathTemplate OCTET STRING

PrvtStatHistControlEntry  
SEQUENCE    
  prvtStatHistControlId Unsigned32
  prvtStatHistControlRowStatus RowStatus
  prvtStatHistControlProfileName OCTET STRING
  prvtStatHistControlXPathKey OCTET STRING
  prvtStatHistControlValue OCTET STRING
  prvtStatHistControlFirstDataId OCTET STRING
  prvtStatHistControlLastDataId OCTET STRING

PrvtStatHistDataEntry  
SEQUENCE    
  prvtStatHistDataId OCTET STRING
  prvtStatHistDataIntervalStart OCTET STRING
  prvtStatHistDataIntervalEnd OCTET STRING
  prvtStatHistDataProfile OCTET STRING
  prvtStatHistDataKey OCTET STRING
  prvtStatHistDataValue OCTET STRING
  prvtStatHistDataStatus INTEGER

Defined Values

prvtStatHistMIB 1.3.6.1.4.1.738.1.5.180
This MIB provides functionallity similar to RMON2-MIB. Instead with OIDs mib is working with XPath 1.0 strings - http://www.w3.org/TR/xpath. Profile tables will be initialized with currently available statistics.
MODULE-IDENTITY    

prvtStatHistObjects 1.3.6.1.4.1.738.1.5.180.1
OBJECT IDENTIFIER    

prvtStatHistShutdown 1.3.6.1.4.1.738.1.5.180.1.1
Enable/disable the statistics history on the device
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

prvtStatHistGetInterval 1.3.6.1.4.1.738.1.5.180.1.2
Interval in seconds at which history statistics will be gathered. Changes of this value will take effect after current interval is over.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 10..3600  

prvtStatHistType 1.3.6.1.4.1.738.1.5.180.1.3
The method of sampling the selected variable. Changes will take effect after current interval is over.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER absolute(1), delta(2)  

prvtStatHistProfileTable 1.3.6.1.4.1.738.1.5.180.1.4
Create profiles with XPath 1.0 pattern.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStatHistProfileEntry

prvtStatHistProfileEntry 1.3.6.1.4.1.738.1.5.180.1.4.1
Entry in prvtStatHistProfileTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStatHistProfileEntry  

prvtStatHistProfileName 1.3.6.1.4.1.738.1.5.180.1.4.1.1
Profile identifier - string with length [ 1 .. 128 ]
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

prvtStatHistProfileRowStatus 1.3.6.1.4.1.738.1.5.180.1.4.1.2
Create rows in prvtStatHistProfileTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtStatHistProfileXPathTemplate 1.3.6.1.4.1.738.1.5.180.1.4.1.3
XPath 1.0 template - contains data model path, with '{%s}' as key place holder - if we have multiply keys more '%s' must be added. Changes of this value will take effect after current interval is over.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

prvtStatHistControlTable 1.3.6.1.4.1.738.1.5.180.1.5
Control table binds profile to a keys.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStatHistControlEntry

prvtStatHistControlEntry 1.3.6.1.4.1.738.1.5.180.1.5.1
Entry in prvtStatHistControlTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStatHistControlEntry  

prvtStatHistControlId 1.3.6.1.4.1.738.1.5.180.1.5.1.1
Control table identifier. Number [ 1 .. 200 ]
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..200  

prvtStatHistControlRowStatus 1.3.6.1.4.1.738.1.5.180.1.5.1.2
Create entry in prvtStatHistControlTable. Changes of this value will take effect after current interval is over.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtStatHistControlProfileName 1.3.6.1.4.1.738.1.5.180.1.5.1.3
Profile name from prvtStatHistProfileTable. Changes of this value will take effect after current interval is over.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

prvtStatHistControlXPathKey 1.3.6.1.4.1.738.1.5.180.1.5.1.4
XPath key is applied to profile XPath-template. Changes of this value will take effect after current interval is over.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

prvtStatHistControlValue 1.3.6.1.4.1.738.1.5.180.1.5.1.5
Current value of the prvtStatHistControlProfileName + prvtStatHistControlXPathKey or empty if get operation was unsucceful. To debug the problem, enable logs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistControlFirstDataId 1.3.6.1.4.1.738.1.5.180.1.5.1.6
prvtStatHistDataTable has maximum 120 elements. This restriction is due to hardware limitation. prvtStatHistControlFirstDataId will define first valid index in prvtStatHistDataTable table thus making constantly increasing prvtStatHistDataId more predicatable for management systems. Value should be treated as unsigned 64 bits integer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistControlLastDataId 1.3.6.1.4.1.738.1.5.180.1.5.1.7
prvtStatHistDataTable has maximum 120 elements. This restriction is due to hardware limitation. prvtStatHistControlLastDataId will define last valid index in prvtStatHistDataTable table thus making constantly increasing prvtStatHistDataId more predicatable for management systems. Value should be treated as unsigned 64 bits integer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistDataTable 1.3.6.1.4.1.738.1.5.180.1.6
A historical sample of user-defined variables. This sample is associated with the prvtStatHistControlEntry that set up the parameters for a regular collection of these samples. The prvtStatHistControlId value in the index identifies the prvtStatHistControlEntry on whose behalf this entry was created.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtStatHistDataEntry

prvtStatHistDataEntry 1.3.6.1.4.1.738.1.5.180.1.6.1
Entry in prvtStatHistDataTable
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtStatHistDataEntry  

prvtStatHistDataId 1.3.6.1.4.1.738.1.5.180.1.6.1.1
Index of prvtStatHistDataTable - 64 unsigned integer, constantly increasing.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistDataIntervalStart 1.3.6.1.4.1.738.1.5.180.1.6.1.2
Show when current interval has started.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistDataIntervalEnd 1.3.6.1.4.1.738.1.5.180.1.6.1.3
Show when current interval has ended
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistDataProfile 1.3.6.1.4.1.738.1.5.180.1.6.1.4
Profile being used
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistDataKey 1.3.6.1.4.1.738.1.5.180.1.6.1.5
Key being used
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistDataValue 1.3.6.1.4.1.738.1.5.180.1.6.1.6
Result value, 64 unsinged int
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtStatHistDataStatus 1.3.6.1.4.1.738.1.5.180.1.6.1.7
Status of the operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notAvailable(1), positive(2), negative(3)