MIBs Depot

CISCO-ENTITY-DIAG-MIB

Registered at
1.3.6.1.4.1.9.9.350
Last updated
2016-03-11 00:00
Organization
Cisco Systems, Inc.
Revisions
2016-03-11 00:00, 2010-05-26 00:00, 2009-06-30 00:00, 2008-03-12 00:00, 2007-01-09 00:00
Namespace
cisco
Source file
CISCO-ENTITY-DIAG-MIB
Digest
sha256:25d1bab3a3c053362c64980a7f5dae0e38228a0a56a70ea00c98d48a82d910aa

Description

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). GLOSSARY Boot-up Diagnostic - a diagnostic consisting of tests intended to be executed in a reasonable timeframe when a physical entity boots. Diagnostic - a suite of tests intended to exercise the functional integrity of a physical entity. Diagnostic Level - the degree of completeness that a diagnostic will exercise a physical entity. Field Diagnostic - a special suite of tests intended to exercise the functional integrity of a physical entity in a manner that is possible when a physical entity is operational or running an operational image. Field Diagnostic Image - an image supporting field diagnostics. A physical entity has to be loaded with a field diagnostic image before field diagnostics can be executed on the physical entity. Health Monitoring - the process of running special non-intrusive online tests periodically on a physical entity for the purpose of tracking the overall condition of a physical entity. On-Demand Diagnostic - a diagnostic intended to be executed immediately upon request. Offline Diagnostic - a diagnostic that consists of tests that are disruptive in nature, and thus requires the physical entity being evaluated to be taken offline for the duration. Online Diagnostic - a diagnostic that consists of tests that are not disruptive in nature, and thus can be done without taking the physical entity offline. Physical Entity - an identifiable physical resource, such as a chassis, line card, power supply, or communication port. See RFC-2737, 'Entity MIB (Version 2)', K. McCloghrie and A. Bierman. Scheduled Diagnostic - a diagnostic intended to execute at some time in the future. There exist two types of scheduled diagnostics: 1) one-shot, which execute only once; and 2) periodic, which executes at a specific interval. Test - an exercise intended to determine the functional integrity of a component comprising a physical entity (e.g., a port might support an internal loopback test). Diagnostic Job - Consists of a diagnostic suite (i.e., a collection of tests) to be executed by a physical entity.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-ENTITY-DIAG-TC-MIBCeDiagDiagnosticLevel, CeDiagDiagnosticMethod, CeDiagErrorIdentifier, CeDiagErrorIdentifierOrZero, CeDiagJobIdentifier, CeDiagJobSuite, CeDiagPortList, CeDiagTestIdentifier, CeDiagTestList
CISCO-SMIciscoMgmt
CISCO-TCEntPhysicalIndexOrZero
ENTITY-MIBPhysicalIndex, entPhysicalDescr, entPhysicalIndex
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-ENTITY-DIAG-MIB
CISCO-ENTITY-DIAG-TC-MIB
CISCO-SMI
CISCO-TC
ENTITY-MIB
IANA-ENTITY-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
UUID-TC-MIB

Objects

