CISCO-DATA-COLLECTION-MIB

CISCO-DATA-COLLECTION-MIB Download

MIBs list

Data Collection mib

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-DATA-COLLECTION-MIB

cdcVFilePersistentStorage
This object's value reads 'true', if the agent implementation of this MIB supports placement of VFiles in application specified persistent storage locations. Otherwise the value is 'false'.
cdcVFileMaxSizeHitsLimit
A global limit for the number of consecutive times the maximum VFile size (cdcVFileMaxSize) is exceeded for a given VFile. When this limit is exceeded the offending cdcVFileEntry is moved to the error state (see cdcVFileOperStatus).
cdcVFileTable
A table for setting up VFiles for collecting data.
cdcVFileEntry
An entry in the cdcVFileTable. Each entry contains application specified configuration that is used to create virtual files (VFile) and start data collection operations. A VFile is used to store data (values of base object instances) as selected by entiti ...
cdcVFileIndex
An arbitrary integer for uniquely identifying this entry. When creating a row, the application should pick a random number. If the configuration in this entry is persisted across system/agent restarts then the same value of cdcVFileIndex must be assigned ...
cdcVFileName
The base-name of the VFiles (created by data collection operations corresponding to this entry) into which data is to be collected. When a VFile is created, it's full name is obtained by the concatentation of a suffix to this value. The suffix will be cho ...
cdcVFileDescription
A string that can be used for administrative purposes. This object's value may be modified at any time.
cdcVFileCommand
An object for controlling collection of data. 'idle' Indicates that no command is in progress. 'swapToNewFile' When written, the current VFile is frozen, and a new VFile is created for collecting data. If the data collection mode is automatic ...
cdcVFileMaxSize
The maximum size of a VFile. The agent maintains an internal counter for each cdcVFileEntry. This counter counts the number of consecutive times the size of a VFile has exceeded the value of this object. When the value of this counter exceeds the value of ...
cdcVFileCurrentSize
The size of the current VFile.
cdcVFileFormat
The format in which data is stored into the current VFile. This object's value cannot be modified while the entry is in the 'activated' state.
cdcVFileCollectMode
Determines the mode of data collection. 'auto' Data is periodically fetched for all data groups associated with this entry. This is done at data group specific periodic intervals (cdcDGPollPeriod). The data thus collected, is formatted and stored ...
cdcVFileCollectionPeriod
Specifies the period of a collection interval. The value of this object is used only when the data collection mode is automatic (see cdcVFileCollectMode). A periodic timer (one per entry) is started when this entry is 'activated'. The time at which this e ...
cdcVFileRetentionPeriod
The time for which a frozen VFile is retained by the agent. When a VFile is frozen, a timer (one per frozen VFile) is started to keep track of the retention period for the VFile. Once this timer expires, the VFile is deleted. Till the expiry of the retent ...
cdcVFileAdminStatus
A control object to indicate the administratively desired state of data collection for this entry. On setting the value to 'disabled' data collection operations for this entry are stopped, the current VFile is frozen and it's transfer is initiated. Modify ...
cdcVFileOperStatus
A status object to indicate the operational state of collection for this entry. When the value of cdcVFileAdminStatus is modified to be 'enabled', the value of this object will change to 'enabled' providing it is possible to begin collecting data. If at a ...
cdcVFileErrorCode
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 othe ...
cdcVFileCollectionErrorEnable
When set to 'true', cdcVFileCollectionError notification will be sent out in the event of a data collection error.
cdcVFileRowStatus
The status of this conceptual row. A valid cdcVFileName is only mandatory object for setting this object to 'active'. But collection of data in to active vfile starts only on setting cdcVFileAdminStatus to 'enabled'. Setting this object to 'destroy' stops ...
cdcVFileMgmtTable
A table to manage frozen VFiles.
cdcVFileMgmtEntry
An entry in cdcVFileMgmtTable. Each entry corresponds to a frozen VFile. An entry is created in this table, whenever a VFile is frozen. An entry is removed from this table whenever a frozen VFile is deleted either because the retention period elapsed or b ...
cdcVFileMgmtIndex
This value is a running counter starting at 1, generated by the agent so that the combination of cdcVFileIndex and cdcVFileMgmtIndex uniquely identifies a frozen VFile. The deleted file indicies do not get reused. This object's value needs to be unique on ...
cdcVFileMgmtName
The full name of the VFile. If the VFile is stored as a file in the agent's filesystem, then this value also contains the absolute path of the file.
cdcVFileMgmtTimestamp
The timestamp when this VFile was created, in the date-time format.
cdcVFileMgmtTimeToLive
The time left before this VFile is deleted (see cdcVFileRetentionPeriod).
cdcVFileMgmtCommand
A control to manage VFiles. idle This value can be only be read. It indicates that no management action is currently being performed on this VFile. delete This value is only written, and is used to delete the frozen VFile. Writing this v ...
cdcVFileMgmtXferURL
The complete URL of the destination to which this VFile will be transferred in the next attempt. The URL also includes the complete filename of the remote file that will be created. When the default value of this object is retained this VFile will be tran ...
cdcVFileMgmtLastXferStatus
Indicates the status of the last completed transfer.
cdcVFileMgmtLastXferURL
Indicates the URL of the destination to which the last (completed) transfer was initiated.
cdcDGTable
A table for specifying data groups.
cdcDGEntry
An entry in this table. Each entry corresponds to a data group. A data group is used to select data that needs to be collected into VFiles. The selection is done by specifying the base objects and their instances for which the values need to be fetched. D ...
cdcDGIndex
An arbitrary integer used to uniquely identify this entry. When creating an entry, a management application should pick a random number.
cdcDGComment
A descriptive string. This object's value may be modified at any time.
cdcDGType
Identifies the type of this data group. object Data is a single MIB object. The fully instantiated OID is specified in cdcDGBaseObject. table Data is a logical table. The columns of this table correspond to the base objects specified in c ...
cdcDGVFileIndex
Corresponds to a value of cdcVFileIndex. It is used to associate this data group with a cdcVFileEntry. The values of the base objects for this data group are stored into the current VFile of the associated cdcVFileEntry. This object's value may be modifie ...
cdcDGTargetTag
The tag for the target from which to obtain the data for this data group. A length of 0 indicates the local system. In this case, access to the objects of this data group is under the security credentials of the requester that set cdcDGRowStatus to 'acti ...
cdcDGContextName
The management context from which to obtain data for this data group. This object's value may be modified at any time. The change takes effect the next time data is fetched for this data group.
cdcDGObject
The fully instantiated name of the MIB object whose value needs to be fetched. This object's value is used only when cdcDGType is of type 'object'. This object's value may be modified at any time. The change takes effect the next time data is fetched for ...
cdcDGObjectGrpIndex
Corresponds to a value of cdcDGBaseObjectGrpIndex, thus identifying a set of entries in cdcDGBaseObjectTable, having this value of cdcDGBaseObjectGrpIndex. This object's value is used only when cdcDGType is of type 'table'. This set of entries in cdcDGBas ...
cdcDGInstGrpIndex
Corresponds to a value of cdcDGInstanceGrpIndex, thus identifying a set of entries in cdcDGInstanceTable, having this value of cdcDGInstanceGrpIndex. This object's value is used only when cdcDGType is of type 'table'. The set of entries in cdcDGInstanceTa ...
cdcDGPollPeriod
Specifies the time intervals at which the data should be fetched for this data group. This object's value is used only when the collection mode of the associated cdcVFileEntry is automatic (see cdcVFileCollectMode). A periodic timer is started for this da ...
cdcDGRowStatus
The status of this conceptual row. This object cannot be set to 'active' until values have been assigned to cdcDGVFileIndex & cdcDGColGrpIndex.
cdcDGBaseObjectTable
A table specifying the base objects of a 'table' type data group.
cdcDGBaseObjectEntry
An individual entry in this table. Each entry is a {subtree, list} tuple. Each tuple identifies a set of base objects for the associated data group.
cdcDGBaseObjectGrpIndex
This object's value when combined with the value of cdcDGBaseObjectIndex uniquely identifies an entry in this table. An application must use the same value (can be randomly picked) for this object while creating a group of entries that collectively identi ...
cdcDGBaseObjectIndex
This object's value when combined with the value of cdcDGBaseObjectGrpIndex uniquely identifies an entry in this table. A managment application can assign incremental values starting from one, when creating each entry in a group of entries (as identified ...
cdcDGBaseObjectSubtree
The subtree component of a {subtree, list} tuple. This object's value may be modified at any time. The change takes effect the next time data is fetched for this data group.
cdcDGBaseObjectList
The list component of a {subtree, list} tuple. This object's value may be modified at any time. The change takes effect the next time data is fetched for this data group.
cdcDGBaseObjectRowStatus
The status of this conceptual row. This object cannot be set to 'active' until values have been assigned to cdcDGBaseObjectSubtree & cdcDGBaseObjectList.
cdcDGInstanceTable
Identifies the instances of the base objects that need to be fetched for a 'table' type data group. The agent is not responsible for verifying that the instances specified for a data group do not overlap.
cdcDGInstanceEntry
An entry in this table. Each entry identifies one or more instances of the base objects that need to be fetched. An instance is represented by an OID fragment.
cdcDGInstanceGrpIndex
This object's value when combined with the value of cdcDGInstanceIndex uniquely identifies an entry in this table. An application must use the same value (can be randomly picked) for this object while creating a group of entries that collectively identifi ...
cdcDGInstanceIndex
This object's value when combined with the value of cdcDGInstanceGrpIndex uniquely identifies an entry in this table. A managment application can assign incremental values starting from one, when creating each entry within a group of entries (as identifie ...
cdcDGInstanceType
Specifies the way in which the instances are to be used while collecting data. individual The value of cdcDGInstanceOid is appended to each base object of the associated data group, thus giving the exact instance of the objects to be collected. range ...
cdcDGInstanceOid
Contains the OBJECT IDENTIFIER fragment that identifies the instances of the base objects that need to be collected. If cdcDGInstanceType is 'individual' then this value should be the OID fragment that, when appended to each base MIB object gives the full ...
cdcDGInstanceOidEnd
Contains the OID fragment that, when appended to each base object gives the end of the range of object instances that needs to be fetched. This value is used only when the value of cdcDGInstanceType is of type 'range'. This object's value may be modified ...
cdcDGInstanceNumRepititions
Specifies the number of lexicographically consecutive object instances to fetch. This value is used only when the value of cdcDGInstanceType is of type 'repititions'. This object's value may be modified at any time. The change takes effect the next time d ...
cdcDGInstanceOtherPtr
Contains a pointer to a row in another MIB table that contains MIB specific criteria for selecting instances. This value is used only when the value of cdcDGInstanceType is of type 'other'. This object's value may be modified at any time. The change takes ...
cdcDGInstanceRowStatus
The status of this conceptual row.
cdcFileXferConfTable
A table for configuring file transfer operations.
cdcFileXferConfEntry
An individual entry in the cdcFileXferConfTable. Each entry identifies a primary and an optional secondary destination. An entry is automatically created in this table, whenever an entry is created in the cdcVFileTable. The application needs to specify th ...
cdcFileXferConfPriUrl
The URL which specifies the primary destination to which the file has to be transferred. The URL should contain the base-name of the remote file, the suffix will be carried over from the name of the VFile being tranferred, and will be automatically append ...
cdcFileXferConfSecUrl
The URL which specifies the secondary destination to which the file has to be transferred if the transfer to the primary destination fails. Failure occurs when the file cannot be transferred in it's entirety to the specified destination for some reason. S ...
cdcFileXferConfRetryPeriod
Specifies the time interval after which transfer has to be retried. Transfer needs to be retried only if in a previous attempt the file could not be successfully transferred to either the primary destination or the secondary destination. This object's val ...
cdcFileXferConfRetryCount
Maximum number of times, transfer has to be retried. If the retry count exceeds this value, then no further attempts will be made. This object's value may be modified at any time.
cdcFileXferConfSuccessEnable
When set to 'true', cdcFileXferComplete notification will be sent out in the event of a successful file transfer.
cdcFileXferConfFailureEnable
When set to 'true', cdcFileXferComplete notification will be sent out in the event of a file transfer failure.
cdcVFileGroup
Objects related to VFiles.
cdcDataSelectionGroup
Objects related to data selection.
cdcFileXferGroup
Objects related to file transfer.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list