HUAWEI-BULKSTAT-MIB
- Registered at
- 1.3.6.1.4.1.2011.5.25.140
- Last updated
- 2006-11-22 14:14
- Organization
- Huawei Technologies Co.,Ltd.
- Revisions
- 2006-11-22 14:14
- Namespace
- huawei
- Source file
HUAWEI-BULKSTAT-MIB- Digest
sha256:aad121002b8ceebf51f2fe9ea0709f63d087a0af42a81bce06447f3da8f64308
Description
The MIB module for creating and deleting bulk files of SNMP data for file transfer.
Contact
VRP Team Huawei Technologies Co.,Ltd. Huawei Bld.,NO.3 Xinxi Rd., Shang-Di Information Industry Base, Hai-Dian District Beijing P.R. China http://www.huawei.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HUAWEI-MIB | hwDatacomm |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HUAWEI-BULKSTAT-MIB HUAWEI-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hwBulkStatMibObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.140.1 | |||
| hwBulkStatEnable OBJECT-TYPE The object specifies whether the bulk statistic function is enable or not. | 1.3.6.1.4.1.2011.5.25.140.1.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| hwBulkStatCollectCapability OBJECT-TYPE Collect capability per 5 minutes. | 1.3.6.1.4.1.2011.5.25.140.1.2 | Integer32 | read-only | current |
| hwBulkStatDefineMaxFiles OBJECT-TYPE Maximum number of the bulk files allowed to create. | 1.3.6.1.4.1.2011.5.25.140.1.3 | Integer32 | read-only | current |
| hwBulkStatDefineFiles OBJECT-TYPE The total number of the current configured bulk files. | 1.3.6.1.4.1.2011.5.25.140.1.4 | Integer32 | read-only | current |
| hwBulkStatDefineObjects OBJECT-TYPE The total number of the configured objects of all current bulk files. | 1.3.6.1.4.1.2011.5.25.140.1.5 | Integer32 | read-only | current |
| hwBulkStatTrapEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.140.1.6 | INTEGER {enable(1), disable(2)} | read-write | current |
| hwBulkStatDefineFileTableNextIndex OBJECT-TYPE Next available index for table hwBulkStatDefineFileTable. If there is no available index, the value will be filled with '0'. | 1.3.6.1.4.1.2011.5.25.140.1.7 | Integer32 | read-only | current |
| hwBulkStatDefineFileTable OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.140.1.8 | not-accessible | current | |
| hwBulkStatDefineFileEntry OBJECT-TYPE Entry of hwBulkStatDefineFileTable. | 1.3.6.1.4.1.2011.5.25.140.1.8.1 | not-accessible | current | |
| hwBulkStatDefineFileIndex OBJECT-TYPE Index of bulk file, a unique identifier for a bulk file. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.1 | Integer32 (1..10) | not-accessible | current |
| hwBulkStatDefineFileName OBJECT-TYPE Bulk file name. If you specify a path in the file name, this file is invalid. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.11 | OCTET STRING (SIZE(1..31)) | read-create | current |
| hwBulkStatDefineFileStorage OBJECT-TYPE Bulk file dumping mode: ephemeral(1):data file of small volume. It applies to be read at once. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.12 | INTEGER {ephemeral(1)} | read-create | current |
| hwBulkStatDefineFileFormat OBJECT-TYPE Bulk file formats: bulkASCII(1):readable ASCII. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.13 | INTEGER {bulkASCII(1)} | read-create | current |
| hwBulkStatDefineFileCollectInterval OBJECT-TYPE Interval of collecting node value, in minutes. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.14 | INTEGER (5 | 10 | 15 | 30) | read-create | current |
| hwBulkStatDefineFileTransferInterval OBJECT-TYPE Interval of transferring bulk files to NMS, in minutes. It must be several times of the collect-interval. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.15 | INTEGER (5 | 10 | 15 | 30) | read-create | current |
| hwBulkStatDefineFileStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.16 | INTEGER {ready(1), running(2), stopped(3)} | read-create | current |
| hwBulkStatDefineFileTransferPrimaryURL OBJECT-TYPE 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 | 1.3.6.1.4.1.2011.5.25.140.1.8.1.17 | OCTET STRING (SIZE(0..127)) | read-create | current |
| hwBulkStatDefineFileTransferSecondaryURL OBJECT-TYPE 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 | 1.3.6.1.4.1.2011.5.25.140.1.8.1.18 | OCTET STRING (SIZE(0..127)) | read-create | current |
| hwBulkStatDefineFileTransferRetryTimes OBJECT-TYPE Max retry times to transfer the bulk file to NMS. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.19 | INTEGER (0..5) | read-create | current |
| hwBulkStatDefineFileRemainTime OBJECT-TYPE Max minutes to remain the bulk file in memory. It can not be more than the transfer-interval. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.20 | INTEGER (1..30) | read-create | current |
| hwBulkStatDefineFileLastTransferSuccessTime OBJECT-TYPE The object specifies the latest successful collecting time stamp when the file transferred successfully. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.21 | Integer32 | read-only | current |
| hwBulkStatDefineFileLastTransferFailTime OBJECT-TYPE The object specifies the latest successful collecting time stamp when the file transferred unsuccessfully. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.22 | Integer32 | read-only | current |
| hwBulkStatDefineFileNextObjectIndex OBJECT-TYPE Next available index for table hwBulkStatDefineObjectTable. IF no available index, the value will be filled with '0'. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.23 | Integer32 (0..1000) | read-only | current |
| hwBulkStatDefineFileRowStatus OBJECT-TYPE Row operation node. When the bulk file in Running status it cannot be deleted. | 1.3.6.1.4.1.2011.5.25.140.1.8.1.51 | RowStatus | read-create | current |
| hwBulkStatDefineObjectTable OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.140.1.9 | not-accessible | current | |
| hwBulkStatDefineObjectEntry OBJECT-TYPE Entry of hwBulkStatDefineObjectTable. | 1.3.6.1.4.1.2011.5.25.140.1.9.1 | not-accessible | current | |
| hwBulkStatDefineObjectIndex OBJECT-TYPE Object index in the bulk file. A unique identifier for a record, indicating the sequence of objects. | 1.3.6.1.4.1.2011.5.25.140.1.9.1.1 | Integer32 (1..1000) | not-accessible | current |
| hwBulkStatDefineObjectClass OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.140.1.9.1.11 | INTEGER {single(1), column(2)} | read-create | current |
| hwBulkStatDefineObjectOID OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.140.1.9.1.12 | OCTET STRING (SIZE(1..127)) | read-create | current |
| hwBulkStatDefineObjectIndexBegin OBJECT-TYPE If the object class is 'column', this must be the begin index of the object. The default value is '0'. | 1.3.6.1.4.1.2011.5.25.140.1.9.1.13 | OCTET STRING (SIZE(0..127)) | read-create | current |
| hwBulkStatDefineObjectInstanceNum OBJECT-TYPE 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. | 1.3.6.1.4.1.2011.5.25.140.1.9.1.14 | Integer32 (0..65535) | read-create | current |
| hwBulkStatDefineObjectRowStatus OBJECT-TYPE Row operation node. | 1.3.6.1.4.1.2011.5.25.140.1.9.1.51 | RowStatus | read-create | current |
| hwBulkStatNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.140.2 | |||
| hwBulkStatConformance OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.140.3 | |||
| hwBulkStatCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.140.3.1 | |||
| hwBulkStatGroups OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.140.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| hwBulkStatCollectIncomplete NOTIFICATION-TYPE Notification represents the incomplete collection of file in a collection period. | 1.3.6.1.4.1.2011.5.25.140.2.1 | current |
| hwBulkStatCollectResume NOTIFICATION-TYPE Notification represents the data collection resumes itself to normal in latter collection period. | 1.3.6.1.4.1.2011.5.25.140.2.2 | current |
| hwBulkStatURLConnectionFail NOTIFICATION-TYPE Notification represents connecting to URL fails in file transfer. | 1.3.6.1.4.1.2011.5.25.140.2.3 | current |
| hwBulkStatURLConnectionResume NOTIFICATION-TYPE Notification represents the connection to URL resumes in file transfer. | 1.3.6.1.4.1.2011.5.25.140.2.4 | current |
| hwBulkStatTransferFileDiscard NOTIFICATION-TYPE Notification represents the transfer file is discarded automatically because of tranfer failure. | 1.3.6.1.4.1.2011.5.25.140.2.5 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| hwBulkStatCompliance MODULE-COMPLIANCE The compliance statement for systems supporting the HUAWEI-BULKSTAT-MIB. | 1.3.6.1.4.1.2011.5.25.140.3.1.1 | current |
| hwBulkStatObjectGroup OBJECT-GROUP The bulkstat attribute group. | 1.3.6.1.4.1.2011.5.25.140.3.2.1 | current |
| hwBulkStatsDefineFileGroup OBJECT-GROUP The bulk file's group. | 1.3.6.1.4.1.2011.5.25.140.3.2.2 | current |
| hwBulkStatDefineObjectGroup OBJECT-GROUP The bulkstat object's group. | 1.3.6.1.4.1.2011.5.25.140.3.2.3 | current |
| hwBulkStatNotificationGroup NOTIFICATION-GROUP The notification group. | 1.3.6.1.4.1.2011.5.25.140.3.2.4 | current |