MIBs Depot

CISCO-BOOT-HWDIAGS-MIB

Registered at
1.3.6.1.4.1.9.9.696
Last updated
2009-05-12 00:00
Organization
Cisco Systems, Inc.
Revisions
2009-05-12 00:00
Namespace
cisco
Source file
CISCO-BOOT-HWDIAGS-MIB
Digest
sha256:695dbcf2fa49f76642fa74aa18804bf82a51a1c7e12f0e296a969763ca97f80f

Description

This MIB is used to configure those devices that support boot-time hardware diagnostics. It provides the reports about the respective diagnostic tests executed by the devices as well. Boot-time diagnostics are run after the ROMMON has transferred control to the start code of IOS and before any IOS subsystem has started. Such diagnostics may or may not include those that are destructive to the operation of IOS or communications links that are serviced by IOS and, as such, must be run before IOS has completed booting and before any subsystem has started. During boot-up from either power-on or a reload, and before IOS starts, a loop of all such diagnostics is executed according to the following flow: bank = current_bank for index = 1 to number of diagnostics { if diag[index] is configured AND armed for bank { call diagnostic_function[index]; store results in memory = structure.bank.index; } After all the IOS subsystems have started, one can use either the CLI or this MIB to query the status of the diagnostic tests for each bank. The diagnostic tests are tabulated on the CLI as follows. Information for Hardware Diagnostics Bank 0 (Current bank = 0) Last Boot Next Boot - Diagnostic Ran? Pass/Failed? Configured? Armed? EDAC test YES PASSED YES NO EEPROM test YES PASSED YES NO FPGA(s) test YES FAILED YES NO FPGA Diags: FPGA1:F, FPGA2-REG:P, FPGA2-SRAM:P, FPGA3:F In the table above, there are 3 diagnostic_function categories: EDAC, EEPROM, and FPGA(s). The FPGA category has 4 subtests one associated with FPGA1, two with FPGA2, and one with FPGA3. The MIB shall be used to configure the diagnostic tests to be run on each bank and read the results of the same. The selection of a particular bank to run the tests is hardware- dependent. GLOSSARY CLI - Command Line Interface diags - abbreviation for diagnostics EDAC - Error Detection and Correction EEPROM - Electrically Eraseable Programmable Read-Only Memory FPGA - Field Programmable Gate Array IOS - Internet Operating System MIB - Management Information Base NVRAM - Non-volatile Random Access Memory SRAM - Static Random Access Memory

Contact

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

Imports

FromSymbols
CISCO-SMIciscoMgmt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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-BOOT-HWDIAGS-MIB
CISCO-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoBootHwDiagsMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.696.0
ciscoBootHwDiagsMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.696.1
ciscoBootHwDiagsMIBCurrentBank
OBJECT-TYPE
This object identifies the current bank the device has booted with and executed the diagnostic tests.
1.3.6.1.4.1.9.9.696.1.1Unsigned32 (0..1000)read-onlycurrent
ciscoBootHwDiagsMIBTestTable
OBJECT-TYPE
This table gives the list of possible diagnostic test 'categories' that may be configured, armed, and run for each bank. The categories are the same for all banks. In the CLI example given above, the categories are: EDAC test, EEPROM test, and FGPA(s) test.
1.3.6.1.4.1.9.9.696.1.2not-accessiblecurrent
ciscoBootHwDiagsMIBTestEntry
OBJECT-TYPE
Each entry represents a row in ciscoBootHwDiagsMIBTestTable and corresponds to the information about the various categories of diagnostic tests.
1.3.6.1.4.1.9.9.696.1.2.1not-accessiblecurrent
ciscoBootHwDiagsMIBTestIndex
OBJECT-TYPE
This object uniquely identifies the information about a particular category of test.
1.3.6.1.4.1.9.9.696.1.2.1.1Unsigned32not-accessiblecurrent
ciscoBootHwDiagsMIBTestName
OBJECT-TYPE
This object represents the name of the diagnostic test.
1.3.6.1.4.1.9.9.696.1.2.1.2DisplayString (SIZE(3..255))read-onlycurrent
ciscoBootHwDiagsMIBTable
OBJECT-TYPE
The table lists the configuration and results of the tests run on the banks. The results correspond to the execution of the respective tests run at the most recent boot of the device.
1.3.6.1.4.1.9.9.696.1.3not-accessiblecurrent
ciscoBootHwDiagsMIBEntry
OBJECT-TYPE
Each entry represents a row in ciscoBootHwDiagsMIBTable and corresponds to the information about the diagnostic tests for a particular bank.
1.3.6.1.4.1.9.9.696.1.3.1not-accessiblecurrent
ciscoBootHwDiagsMIBBankIndex
OBJECT-TYPE
This object, together with ciscoBootHwDiagsMIBTestIndex, uniquely identifies the information about a particular diagnostic test.
1.3.6.1.4.1.9.9.696.1.3.1.1Unsigned32 (0..1000)not-accessiblecurrent
ciscoBootHwDiagsMIBLastBootExecuted
OBJECT-TYPE
This object represents the execution status of the test. A value of 'true' indicates that the test has been executed on the most recent boot of the device. A value of 'false' indicates that the test has not been executed.
1.3.6.1.4.1.9.9.696.1.3.1.2TruthValueread-onlycurrent
ciscoBootHwDiagsMIBLastBootPassed
OBJECT-TYPE
This object represents the result of the test on the most recent boot of the device. A value of 'true' indicates that the test passed. A value of 'false' indicates that the test failed.
1.3.6.1.4.1.9.9.696.1.3.1.3TruthValueread-onlycurrent
ciscoBootHwDiagsMIBNextBootConfigured
OBJECT-TYPE
This object indicates the action to be taken on this bank at the next boot. A value of 'true' indicates that the test identified by ciscoBootHwDiagsMIBTestName will be executed at the next boot, provided the device chooses this bank for diagnosis.
1.3.6.1.4.1.9.9.696.1.3.1.4TruthValueread-writecurrent
ciscoBootHwDiagsMIBNextBootArmed
OBJECT-TYPE
A value of 'true' indicates that, for a particular numbered bank, all the configured tests for that same numbered bank are run.
1.3.6.1.4.1.9.9.696.1.3.1.5TruthValueread-writecurrent
ciscoBootHwDiagsMIBConfigCode
OBJECT-TYPE
This object provides additional optional detailed configuration options (sub-tests configurations) for a diagnostics test category. The decoding of this unsigned 32-bit integer is platform-specific and allows for many platform-specific configurations. For the CLI example above, a ciscoBootHwDiagsMIBConfigCode for the FPGA(s) test category will cause all FPGA tests to be disabled, whereas, a ciscoBootHwDiagsMIBConfigCode of 1 will enable FPGA1 test. A ciscoBootHwDiagsMIBConfigCode of 3 will enable FPGA1 AND FPGA2-subtest1, and so forth (since there is only one test for FPGA1, but two tests for FPGA2). Hence the encoding is platform dependent and flexible.
1.3.6.1.4.1.9.9.696.1.3.1.6Unsigned32read-writecurrent
ciscoBootHwDiagsMIBResultCode
OBJECT-TYPE
This object represents a return code that may be mapped to detailed testresults in an analogous way to how the ciscoBootHwDiagsMIBConfigCode is mapped to configurations. That is, for the CLI example above, a ciscoBootHwDiagsMIBResultCode of F (hex) indicates that all FPGA tests passed. A ciscoBootHwDiagsMIBResultCode of 1 (hex), indicates that ONLY FPGA1 test passed. A ciscoBootHwDiagsMIBResultCode of 3 (hex) indicates that only FPGA1 AND FPGA2-subtest1 passed, and so forth (since there is only one test for FPGA1, but two tests for FPGA2). Hence the encoding is platform dependent and flexible.
1.3.6.1.4.1.9.9.696.1.3.1.7Unsigned32read-onlycurrent
ciscoBootHwDiagsMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.696.2
ciscoBootHwDiagsMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.696.2.1
ciscoBootHwDiagsMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.696.2.2

Conformance

NameOIDStatus
ciscoBootHwDiagsMIBCompliance
MODULE-COMPLIANCE
The compliance statement for the entities that implement the ciscoBootHwDiagsMIB module.
1.3.6.1.4.1.9.9.696.2.1.1current
ciscoBootHwDiagsMIBMainObjectGroup
OBJECT-GROUP
This group represents the information about the banks and the diagnostic tests run on them.
1.3.6.1.4.1.9.9.696.2.2.1current