MIBs Depot

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

FromSymbols
HUAWEI-MIBhwDatacomm
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1INTEGER {enable(1), disable(2)}read-writecurrent
hwBulkStatCollectCapability
OBJECT-TYPE
Collect capability per 5 minutes.
1.3.6.1.4.1.2011.5.25.140.1.2Integer32read-onlycurrent
hwBulkStatDefineMaxFiles
OBJECT-TYPE
Maximum number of the bulk files allowed to create.
1.3.6.1.4.1.2011.5.25.140.1.3Integer32read-onlycurrent
hwBulkStatDefineFiles
OBJECT-TYPE
The total number of the current configured bulk files.
1.3.6.1.4.1.2011.5.25.140.1.4Integer32read-onlycurrent
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.5Integer32read-onlycurrent
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.6INTEGER {enable(1), disable(2)}read-writecurrent
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.7Integer32read-onlycurrent
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.8not-accessiblecurrent
hwBulkStatDefineFileEntry
OBJECT-TYPE
Entry of hwBulkStatDefineFileTable.
1.3.6.1.4.1.2011.5.25.140.1.8.1not-accessiblecurrent
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.1Integer32 (1..10)not-accessiblecurrent
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.11OCTET STRING (SIZE(1..31))read-createcurrent
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.12INTEGER {ephemeral(1)}read-createcurrent
hwBulkStatDefineFileFormat
OBJECT-TYPE
Bulk file formats: bulkASCII(1):readable ASCII.
1.3.6.1.4.1.2011.5.25.140.1.8.1.13INTEGER {bulkASCII(1)}read-createcurrent
hwBulkStatDefineFileCollectInterval
OBJECT-TYPE
Interval of collecting node value, in minutes.
1.3.6.1.4.1.2011.5.25.140.1.8.1.14INTEGER (5 | 10 | 15 | 30)read-createcurrent
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.15INTEGER (5 | 10 | 15 | 30)read-createcurrent
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.16INTEGER {ready(1), running(2), stopped(3)}read-createcurrent
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.17OCTET STRING (SIZE(0..127))read-createcurrent
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.18OCTET STRING (SIZE(0..127))read-createcurrent
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.19INTEGER (0..5)read-createcurrent
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.20INTEGER (1..30)read-createcurrent
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.21Integer32read-onlycurrent
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.22Integer32read-onlycurrent
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.23Integer32 (0..1000)read-onlycurrent
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.51RowStatusread-createcurrent
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.9not-accessiblecurrent
hwBulkStatDefineObjectEntry
OBJECT-TYPE
Entry of hwBulkStatDefineObjectTable.
1.3.6.1.4.1.2011.5.25.140.1.9.1not-accessiblecurrent
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.1Integer32 (1..1000)not-accessiblecurrent
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.11INTEGER {single(1), column(2)}read-createcurrent
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.12OCTET STRING (SIZE(1..127))read-createcurrent
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.13OCTET STRING (SIZE(0..127))read-createcurrent
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.14Integer32 (0..65535)read-createcurrent
hwBulkStatDefineObjectRowStatus
OBJECT-TYPE
Row operation node.
1.3.6.1.4.1.2011.5.25.140.1.9.1.51RowStatusread-createcurrent
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

NameOIDStatus
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.1current
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.2current
hwBulkStatURLConnectionFail
NOTIFICATION-TYPE
Notification represents connecting to URL fails in file transfer.
1.3.6.1.4.1.2011.5.25.140.2.3current
hwBulkStatURLConnectionResume
NOTIFICATION-TYPE
Notification represents the connection to URL resumes in file transfer.
1.3.6.1.4.1.2011.5.25.140.2.4current
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.5current

Conformance

NameOIDStatus
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.1current
hwBulkStatObjectGroup
OBJECT-GROUP
The bulkstat attribute group.
1.3.6.1.4.1.2011.5.25.140.3.2.1current
hwBulkStatsDefineFileGroup
OBJECT-GROUP
The bulk file's group.
1.3.6.1.4.1.2011.5.25.140.3.2.2current
hwBulkStatDefineObjectGroup
OBJECT-GROUP
The bulkstat object's group.
1.3.6.1.4.1.2011.5.25.140.3.2.3current
hwBulkStatNotificationGroup
NOTIFICATION-GROUP
The notification group.
1.3.6.1.4.1.2011.5.25.140.3.2.4current