NameOIDSyntaxAccessStatus
ciscoEntityDiagMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.0
ciscoEntityDiagMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1
ceDiagDescriptions
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.1
ceDiagTestInfoTable
OBJECT-TYPE
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 physical entity upon detection of a physical entity supporting online diagnostics. The SNMP entity deletes a set of tests corresponding to a physical entity upon removal of the physical entity. The SNMP entity replaces a set of tests corresponding to a physical entity when the physical entity has been successfully loaded with a different image (e.g., the field diagnostic image).
1.3.6.1.4.1.9.9.350.1.1.1not-accessiblecurrent
ceDiagTestInfoEntry
OBJECT-TYPE
The description of a single test supported by a corresponding physical entity.
1.3.6.1.4.1.9.9.350.1.1.1.1not-accessiblecurrent
ceDiagTestId
OBJECT-TYPE
This object indicates an arbitrary positive integer arbitrarily identifying the test.
1.3.6.1.4.1.9.9.350.1.1.1.1.1CeDiagTestIdentifiernot-accessiblecurrent
ceDiagTestText
OBJECT-TYPE
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'
1.3.6.1.4.1.9.9.350.1.1.1.1.2SnmpAdminStringread-onlycurrent
ceDiagTestAttributes
OBJECT-TYPE
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 test suites. 'complete' - indicates that this test will be executed during boot-up if ceDiagBootupLevel is set to 'complete'. This test is also included in the complete test suites. 'perPort' - indicates that this test is a executed for each port contained by the module. This test is also included in the perPort test suites. 'fatal' - indicates that if this test fails, then the diagnostic should fail indicating that a major error occurred. 'basicOnDemand' - indicates that this test will be run during the basic on demand job is run. 'standby' - indicates that this test can only be run if the physical entity is a standby unit and can only be executed from the standby unit. 'parallel' - indicates that this test can be executed in parallel with other tests without checking for resource availability. 'nonDisruptive' - indicates this test can be executed without disrupting the physical entity's normal operation. This test is also included in the nonDisruptive test suites. 'hmAlwaysEnabled' - indicates that a management application can not disable the use of this test for the purpose of health monitoring. 'hmFixedInterval' - indicates that a management application can not change the interval at which health monitoring executes this test. 'nonHM' - indicates that this test can not be used for health monitoring. 'proxy' - indicates that the test must be executed through a proxy. 'activeToStandby' - indicates that this test can only be run if the physical entity is a standby unit and can only be executed from the active unit. 'offline' - indicates that this test will not get a user confirmation when it is run. 'perDevice' - indicates that this test is a per device test. 'disruptive' - indicates that this test can be executed with disrupting the physical entity's normal operation. This test is also included in the disruptive test suites.
1.3.6.1.4.1.9.9.350.1.1.1.1.3Bits {minimal(0), complete(1), perPort(2), fatal(3), basicOnDemand(4), standby(5), parallel(6), nonDisruptive(7), hmAlwaysEnable(8), hmFixedInterval(9), nonHM(10), proxy(11), activeToStandby(12), offline(13), perDevice(14), disruptive(15)}read-onlycurrent
ceDiagTestCustomAttributeTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.1.2not-accessiblecurrent
ceDiagTestCustomAttributeEntry
OBJECT-TYPE
The description of a single custom based attribute for a test supported by a corresponding physical entity.
1.3.6.1.4.1.9.9.350.1.1.2.1not-accessiblecurrent
ceDiagTestCustomAttributeIndex
OBJECT-TYPE
An arbitrary integer which identifies the custom based attribute of a test.
1.3.6.1.4.1.9.9.350.1.1.2.1.1Unsigned32not-accessiblecurrent
ceDiagTestCustomAttributeDesc
OBJECT-TYPE
This object provides a textual description of the custom based attribute of this test.
1.3.6.1.4.1.9.9.350.1.1.2.1.2SnmpAdminStringread-onlycurrent
ceDiagErrorInfoTable
OBJECT-TYPE
This table describes the errors indicated by a system supporting online diagnostics.
1.3.6.1.4.1.9.9.350.1.1.3not-accessiblecurrent
ceDiagErrorInfoEntry
OBJECT-TYPE
The description of a single online error.
1.3.6.1.4.1.9.9.350.1.1.3.1not-accessiblecurrent
ceDiagErrorId
OBJECT-TYPE
This object indicates an arbitrary positive integer arbitrarily identifying the error.
1.3.6.1.4.1.9.9.350.1.1.3.1.1CeDiagErrorIdentifiernot-accessiblecurrent
ceDiagErrorText
OBJECT-TYPE
This object indicates a human-readable description of the error. Examples include: 'DIAG_SUCCESS' 'DIAG_FAILURE' 'DIAG_NOT_SUPPORT' 'DIAG_SKIPPED'
1.3.6.1.4.1.9.9.350.1.1.3.1.2SnmpAdminStringread-onlycurrent
ceDiagGlobalConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.2
ceDiagBootupLevel
OBJECT-TYPE
This object specifies the level that physical entities will execute their boot-up diagnostic.
1.3.6.1.4.1.9.9.350.1.2.1CeDiagDiagnosticLevelread-writecurrent
ceDiagEntity
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.3
ceDiagEntityTable
OBJECT-TYPE
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 diagnostics. The SNMP entity deletes a conceptual row from this table corresponding to a physical entity upon removal of the physical entity.
1.3.6.1.4.1.9.9.350.1.3.1not-accessiblecurrent
ceDiagEntityEntry
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.350.1.3.1.1not-accessiblecurrent
ceDiagEntityBootLevel
OBJECT-TYPE
This object indicates the level that the physical entity executed its boot-up diagnostic.
1.3.6.1.4.1.9.9.350.1.3.1.1.1CeDiagDiagnosticLevelread-onlycurrent
ceDiagEntityImageAdminStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.3.1.1.2INTEGER {operational(1), fieldDiagnostic(2)}read-writecurrent
ceDiagEntityImageOperStatus
OBJECT-TYPE
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 physical entity is booting; that is, there is no way of determining what image the physical entity is running because it is currently booting.
1.3.6.1.4.1.9.9.350.1.3.1.1.3INTEGER {operational(1), fieldDiagnostic(2), booting(3)}read-onlycurrent
ceDiagEntityFieldDiagnosticUrl
OBJECT-TYPE
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 'disk0:' accessed locally. ftp://pop-server/usr/bin/fd001 Describes a file with the path '/usr/bin/fd001' on the host 'pop-server' accessed via FTP. tftp://pop-server/tftpout/fd001 Describes a file with the path '/tftpout/fd001' on the host 'pop-server' accessed via TFTP.
1.3.6.1.4.1.9.9.350.1.3.1.1.4SnmpAdminStringread-writecurrent
ceDiagEntityCurrentTestTable
OBJECT-TYPE
This table contains the information about the current test executing on a physical entity.
1.3.6.1.4.1.9.9.350.1.3.2not-accessiblecurrent
ceDiagEntityCurrentTestEntry
OBJECT-TYPE
A test which is currently executing on a particular physical entity.
1.3.6.1.4.1.9.9.350.1.3.2.1not-accessiblecurrent
ceDiagEntityCurrentTestMethod
OBJECT-TYPE
This object indicates the method used to invoke the diagnostic that is executing this test.
1.3.6.1.4.1.9.9.350.1.3.2.1.1CeDiagDiagnosticMethodread-onlycurrent
ceDiagOnDemand
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.4
ceDiagOnDemandErrorAllowed
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.4.1Unsigned32read-writecurrent
ceDiagOnDemandErrorAction
OBJECT-TYPE
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' - indicates that the physical entities will abort the on demand job.
1.3.6.1.4.1.9.9.350.1.4.2INTEGER {continue(1), stop(2)}read-writecurrent
ceDiagOnDemandIterations
OBJECT-TYPE
This object specifies the maximum number of iterations of an on demand job.
1.3.6.1.4.1.9.9.350.1.4.3Unsigned32read-writecurrent
ceDiagOnDemandJobTable
OBJECT-TYPE
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 ceDiagOnDemandJobRowStatus to 'destroy'. Once the job is completed the corresponding row is deleted from the table. The individual results of the tests executed by this job are updated in ceDiagTestPerfTable.
1.3.6.1.4.1.9.9.350.1.4.4not-accessiblecurrent
ceDiagOnDemandJobEntry
OBJECT-TYPE
A on demand job currently executing on a particular physical entity which supports on demand diagnostics.
1.3.6.1.4.1.9.9.350.1.4.4.1not-accessiblecurrent
ceDiagOnDemandJobSuite
OBJECT-TYPE
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', 'minimal', 'nonDisruptive' or 'perPort' the value of ceDiagOnDemandJobTestList is ignored.
1.3.6.1.4.1.9.9.350.1.4.4.1.1CeDiagJobSuiteread-createcurrent
ceDiagOnDemandJobTestList
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.4.4.1.2CeDiagTestListread-createcurrent
ceDiagOnDemandJobPortList
OBJECT-TYPE
This object specifies the list of ports to be exercised by the corresponding physical entity when executing the diagnostic suite specified for the job.
1.3.6.1.4.1.9.9.350.1.4.4.1.3CeDiagPortListread-createcurrent
ceDiagOnDemandJobRowStatus
OBJECT-TYPE
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, except by deleting and re-creating the row.
1.3.6.1.4.1.9.9.350.1.4.4.1.4RowStatusread-createcurrent
ceDiagScheduled
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.5
ceDiagScheduledJobTable
OBJECT-TYPE
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 ceDiagScheduledJobRowStatus to 'destroy'. Once the job is completed the corresponding row is deleted from the table. The individual results of the tests executed by this job are updated in ceDiagTestPerfTable.
1.3.6.1.4.1.9.9.350.1.5.1not-accessiblecurrent
ceDiagScheduledJobEntry
OBJECT-TYPE
A job currently scheduled on a particular physical entity.
1.3.6.1.4.1.9.9.350.1.5.1.1not-accessiblecurrent
ceDiagScheduledJobIndex
OBJECT-TYPE
An arbitrary non-zero integer value that uniquely identifies a single scheduled job with respect to a physical entity.
1.3.6.1.4.1.9.9.350.1.5.1.1.1CeDiagJobIdentifiernot-accessiblecurrent
ceDiagScheduledJobType
OBJECT-TYPE
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 time specified by ceDiagScheduledJobStart and continue invoking it daily at the same time. 'scheduledPeriodicWeekly' - the corresponding physical entity will first invoke this job at the time and day of the week specified by ceDiagScheduledJobStart and ceDiagScheduledJobDayOfWeek, and continue to invoke it weekly at the same time and day.
1.3.6.1.4.1.9.9.350.1.5.1.1.2INTEGER {scheduledOneShot(1), scheduledPeriodicDaily(2), scheduledPeriodicWeekly(3)}read-createcurrent
ceDiagScheduledJobStart
OBJECT-TYPE
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' or 'scheduledPeriodicWeekly', then the first four octets of this objects should be zero. If the physical entity's job queue already contains a job scheduled for execution at this time, then the process of submitting the job will fail.
1.3.6.1.4.1.9.9.350.1.5.1.1.3DateAndTimeread-createcurrent
ceDiagScheduledJobDayOfWeek
OBJECT-TYPE
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 value of ceDiagScheduledJobType is 'scheduledOneShot' or 'scheduledPeriodicDaily'.
1.3.6.1.4.1.9.9.350.1.5.1.1.4INTEGER {sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7), notApplicable(8)}read-createcurrent
ceDiagScheduledJobTestList
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.5.1.1.5CeDiagTestListread-createcurrent
ceDiagScheduledJobPortList
OBJECT-TYPE
This object specifies the list of ports to be tested by the corresponding physical entity when executing the diagnostic suite specified for the job.
1.3.6.1.4.1.9.9.350.1.5.1.1.6CeDiagPortListread-createcurrent
ceDiagScheduledJobRowStatus
OBJECT-TYPE
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 by deleting and re-creating the row.
1.3.6.1.4.1.9.9.350.1.5.1.1.7RowStatusread-createcurrent
ceDiagScheduledJobSuite
OBJECT-TYPE
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', 'minimal', 'nonDisruptive' or 'perPort' the value of ceDiagScheduledJobTestList is ignored.
1.3.6.1.4.1.9.9.350.1.5.1.1.8CeDiagJobSuiteread-createcurrent
ceDiagTest
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.6
ceDiagTestPerfTable
OBJECT-TYPE
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 a set of tests corresponding to a physical entity upon detection of a physical entity supporting online diagnostics. The SNMP entity deletes a set of tests corresponding to a physical entity upon removal of the physical entity. The SNMP entity replaces a set of tests corresponding to a physical entity when the physical entity has been successfully loaded with a different image (e.g., the field diagnostic image).
1.3.6.1.4.1.9.9.350.1.6.1not-accessiblecurrent
ceDiagTestPerfEntry
OBJECT-TYPE
Data concerning the performance of a single test.
1.3.6.1.4.1.9.9.350.1.6.1.1not-accessiblecurrent
ceDiagTestPerfLastResult
OBJECT-TYPE
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' - the test executed without detecting a failure. 'skipped' - the test was skipped due to insufficient resources.
1.3.6.1.4.1.9.9.350.1.6.1.1.1INTEGER {unknown(1), fail(2), pass(3), skipped(4)}read-onlycurrent
ceDiagTestPerfLastErrorID
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.6.1.1.2CeDiagErrorIdentifierOrZeroread-onlycurrent
ceDiagTestPerfLastRun
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.6.1.1.3DateAndTimeread-onlycurrent
ceDiagTestPerfFirstFail
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.6.1.1.4DateAndTimeread-onlycurrent
ceDiagTestPerfLastSuccess
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.6.1.1.5DateAndTimeread-onlycurrent
ceDiagTestPeffLastFail
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.6.1.1.6DateAndTimeread-onlycurrent
ceDiagTestPerfTotalRuns
OBJECT-TYPE
This object indicates the total number of times the corresponding physical entity has executed the test.
1.3.6.1.4.1.9.9.350.1.6.1.1.7Counter32read-onlycurrent
ceDiagTestPerfTotalFails
OBJECT-TYPE
This object indicates the total number of times the corresponding physical entity has executed the test and the test resulted with a failure.
1.3.6.1.4.1.9.9.350.1.6.1.1.8Counter32read-onlycurrent
ceDiagTestPerfConsecutiveFails
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.6.1.1.9Gauge32read-onlycurrent
ceDiagTestPerfLastTestMethod
OBJECT-TYPE
This object indicates the testing method used for the last time this test was executed by the corresponding physical entity.
1.3.6.1.4.1.9.9.350.1.6.1.1.10CeDiagDiagnosticMethodread-onlycurrent
ceDiagHealthMonitor
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.7
ceDiagHMSyslogEnabled
OBJECT-TYPE
This object specifies whether the system will generate syslog messages due to the tests run by health monitor.
1.3.6.1.4.1.9.9.350.1.7.1TruthValueread-writecurrent
ceDiagHMTestTable
OBJECT-TYPE
This table describes attributes specific to the health monitor for tests supported by a physical entity.
1.3.6.1.4.1.9.9.350.1.7.2not-accessiblecurrent
ceDiagHMTestEntry
OBJECT-TYPE
The attributes of a single test specific to the health monitor.
1.3.6.1.4.1.9.9.350.1.7.2.1not-accessiblecurrent
ceDiagHMTestEnabled
OBJECT-TYPE
This object specifies whether this test is enabled for health monitor.
1.3.6.1.4.1.9.9.350.1.7.2.1.1TruthValueread-writecurrent
ceDiagHMTestIntervalMin
OBJECT-TYPE
This object indicates the minimum interval which the health monitor can periodically invoke this test.
1.3.6.1.4.1.9.9.350.1.7.2.1.2Unsigned32 (0..2147483647)read-onlycurrent
ceDiagHMTestIntervalDefault
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.7.2.1.3Unsigned32 (0..2147483647)read-onlycurrent
ceDiagHMTestInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.7.2.1.4Unsigned32 (0..2147483647)read-writecurrent
ceDiagHMTestThresholdDefault
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.7.2.1.5Unsigned32 (0..2147483647)read-onlycurrent
ceDiagHMTestThreshold
OBJECT-TYPE
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 test. This object is used in combination with ceDiagHMTestThreshWindowSuite and ceDiagHMTestThreshWindowSize to specify a sliding history window for which the threshold is monitored. When the value of ceDiagHMTestThreshWindowSuite is 'default', the sliding history window is in number of test runs, with a window size the same as the value of this object. If ceDiagHMTestThreshWindowSuite and ceDiagHMTestThreshWindowSize are not supported, the failure count threshold will be the consecutive failure count threshold.
1.3.6.1.4.1.9.9.350.1.7.2.1.6Unsigned32 (0..2147483647)read-writecurrent
ceDiagHMTestThreshWindowSuite
OBJECT-TYPE
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' - The sliding history window is in number of test runs or executions, with a window size the same as ceDiagHMTestThreshold. 'milliseconds' - The sliding history window is in milli-seconds specified by ceDiagHMTestThreshWindowSize. 'seconds' - The sliding history window is in seconds specified by ceDiagHMTestThreshWindowSize. 'minutes' - The sliding history window is in minutes specified by ceDiagHMTestThreshWindowSize. 'hours' - The sliding history window is in hours specified by ceDiagHMTestThreshWindowSize. 'days' - The sliding history window is in days specified by ceDiagHMTestThreshWindowSize. 'runs' - The sliding history window is in number of test runs or executions specified by ceDiagHMTestThreshWindowSize. When the value of this object is 'default' the user cannot set any value for ceDiagHMTestThreshWindowSize. When the value of this object is not 'default', then the value of ceDiagHMTestThreshWindowSize cannot be zero (0).
1.3.6.1.4.1.9.9.350.1.7.2.1.7INTEGER {default(1), milliseconds(2), seconds(3), minutes(4), hours(5), days(6), runs(7)}read-writecurrent
ceDiagHMTestThreshWindowSize
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.7.2.1.8Unsigned32 (0..2147483647)read-writecurrent
ceDiagEvents
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.8
ceDiagEventLogSize
OBJECT-TYPE
This object specifies the maximum number of entries which the event log buffer can contain.
1.3.6.1.4.1.9.9.350.1.8.1Unsigned32read-writecurrent
ceDiagEventCount
OBJECT-TYPE
This object specifies the number of entries currently stored in the event log buffer.
1.3.6.1.4.1.9.9.350.1.8.2Unsigned32read-onlycurrent
ceDiagEventMaxQueries
OBJECT-TYPE
Maximum number of query entries allowed in the ceDiagEventQueryTable.
1.3.6.1.4.1.9.9.350.1.8.3Unsigned32read-onlycurrent
ceDiagEventQueryTable
OBJECT-TYPE
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 created by setting the corresponding instance of ceDiagEventQueryStatus to 'createAndGo'. A row can be deleted by setting the corresponding instance of ceDiagEventQueryStatus to 'destroy'.
1.3.6.1.4.1.9.9.350.1.8.4not-accessiblecurrent
ceDiagEventQueryEntry
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.350.1.8.4.1not-accessiblecurrent
ceDiagEventQueryIndex
OBJECT-TYPE
An arbitrary integer in the range of 1 to ceDiagEventMaxQueries to identify this control query.
1.3.6.1.4.1.9.9.350.1.8.4.1.1Unsigned32not-accessiblecurrent
ceDiagEventQueryPhysicalIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.8.4.1.2EntPhysicalIndexOrZeroread-createcurrent
ceDiagEventQuerySeverity
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.8.4.1.3INTEGER {all(0), info(1), warning(2), error(3)}read-createcurrent
ceDiagEventQueryOwner
OBJECT-TYPE
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 information: IP address, management station name, network manager's name, location, or phone number.
1.3.6.1.4.1.9.9.350.1.8.4.1.4SnmpAdminStringread-createcurrent
ceDiagEventQueryResultingRows
OBJECT-TYPE
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 number of matches that satisfy this query. 0..2147483647 - The search has ended and this is the number of rows in the ceDiagEventResultTable, resulting from this query.
1.3.6.1.4.1.9.9.350.1.8.4.1.5Integer32 (-1..2147483647)read-onlycurrent
ceDiagEventQueryStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.8.4.1.6RowStatusread-createcurrent
ceDiagEventResultTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.350.1.8.5not-accessiblecurrent
ceDiagEventResultEntry
OBJECT-TYPE
A conceptual row in ceDiagEventResultTable, containing information about an event that matches the search criteria set in the corresponding row of ceDiagEventQueryTable.
1.3.6.1.4.1.9.9.350.1.8.5.1not-accessiblecurrent
ceDiagEventResultIndex
OBJECT-TYPE
A positive integer which uniquely identifies a result entry matching a particular query.
1.3.6.1.4.1.9.9.350.1.8.5.1.1Unsigned32not-accessiblecurrent
ceDiagEventResultPhysicalIndex
OBJECT-TYPE
This object specifies the physical entity corresponding to this event.
1.3.6.1.4.1.9.9.350.1.8.5.1.2PhysicalIndexread-onlycurrent
ceDiagEventResultPhysicalDescr
OBJECT-TYPE
This object specifies a textual description of physical entity corresponding to this event.
1.3.6.1.4.1.9.9.350.1.8.5.1.3SnmpAdminStringread-onlycurrent
ceDiagEventResultTime
OBJECT-TYPE
This object specifies the time at which this event occurred.
1.3.6.1.4.1.9.9.350.1.8.5.1.4DateAndTimeread-onlycurrent
ceDiagEventResultSeverity
OBJECT-TYPE
This object indicates the severity of this event.
1.3.6.1.4.1.9.9.350.1.8.5.1.5INTEGER {info(1), warning(2), error(3)}read-onlycurrent
ceDiagEventResultLogText
OBJECT-TYPE
The text message of this event.
1.3.6.1.4.1.9.9.350.1.8.5.1.6SnmpAdminStringread-onlycurrent
ceDiagEventErrorMsg
OBJECT-TYPE
The error message related to the notification.
1.3.6.1.4.1.9.9.350.1.8.6SnmpAdminStringaccessible-for-notifycurrent
ceDiagNotificationControl
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.1.9
ceDiagEnableBootUpFailedNotif
OBJECT-TYPE
This variable specifies whether the system produces the ceDiagBootUpFailedNotif. A 'false' value will prevent ceDiagBootUpFailedNotif notifications from being generated by this system.
1.3.6.1.4.1.9.9.350.1.9.1TruthValueread-writecurrent
ceDiagEnableHMThreshReachedNotif
OBJECT-TYPE
This variable specifies whether the system produces the ceDiagHMThresholdReachedNotif. A 'false' value will prevent ceDiagHMThresholdReachedNotif notifications from being generated by this system.
1.3.6.1.4.1.9.9.350.1.9.2TruthValueread-writecurrent
ceDiagEnableHMTestRecoverNotif
OBJECT-TYPE
This variable specifies whether the system produces the ceDiagHMTestRecoverNotif. A 'false' value will prevent ceDiagHMTestRecoverNotif notifications from being generated by this system.
1.3.6.1.4.1.9.9.350.1.9.3TruthValueread-writecurrent
ceDiagEnableSchedTestFailedNotif
OBJECT-TYPE
This variable specifies whether the system produces the ceDiagScheduledTestFailedNotif. A 'false' value will prevent ceDiagScheduledTestFailedNotif notifications from being generated by this system.
1.3.6.1.4.1.9.9.350.1.9.4TruthValueread-writecurrent
ciscoEntityDiagMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.2
ciscoEntityDiagMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.2.1
ciscoEntityDiagMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.350.2.2

