zhoneBulkStatsSystemOperStatus
ZHONE-SYSTEM-MIB ·
.1.3.6.1.4.1.5504.3.1.14.6
Object
scalar
Enumeration
The operational status of the current collection interval.
Valid values are:
collectionInProgress:
- Collection for the current interval has started
collectionComplete:
- Collection for the current interval has completed, and the resulting
file has been transferred via ftp to the specified host.
collectionPeriodOverrun:
- Collection for the previous interval has not completed prior to the
start of the current collection interval. In this case, the collection
for the previous interval continues and the current interval is skipped.
This is an indication that either the system/network is too busy and/or
there are too many statistics being collected.
collectionAbortedNoDiskSpace:
- Collection for the current interval has been aborted due to insufficient
disk space on the device. The current interval is skipped.
collectionAbortedFileIoFailure:
- Collection for the current interval has been aborted due to a file IO
(write) error on the device. The current interval is skipped.
collectionCompleteFtpFailure:
- Collection for the current interval has completed, but the resulting
file could not be transferred via ftp to the specified host. The file
is queued for retry.
The operStatus is only pertinent if bulk stats have been enabled.
Context
- MIB
- ZHONE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.5504.3.1.14.6- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- zhoneBulkStatsSystemConfiguration
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | collectionInProgress |
2 | collectionComplete |
3 | collectionPeriodOverrun |
4 | collectionAbortedNoDiskSpace |
5 | collectionAbortedFileIoFailure |
6 | collectionCompleteFtpFailure |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| zhoneBulkStatsSystemCollectionEnabled Indicates whether bulk stats collection has been enabled for the
system. If false, no collection is done. If true, the system
will collect the stats identified in the zhoneBul… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.5504.3.1.14.1 |
| zhoneBulkStatsSystemFtpAddress The IP address of the FTP Server to which the collected stats will
be sent. | scalar | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.5504.3.1.14.2 |
| zhoneBulkStatsSystemFtpLogin The FTP login name to be used for initiating the FTP file transfer
of the collected bulk statistics. | scalar | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.3.1.14.3 |
| zhoneBulkStatsSystemFtpPassword The FTP password to be used for initiating the FTP file transfer
of the collected bulk statistics. | scalar | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.3.1.14.4 |
| zhoneBulkStatsSystemFtpDirPath This specifies the directory path on the FTP server into which the
bulk statistics files will be transferred.
The device will use this in a cd command, therefore a … | scalar | Zhone-TCZhoneFileName | .1.3.6.1.4.1.5504.3.1.14.5 |