SCA-DIAG-MIB: View SNMP OID List / Download MIB

VENDOR: CRAY COMMUNICATIONS


 Home MIB: SCA-DIAG-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 diag 1.3.6.1.4.1.208.47
       diagList 1.3.6.1.4.1.208.47.1
           diagListNumberOfEntries 1.3.6.1.4.1.208.47.1.1 integer read-write
Number of entries in Diagnostics Table (Set value to 0 to delete all entries)
           diagListNumberOfErrorEntries 1.3.6.1.4.1.208.47.1.2 integer read-only
Number of errors in Diagnostics Table
           diagListLastUpdateTime 1.3.6.1.4.1.208.47.1.3 timeticks read-only
Time of last change in Diagnostics Table in timeticks since boot
           diagListTable 1.3.6.1.4.1.208.47.1.4 no-access
Diagnostics Table
               diagListEntry 1.3.6.1.4.1.208.47.1.4.1 no-access
                   diagListIndex 1.3.6.1.4.1.208.47.1.4.1.1 integer read-only
Position in table.
                   diagListLevel 1.3.6.1.4.1.208.47.1.4.1.2 integer read-only
Error level. Enumeration: 'warning': 32, 'fatalError': 96, 'error': 64.
                   diagListCode 1.3.6.1.4.1.208.47.1.4.1.3 integer read-only
Number that uniquely identifies a specific situation. Set code to zero to delete the entry.
                   diagListIfindex 1.3.6.1.4.1.208.47.1.4.1.4 integer read-only
Interface index.
                   diagListTimeStamp 1.3.6.1.4.1.208.47.1.4.1.5 timeticks read-only
Time of (re)insertion in timeticks since boot.
                   diagListDescription 1.3.6.1.4.1.208.47.1.4.1.6 octet string read-only
Description of the problem.
                   diagListAdvice 1.3.6.1.4.1.208.47.1.4.1.7 octet string read-only
Advice
       diagTest 1.3.6.1.4.1.208.47.2
           diagTestTable 1.3.6.1.4.1.208.47.2.1 no-access
               diagTestEntry 1.3.6.1.4.1.208.47.2.1.1 no-access
                   diagTestType 1.3.6.1.4.1.208.47.2.1.1.1 integer read-only
Test type
                   diagTestDescription 1.3.6.1.4.1.208.47.2.1.1.2 octet string read-only
Test description
                   diagTestStatus 1.3.6.1.4.1.208.47.2.1.1.3 integer read-write
Test status. Begin a test by setting the value to test(2) and then wait for it to go from testing(3) to ready(1). Enumeration: 'ready': 1, 'test': 2, 'testing': 3.