CISCO-ENTITY-DIAG-MIB

CISCO-ENTITY-DIAG-MIB Download

MIBs list

This MIB module defines the managed objects that describe the online diagnostics capabilities supported by the physical entities contained by the system, including chassis, modules, ports, power supplies, fans, and sensors. In order to manage the online diagnostic capabilities supported by a physical entity, it must be represented by a conceptual row in the entPhysicalTable of the ENTITY-MIB (RFC-2737).

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

OID list for CISCO-ENTITY-DIAG-MIB

ceDiagTestInfoTable
This table describes the tests supported by each physical entity supporting online diagnostics. The table organizes tests into sets associated with the physical entity supporting those tests. The SNMP entity adds a set of tests corresponding to a physica ...
ceDiagTestInfoEntry
The description of a single test supported by a corresponding physical entity.
ceDiagTestId
This object indicates an arbitrary positive integer arbitrarily identifying the test.
ceDiagTestText
This object indicates a human-readable description of the test. Examples include: 'Marching Pattern DRAM Test' 'Data Pins DRAM Test' 'Internal Loopback Test' 'External Loopback Test'
ceDiagTestAttributes
This object indicates a set of attributes characterizing the test: 'minimal' - indicates that this test will be executed during boot-up if ceDiagBootupLevel is set to 'minimal' or 'complete'. This test is also included in the minimal or complete t ...
ceDiagTestCustomAttributeTable
This table describes the additional custom based attributes of the tests listed in ceDiagTestInfoTable. These are attributes which have been customized by the platform supporting the tests.
ceDiagTestCustomAttributeEntry
The description of a single custom based attribute for a test supported by a corresponding physical entity.
ceDiagTestCustomAttributeIndex
An arbitrary integer which identifies the custom based attribute of a test.
ceDiagTestCustomAttributeDesc
This object provides a textual description of the custom based attribute of this test.
ceDiagErrorInfoTable
This table describes the errors indicated by a system supporting online diagnostics.
ceDiagErrorInfoEntry
The description of a single online error.
ceDiagErrorId
This object indicates an arbitrary positive integer arbitrarily identifying the error.
ceDiagErrorText
This object indicates a human-readable description of the error. Examples include: 'DIAG_SUCCESS' 'DIAG_FAILURE' 'DIAG_NOT_SUPPORT' 'DIAG_SKIPPED'
ceDiagBootupLevel
This object specifies the level that physical entities will execute their boot-up diagnostic.
ceDiagEntityTable
This table supports online diagnostic control and status for each physical entity that supporting the feature. The SNMP entity adds a conceptual row to this table corresponding to a physical entity upon detection of a physical entity supporting online dia ...
ceDiagEntityEntry
Online diagnostic control and status for a single physical entity supporting the feature. Observe that this data may not be accurate if the corresponding cefcModuleOperStatus (see the CISCO-ENTITY-FRU-CONTROL-MIB for further details) has a value of 'boot ...
ceDiagEntityBootLevel
This object indicates the level that the physical entity executed its boot-up diagnostic.
ceDiagEntityImageAdminStatus
This object specifies the desired image the physical entity should be running: 'operational' - the physical entity should be running the operational image. 'fieldDiagnostic' - the physical entity should be running the field diagnostic image.
ceDiagEntityImageOperStatus
This object indicates the actual image the physical entity is running: 'operational' - the physical entity is running the operational image. 'fieldDiagnostic' - the physical entity is running the field diagnostic image. 'booting' - the physica ...
ceDiagEntityFieldDiagnosticUrl
This object specifies a URL (see RFC-1630) that specifies the location of the field diagnostic image. The following list provides some examples of URLs for the field diagnostic: file://disk0:/images/fd001 Describes a file with the path '/images/fd001' on ...
ceDiagEntityCurrentTestTable
This table contains the information about the current test executing on a physical entity.
ceDiagEntityCurrentTestEntry
A test which is currently executing on a particular physical entity.
ceDiagEntityCurrentTestMethod
This object indicates the method used to invoke the diagnostic that is executing this test.
ceDiagOnDemandErrorAllowed
This object specifies the number of errors the physical entities will allow before aborting an on demand diagnostic job. A value of '0' indicates that the an unlimited number of errors are allowed for the on demand diagnostic job.
ceDiagOnDemandErrorAction
This object specifies how the physical entities in the system are to proceed when they encounter an error during an on demand diagnostic job. 'continue' - indicates that the physical entities will continue executing the on demand job. 'stop' - indicat ...
ceDiagOnDemandIterations
This object specifies the maximum number of iterations of an on demand job.
ceDiagOnDemandJobTable
This table contains a list of on demand jobs currently in the system. A row in this table can be created by setting the corresponding instance of ceDiagOnDemandJobRowStatus to 'createAndGo'. A row can be deleted by setting the corresponding instance of ce ...
ceDiagOnDemandJobEntry
A on demand job currently executing on a particular physical entity which supports on demand diagnostics.
ceDiagOnDemandJobSuite
This object indicates the various system predefined test suites the on demand job can choose from. If the value of this object is 'none', this job will run the tests specified by ceDiagOnDemandJobTestList. If the value of this object is 'complete', 'minim ...
ceDiagOnDemandJobTestList
This object specifies the user specified diagnostic suite (i.e., a set of tests) to be executed by the corresponding physical entity. The set of tests supported by this physical entity are specified in ceDiagTestInfoTable.
ceDiagOnDemandJobPortList
This object specifies the list of ports to be exercised by the corresponding physical entity when executing the diagnostic suite specified for the job.
ceDiagOnDemandJobRowStatus
The status object used to manage the rows in this table. When set to active(1) the on demand job is submitted. When set to destroy(6) the on demand job is stopped. When the value of this object is 'active', values within this row cannot be modified, excep ...
ceDiagScheduledJobTable
This table contains a list of scheduled jobs on the system. A row in this table can be created by setting the corresponding instance of ceDiagScheduledJobRowStatus to 'createAndGo'. A row can be deleted by setting the corresponding instance of ceDiagSched ...
ceDiagScheduledJobEntry
A job currently scheduled on a particular physical entity.
ceDiagScheduledJobIndex
An arbitrary non-zero integer value that uniquely identifies a single scheduled job with respect to a physical entity.
ceDiagScheduledJobType
This object specifies the type of the scheduled job. 'scheduledOneShot' - the physical entity will invoke this job at the time specified by ceDiagScheduledJobStart. 'scheduledPeriodicDaily' - the physical entity will first invoke this job at the t ...
ceDiagScheduledJobStart
This object specifies when a scheduled job will be executed. If the value of ceDiagScheduledJobType is 'scheduledOneShot', then this object only applies to the first execution of the job. If the value of ceDiagScheduledJobType is 'scheduledPeriodicDaily' ...
ceDiagScheduledJobDayOfWeek
This object specifies the day of the week for a weekly periodic scheduled job. The value of of this object must be specified if the value of ceDiagScheduledJobType is 'scheduledPeriodicWeekly'. This value of this object is set to 'notApplicable' if the v ...
ceDiagScheduledJobTestList
This object specifies the diagnostic suite (i.e., a set of tests) to be executed by the corresponding physical entity. The set of tests supported by this physical entity are specified in ceDiagTestInfoTable.
ceDiagScheduledJobPortList
This object specifies the list of ports to be tested by the corresponding physical entity when executing the diagnostic suite specified for the job.
ceDiagScheduledJobRowStatus
The status object used to manage the rows in this table. When set to 'active' the scheduled job is submitted. When set to destroy(6) the scheduled job is cleared. When the value of this object is 'active', values within this row cannot be modified, except ...
ceDiagScheduledJobSuite
This object indicates the various system predefined test suites the on scheduled job can choose from. If the value of this object is 'none', this job will run the tests specified by ceDiagScheduledJobTestList. If the value of this object is 'complete', 'm ...
ceDiagTestPerfTable
This table maintains data concerning the performance of tests executed by each physical entity supporting the online diagnostic feature. The table organizes tests into sets associated with the physical entity supporting those tests. The SNMP entity adds ...
ceDiagTestPerfEntry
Data concerning the performance of a single test.
ceDiagTestPerfLastResult
This object indicates the result the last time this test was executed by the corresponding physical entity: 'unknown' - the corresponding physical entity has not executed the test. 'fail' - the test executed and detected at least one failure. 'pass' ...
ceDiagTestPerfLastErrorID
This object indicates the last error code of this test. Details of the non-zero error code can be found in the corresponding entry in ceDiagErrorInfoTable.
ceDiagTestPerfLastRun
This object indicates the last time the corresponding physical entity executed this test. If the value of ceDiagTestPerfLastResult is 'unknown', then the value of this object is irrelevant.
ceDiagTestPerfFirstFail
This object indicates the first time the corresponding physical entity executed this test and it failed. The value of this object is irrelevant if the value of ceDiagTestPerfTotalFails is 0.
ceDiagTestPerfLastSuccess
This object indicates the last time the corresponding physical entity executed this test and it passed. The value 0x0000010100000000 indicates that the corresponding physical entity has not passed this test yet.
ceDiagTestPeffLastFail
This object indicates the last time the corresponding physical entity executed this test and it failed. If the value of ceDiagTestPerfTotalFails is 0, then the value of this object is irrelevant.
ceDiagTestPerfTotalRuns
This object indicates the total number of times the corresponding physical entity has executed the test.
ceDiagTestPerfTotalFails
This object indicates the total number of times the corresponding physical entity has executed the test and the test resulted with a failure.
ceDiagTestPerfConsecutiveFails
This object indicates the consecutive number of times the corresponding physical entity has executed the test and it has failed. The value of this object will be reset to '0' when the physical entity executes the test and it succeeds.
ceDiagTestPerfLastTestMethod
This object indicates the testing method used for the last time this test was executed by the corresponding physical entity.
ceDiagHMSyslogEnabled
This object specifies whether the system will generate syslog messages due to the tests run by health monitor.
ceDiagHMTestTable
This table describes attributes specific to the health monitor for tests supported by a physical entity.
ceDiagHMTestEntry
The attributes of a single test specific to the health monitor.
ceDiagHMTestEnabled
This object specifies whether this test is enabled for health monitor.
ceDiagHMTestIntervalMin
This object indicates the minimum interval which the health monitor can periodically invoke this test.
ceDiagHMTestIntervalDefault
This object indicates the default interval which the health monitor will periodically invoke this test. A value of '0' indicates that the health monitor will not invoke the test.
ceDiagHMTestInterval
This object specifies the interval at which the health monitor periodically invokes this test. A value of '0' indicates that the health monitor will not invoke the test. A value of '0' cannot be set.
ceDiagHMTestThresholdDefault
This object indicates the default consecutive failure count threshold. When the specified failure count threshold is reached, the diagnostic test result is set to failure. A value of '0' indicates that the health monitor will not invoke this test.
ceDiagHMTestThreshold
This object specifies the consecutive failure count threshold for this test. When the specified failure count threshold is reached, the diagnostic test result is set to failure. A value of '0' indicates that there is no failure count threshold for this t ...
ceDiagHMTestThreshWindowSuite
This object specifies a sliding history window parameter which is used in combination with ceDiagHMTestThreshold. When the specified failure count threshold is reached in this sliding history window, the diagnostic test result is set to failure. 'default' ...
ceDiagHMTestThreshWindowSize
This object indicates the sliding history window size. When the value of ceDiagHMTestThreshWindowSuite is 'default', the user cannot set any value for this object. The value of zero (0) cannot be set.
ceDiagEventLogSize
This object specifies the maximum number of entries which the event log buffer can contain.
ceDiagEventCount
This object specifies the number of entries currently stored in the event log buffer.
ceDiagEventMaxQueries
Maximum number of query entries allowed in the ceDiagEventQueryTable.
ceDiagEventQueryTable
A control table used to query the event log buffer. Each row instance in the table represents a query with its parameters. The resulting data for each instance of a query in this table is stored in the ceDiagEventResultTable. A row in this table can be cr ...
ceDiagEventQueryEntry
A conceptual row of the ceDiagEventQueryTable used to setup a event log buffer query to search for diagnostic events. The actual search is started by when the value of ceDiagEventQueryStatus is set to 'active'.
ceDiagEventQueryIndex
An arbitrary integer in the range of 1 to ceDiagEventMaxQueries to identify this control query.
ceDiagEventQueryPhysicalIndex
This object specifies the physical entity for the event log buffer query. A value of zero indicates that the query will return events of all physical entities.
ceDiagEventQuerySeverity
This object specifies the severity of the event log buffer query. A value of 'all' indicates that the search will return events of all severities.
ceDiagEventQueryOwner
The manager entity that configured this entry and is therefore using the resources assigned to it. It is used to model an administratively assigned name of the owner of a resource. It is recommended that this object have one or more the following informa ...
ceDiagEventQueryResultingRows
The result status of the query. Possible values are: -1 - Either the query has not been initiated or the agent is busy processing this query instance. Time to completion of the query processing depends on the complexity of the query and the num ...
ceDiagEventQueryStatus
The status object used to manage rows in this table. When set to 'active', the query to search for diagnostic events is initiated. Once a row becomes active, values within the row cannot be modified, except by deleting and re-creating the row.
ceDiagEventResultTable
A table containing event log information corresponding to all the completed queries set up in ceDiagEventQueryTable. The query result will not become available until the current search is completed.
ceDiagEventResultEntry
A conceptual row in ceDiagEventResultTable, containing information about an event that matches the search criteria set in the corresponding row of ceDiagEventQueryTable.
ceDiagEventResultIndex
A positive integer which uniquely identifies a result entry matching a particular query.
ceDiagEventResultPhysicalIndex
This object specifies the physical entity corresponding to this event.
ceDiagEventResultPhysicalDescr
This object specifies a textual description of physical entity corresponding to this event.
ceDiagEventResultTime
This object specifies the time at which this event occurred.
ceDiagEventResultSeverity
This object indicates the severity of this event.
ceDiagEventResultLogText
The text message of this event.
ceDiagEventErrorMsg
The error message related to the notification.
ceDiagEnableBootUpFailedNotif
This variable specifies whether the system produces the ceDiagBootUpFailedNotif. A 'false' value will prevent ceDiagBootUpFailedNotif notifications from being generated by this system.
ceDiagEnableHMThreshReachedNotif
This variable specifies whether the system produces the ceDiagHMThresholdReachedNotif. A 'false' value will prevent ceDiagHMThresholdReachedNotif notifications from being generated by this system.
ceDiagEnableHMTestRecoverNotif
This variable specifies whether the system produces the ceDiagHMTestRecoverNotif. A 'false' value will prevent ceDiagHMTestRecoverNotif notifications from being generated by this system.
ceDiagEnableSchedTestFailedNotif
This variable specifies whether the system produces the ceDiagScheduledTestFailedNotif. A 'false' value will prevent ceDiagScheduledTestFailedNotif notifications from being generated by this system.
ceDiagDescrGroup
A collection of managed objects that describe tests and errors supported by each physical entity.
ceDiagGlobalConfigGroup
A collection of managed objects that describe global configuration of the online diagnostic feature.
ceDiagEntityGroup
A collection of managed objects that describe the state of a physical entity with respect ot the online diagnostic feature.
ceDiagEntityImageGroup
A collection of managed objects that describe the diagnostic image which the physical entity is running.
ceDiagOnDemandGroup
A collection of managed objects that describe the diagnostic on demand diagnostic jobs on the system.
ceDiagScheduledGroup
A collection of managed objects that describe the diagnostic on demand diagnostic jobs on the system.
ceDiagTestPerfGroup
A collection of managed objects that describe the performance of tests supported by each physical entity.
ceDiagHealthMonitorGroup
A collection of managed objects that describe tests and test configuration with relating to the health monitor.
ceDiagEventGroup
A collection of managed objects that describe online diagnostic event history.
ceDiagScheduledJobSuiteGroup
A collection of managed objects that describe the test suite information for a diagnostic scheduled job.
ceDiagNotifControlGroup
A collection of objects providing enabling/disabling of the boot up failed, health monitoring, and scheduled job notifications for online diagnostics.
ceDiagNotifErrorMsgGroup
A collection of objects providing error message used by various notifications.
ceDiagTestPerfLastTestMethodGroup
A collection of managed objects that describe the last testing method for a diagnostic test.
ceDiagHMTestThreshWindowGroup
A collection of managed objects that describe the sliding history window parameters for a Health Monitor diagnostic test.

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

MIBs list