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).
|
|||
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 |
|
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 | ||
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. |