HUAWEI-BULKSTAT-MIB

File: HUAWEI-BULKSTAT-MIB.mib (22382 bytes)

Imported modules

HUAWEI-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

hwDatacomm OBJECT-GROUP MODULE-COMPLIANCE
NOTIFICATION-GROUP Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus

Defined Types

HwBulkStatDefineFileEntry  
SEQUENCE    
  hwBulkStatDefineFileIndex Integer32
  hwBulkStatDefineFileName OCTET STRING
  hwBulkStatDefineFileStorage INTEGER
  hwBulkStatDefineFileFormat INTEGER
  hwBulkStatDefineFileCollectInterval INTEGER
  hwBulkStatDefineFileTransferInterval INTEGER
  hwBulkStatDefineFileStatus INTEGER
  hwBulkStatDefineFileTransferPrimaryURL OCTET STRING
  hwBulkStatDefineFileTransferSecondaryURL OCTET STRING
  hwBulkStatDefineFileTransferRetryTimes INTEGER
  hwBulkStatDefineFileRemainTime INTEGER
  hwBulkStatDefineFileLastTransferSuccessTime Integer32
  hwBulkStatDefineFileLastTransferFailTime Integer32
  hwBulkStatDefineFileNextObjectIndex Integer32
  hwBulkStatDefineFileRowStatus RowStatus

HwBulkStatDefineObjectEntry  
SEQUENCE    
  hwBulkStatDefineObjectIndex Integer32
  hwBulkStatDefineObjectClass INTEGER
  hwBulkStatDefineObjectOID OCTET STRING
  hwBulkStatDefineObjectIndexBegin OCTET STRING
  hwBulkStatDefineObjectInstanceNum Integer32
  hwBulkStatDefineObjectRowStatus RowStatus

Defined Values

hwBulkStat 1.3.6.1.4.1.2011.5.25.140
The MIB module for creating and deleting bulk files of SNMP data for file transfer.
MODULE-IDENTITY    

hwBulkStatMibObjects 1.3.6.1.4.1.2011.5.25.140.1
OBJECT IDENTIFIER    

hwBulkStatEnable 1.3.6.1.4.1.2011.5.25.140.1.1
The object specifies whether the bulk statistic function is enable or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwBulkStatCollectCapability 1.3.6.1.4.1.2011.5.25.140.1.2
Collect capability per 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBulkStatDefineMaxFiles 1.3.6.1.4.1.2011.5.25.140.1.3
Maximum number of the bulk files allowed to create.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBulkStatDefineFiles 1.3.6.1.4.1.2011.5.25.140.1.4
The total number of the current configured bulk files.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBulkStatDefineObjects 1.3.6.1.4.1.2011.5.25.140.1.5
The total number of the configured objects of all current bulk files.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBulkStatTrapEnable 1.3.6.1.4.1.2011.5.25.140.1.6
The object specifies whether to send trap information to NMS. It's allowed to send trap information to NMS only when the value is enable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwBulkStatDefineFileTableNextIndex 1.3.6.1.4.1.2011.5.25.140.1.7
Next available index for table hwBulkStatDefineFileTable. If there is no available index, the value will be filled with '0'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBulkStatDefineFileTable 1.3.6.1.4.1.2011.5.25.140.1.8
Bulk file management table, providing create/modify/delete operations. To create a bulk file, you need create a related record in this table, and add object nodes in the hwBulkStatDefineObjectTable. If you delete a bulk file, the related objects in the hwBulkStatDefineObjectTable will be deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwBulkStatDefineFileEntry

hwBulkStatDefineFileEntry 1.3.6.1.4.1.2011.5.25.140.1.8.1
Entry of hwBulkStatDefineFileTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwBulkStatDefineFileEntry  

hwBulkStatDefineFileIndex 1.3.6.1.4.1.2011.5.25.140.1.8.1.1
Index of bulk file, a unique identifier for a bulk file.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10  

hwBulkStatDefineFileName 1.3.6.1.4.1.2011.5.25.140.1.8.1.11
Bulk file name. If you specify a path in the file name, this file is invalid.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwBulkStatDefineFileStorage 1.3.6.1.4.1.2011.5.25.140.1.8.1.12
Bulk file dumping mode: ephemeral(1):data file of small volume. It applies to be read at once.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ephemeral(1)  

hwBulkStatDefineFileFormat 1.3.6.1.4.1.2011.5.25.140.1.8.1.13
Bulk file formats: bulkASCII(1):readable ASCII.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER bulkASCII(1)  

hwBulkStatDefineFileCollectInterval 1.3.6.1.4.1.2011.5.25.140.1.8.1.14
Interval of collecting node value, in minutes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 5 | 10 | 15 | 30  

hwBulkStatDefineFileTransferInterval 1.3.6.1.4.1.2011.5.25.140.1.8.1.15
Interval of transferring bulk files to NMS, in minutes. It must be several times of the collect-interval.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 5 | 10 | 15 | 30  

hwBulkStatDefineFileStatus 1.3.6.1.4.1.2011.5.25.140.1.8.1.16
Bulk file status: ready(1): When a bulk file created, the status is stop. You should change it to ready status to start the bulk file. running(2):The collection task is writing data to this file. You cannot delete the file. This value cannot be set. stop(3):This state means that the bulk file is suspended. If this value is set when in the running status, then writing file is stopped.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ready(1), running(2), stopped(3)  