Notifications

NameOIDStatus
ceDiagBootUpFailedNotif
NOTIFICATION-TYPE
A ceDiagBootUpFailedNotif is sent if the online diagnostic discovers a boot up failure for a physical entity.
1.3.6.1.4.1.9.9.350.0.1current
ceDiagHMThresholdReachedNotif
NOTIFICATION-TYPE
A ceDiagHMThresholdReachedNotif is sent if the number of consecutive failure of a Health Monitoring test reaches the configured threshold.
1.3.6.1.4.1.9.9.350.0.2current
ceDiagHMTestRecoverNotif
NOTIFICATION-TYPE
A ceDiagHMTestRecoverNotif is sent when no error is detected for the first time on the same Health Monitoring test which previously triggered ceDiagHMThresholdReachedNotif.
1.3.6.1.4.1.9.9.350.0.3current
ceDiagScheduledTestFailedNotif
NOTIFICATION-TYPE
A ceDiagScheduledTestFailedNotif is sent if a scheduled test failed.
1.3.6.1.4.1.9.9.350.0.4current

Conformance

NameOIDStatus
ciscoEntityDiagMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for SNMP entities that implement the CISCO-ENTITY-DIAG-MIB. Implementation of this MIB module is strongly recommended for any platform implementing the online diagnostic feature.
1.3.6.1.4.1.9.9.350.2.1.1deprecated
ciscoEntityDiagMIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for SNMP entities that implement the CISCO-ENTITY-DIAG-MIB. Implementation of this MIB module is strongly recommended for any platform implementing the online diagnostic feature. This statement is deprecated and superceded by ciscoEntityDiagMIBComplianceRev3.
1.3.6.1.4.1.9.9.350.2.1.2deprecated
ciscoEntityDiagMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for SNMP entities that implement the CISCO-ENTITY-DIAG-MIB. Implementation of this MIB module is strongly recommended for any platform implementing the online diagnostic feature. This statement is deprecated and superceded by ciscoEntityDiagMIBComplianceRev4.
1.3.6.1.4.1.9.9.350.2.1.3deprecated
ciscoEntityDiagMIBComplianceRev4
MODULE-COMPLIANCE
The compliance statement for SNMP entities that implement the CISCO-ENTITY-DIAG-MIB. Implementation of this MIB module is strongly recommended for any platform implementing the online diagnostic feature.
1.3.6.1.4.1.9.9.350.2.1.4current
ceDiagDescrGroup
OBJECT-GROUP
A collection of managed objects that describe tests and errors supported by each physical entity.
1.3.6.1.4.1.9.9.350.2.2.1current
ceDiagGlobalConfigGroup
OBJECT-GROUP
A collection of managed objects that describe global configuration of the online diagnostic feature.
1.3.6.1.4.1.9.9.350.2.2.2current
ceDiagEntityGroup
OBJECT-GROUP
A collection of managed objects that describe the state of a physical entity with respect ot the online diagnostic feature.
1.3.6.1.4.1.9.9.350.2.2.3current
ceDiagEntityImageGroup
OBJECT-GROUP
A collection of managed objects that describe the diagnostic image which the physical entity is running.
1.3.6.1.4.1.9.9.350.2.2.4current
ceDiagOnDemandGroup
OBJECT-GROUP
A collection of managed objects that describe the diagnostic on demand diagnostic jobs on the system.
1.3.6.1.4.1.9.9.350.2.2.5current
ceDiagScheduledGroup
OBJECT-GROUP
A collection of managed objects that describe the diagnostic on demand diagnostic jobs on the system.
1.3.6.1.4.1.9.9.350.2.2.6current
ceDiagTestPerfGroup
OBJECT-GROUP
A collection of managed objects that describe the performance of tests supported by each physical entity.
1.3.6.1.4.1.9.9.350.2.2.7current
ceDiagHealthMonitorGroup
OBJECT-GROUP
A collection of managed objects that describe tests and test configuration with relating to the health monitor.
1.3.6.1.4.1.9.9.350.2.2.8current
ceDiagEventGroup
OBJECT-GROUP
A collection of managed objects that describe online diagnostic event history.
1.3.6.1.4.1.9.9.350.2.2.9current
ceDiagScheduledJobSuiteGroup
OBJECT-GROUP
A collection of managed objects that describe the test suite information for a diagnostic scheduled job.
1.3.6.1.4.1.9.9.350.2.2.10current
ceDiagNotifControlGroup
OBJECT-GROUP
A collection of objects providing enabling/disabling of the boot up failed, health monitoring, and scheduled job notifications for online diagnostics.
1.3.6.1.4.1.9.9.350.2.2.11current
ceDiagNotifErrorMsgGroup
OBJECT-GROUP
A collection of objects providing error message used by various notifications.
1.3.6.1.4.1.9.9.350.2.2.12current
ceDiagNotificationGroup
NOTIFICATION-GROUP
A collection of notifications providing for boot up failed, health monitoring, and scheduled job within online diagnostics.
1.3.6.1.4.1.9.9.350.2.2.13current
ceDiagTestPerfLastTestMethodGroup
OBJECT-GROUP
A collection of managed objects that describe the last testing method for a diagnostic test.
1.3.6.1.4.1.9.9.350.2.2.14current
ceDiagHMTestThreshWindowGroup
OBJECT-GROUP
A collection of managed objects that describe the sliding history window parameters for a Health Monitor diagnostic test.
1.3.6.1.4.1.9.9.350.2.2.15current