OID | 1.3.6.1.4.1.9.9.312.1.1.3.1.13 |
Module | CISCO-DATA-COLLECTION-MIB (CISCO) |
Nom | cdcVFileErrorCode |
Acces | readonly |
Status | current |
Description | A value indicating the type of error that has occurred during data collection operations for this entry. noError The value is 'noError' when the corresponding value of cdcVFileOperStatus is not 'error'. otherError Any error other than one of the following listed errors. noSpace There is no space left to write into the current VFile. openError Could not open VFile for writing. One possible reason could be the existence of another file by the same name in the agent's filesystem. tooSmallMaxSize Indicates that cdcVFileMaxSize is too small for data collection. The cdcVFileMaxSize configured for this VFile is not sufficient even to hold the data collected in one poll. tooManyMaxSizeHits Indicates that data collection operations are stopped because the value of cdcVFileMaxSizeHitsLimit has been exceeded. noResource Some kind of resource was unavailable while collecting data. For e.g. unavailability of dynamic memory. |
Syntaxe | Enumeration (1-noError, 2-otherError, 3-noSpace, 4-openError, 5-tooSmallMaxSize, 6-tooManyMaxSizeHits, 7-noResource) |