hwBulkStatDefineFileTransferPrimaryURL 1.3.6.1.4.1.2011.5.25.140.1.8.1.17
The primary URL to transfer the bulk file to NMS. It should be in the forms of below: ftp://user:password@host/folder/bulkstat1 tftp://10.1.0.1/tftpboot/user/bulkstat1
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hwBulkStatDefineFileTransferSecondaryURL 1.3.6.1.4.1.2011.5.25.140.1.8.1.18
The secondary URL to transfer the bulk file to NMS. It should be in the forms of below: ftp://user:password@host/folder/bulkstat1 tftp://10.1.0.1/tftpboot/user/bulkstat1
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hwBulkStatDefineFileTransferRetryTimes 1.3.6.1.4.1.2011.5.25.140.1.8.1.19
Max retry times to transfer the bulk file to NMS.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..5  

hwBulkStatDefineFileRemainTime 1.3.6.1.4.1.2011.5.25.140.1.8.1.20
Max minutes to remain the bulk file in memory. It can not be more than the transfer-interval.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..30  

hwBulkStatDefineFileLastTransferSuccessTime 1.3.6.1.4.1.2011.5.25.140.1.8.1.21
The object specifies the latest successful collecting time stamp when the file transferred successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBulkStatDefineFileLastTransferFailTime 1.3.6.1.4.1.2011.5.25.140.1.8.1.22
The object specifies the latest successful collecting time stamp when the file transferred unsuccessfully.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBulkStatDefineFileNextObjectIndex 1.3.6.1.4.1.2011.5.25.140.1.8.1.23
Next available index for table hwBulkStatDefineObjectTable. IF no available index, the value will be filled with '0'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1000  

hwBulkStatDefineFileRowStatus 1.3.6.1.4.1.2011.5.25.140.1.8.1.51
Row operation node. When the bulk file in Running status it cannot be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwBulkStatDefineObjectTable 1.3.6.1.4.1.2011.5.25.140.1.9
Object management table in the bulk file, providing add/modify/delete operations. Prerequisite for the operation is that the bulk file is listed in the hwBulkStatDefineFileTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwBulkStatDefineObjectEntry

hwBulkStatDefineObjectEntry 1.3.6.1.4.1.2011.5.25.140.1.9.1
Entry of hwBulkStatDefineObjectTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwBulkStatDefineObjectEntry  

hwBulkStatDefineObjectIndex 1.3.6.1.4.1.2011.5.25.140.1.9.1.1
Object index in the bulk file. A unique identifier for a record, indicating the sequence of objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1000  

hwBulkStatDefineObjectClass 1.3.6.1.4.1.2011.5.25.140.1.9.1.11
Object class: single(1): a single MIB object is retrieved. column(2): an entire column or partial column is retrieved in lexical order of rows.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER single(1), column(2)  

hwBulkStatDefineObjectOID 1.3.6.1.4.1.2011.5.25.140.1.9.1.12
The object identifier of a MIB object to be included in the file. If the object class is 'single', this must be a full OID, including all instance information. If the object class is 'column', this must be an OID without any instance information.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..127)  

hwBulkStatDefineObjectIndexBegin 1.3.6.1.4.1.2011.5.25.140.1.9.1.13
If the object class is 'column', this must be the begin index of the object. The default value is '0'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hwBulkStatDefineObjectInstanceNum 1.3.6.1.4.1.2011.5.25.140.1.9.1.14
If the object class is 'column', this represents the maximum number of entries which will be populated in the file starting from the lexicographically begin instance of the OID.The default value is 0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hwBulkStatDefineObjectRowStatus 1.3.6.1.4.1.2011.5.25.140.1.9.1.51
Row operation node.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwBulkStatNotifications 1.3.6.1.4.1.2011.5.25.140.2
OBJECT IDENTIFIER    

hwBulkStatCollectIncomplete 1.3.6.1.4.1.2011.5.25.140.2.1
Notification represents the incomplete collection of file in a collection period.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwBulkStatCollectResume 1.3.6.1.4.1.2011.5.25.140.2.2
Notification represents the data collection resumes itself to normal in latter collection period.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwBulkStatURLConnectionFail 1.3.6.1.4.1.2011.5.25.140.2.3
Notification represents connecting to URL fails in file transfer.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwBulkStatURLConnectionResume 1.3.6.1.4.1.2011.5.25.140.2.4
Notification represents the connection to URL resumes in file transfer.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwBulkStatTransferFileDiscard 1.3.6.1.4.1.2011.5.25.140.2.5
Notification represents the transfer file is discarded automatically because of tranfer failure.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwBulkStatConformance 1.3.6.1.4.1.2011.5.25.140.3
OBJECT IDENTIFIER    

hwBulkStatCompliances 1.3.6.1.4.1.2011.5.25.140.3.1
OBJECT IDENTIFIER    

hwBulkStatCompliance 1.3.6.1.4.1.2011.5.25.140.3.1.1
The compliance statement for systems supporting the HUAWEI-BULKSTAT-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

hwBulkStatGroups 1.3.6.1.4.1.2011.5.25.140.3.2
OBJECT IDENTIFIER    

hwBulkStatObjectGroup 1.3.6.1.4.1.2011.5.25.140.3.2.1
The bulkstat attribute group.
Status: current Access: read-create
OBJECT-GROUP    

hwBulkStatsDefineFileGroup 1.3.6.1.4.1.2011.5.25.140.3.2.2
The bulk file's group.
Status: current Access: read-create
OBJECT-GROUP    

hwBulkStatDefineObjectGroup 1.3.6.1.4.1.2011.5.25.140.3.2.3
The bulkstat object's group.
Status: current Access: read-create
OBJECT-GROUP    

hwBulkStatNotificationGroup 1.3.6.1.4.1.2011.5.25.140.3.2.4
The notification group.
Status: current Access: read-create
NOTIFICATION-GROUP