INTEL-DIAG-MIB

File: INTEL-DIAG-MIB.mib (12156 bytes)

Imported modules

RFC1155-SMI INTEL-GEN-MIB RFC-1212
RFC1213-MIB

Imported symbols

Counter TimeTicks mib2ext
OBJECT-TYPE DisplayString

Defined Types

DiagListEntry  
SEQUENCE    
  diagListIndex INTEGER
  diagListLevel INTEGER
  diagListCode INTEGER
  diagListIfindex INTEGER
  diagListTimeStamp TimeTicks
  diagListDescription DisplayString Size(240)
  diagListAdvice DisplayString Size(240)
  diagListAutoFixAvailable INTEGER
  diagListAutoFixState OCTET STRING

DiagTestEntry  
SEQUENCE    
  diagTestType INTEGER
  diagTestDescription OCTET STRING
  diagTestStatus INTEGER

DiagAutodetectEntry  
SEQUENCE    
  diagAutodetectType INTEGER
  diagAutodetectIndex1 INTEGER
  diagAutodetectIndex2 INTEGER
  diagAutodetectIndex3 INTEGER
  diagAutodetectState INTEGER
  diagAutodetectDuration INTEGER
  diagAutodetectRes1 Counter
  diagAutodetectRes2a OCTET STRING
  diagAutodetectRes2b OCTET STRING
  diagAutodetectPreInput OCTET STRING

Defined Values

diag 1.3.6.1.4.1.343.6.4
OBJECT IDENTIFIER    

diagList 1.3.6.1.4.1.343.6.4.1
OBJECT IDENTIFIER    

diagTest 1.3.6.1.4.1.343.6.4.2
OBJECT IDENTIFIER    

diagAutodetect 1.3.6.1.4.1.343.6.4.3
OBJECT IDENTIFIER    

diagListNumberOfEntries 1.3.6.1.4.1.343.6.4.1.1
Number of entries in Diagnostics Table (Set value to 0 to delete all entries)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

diagListNumberOfErrorEntries 1.3.6.1.4.1.343.6.4.1.2
Number of errors in Diagnostics Table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagListLastUpdateTime 1.3.6.1.4.1.343.6.4.1.3
Time of last insertion in Diagnostics Table in timeticks since boot (reinserting an existing entry is not considered an update).
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

diagListTable 1.3.6.1.4.1.343.6.4.1.4
Diagnostics Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiagListEntry

diagListEntry 1.3.6.1.4.1.343.6.4.1.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DiagListEntry  

diagListIndex 1.3.6.1.4.1.343.6.4.1.4.1.1
Position in table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagListLevel 1.3.6.1.4.1.343.6.4.1.4.1.2
Error level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER warning(32), error(64), fatalError(96)  

diagListCode 1.3.6.1.4.1.343.6.4.1.4.1.3
Number that uniquely identifies a specific situation. Set code to zero to delete the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagListIfindex 1.3.6.1.4.1.343.6.4.1.4.1.4
Interface index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagListTimeStamp 1.3.6.1.4.1.343.6.4.1.4.1.5
Time of (re)insertion in timeticks since boot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

diagListDescription 1.3.6.1.4.1.343.6.4.1.4.1.6
Description of the problem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(240)  

diagListAdvice 1.3.6.1.4.1.343.6.4.1.4.1.7
Advice
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(240)  

diagListAutoFixAvailable 1.3.6.1.4.1.343.6.4.1.4.1.8
no: This entry cannot be automatically fixed. yes: This entry can be automatically fixed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

diagListAutoFixState 1.3.6.1.4.1.343.6.4.1.4.1.9
When reading 0: State = idle(1), autoFixInProgress(3) When writing 0: State = startAutoFix(2) 1: Action 2-5: diagListCode (bigendian) 6-9: diagListIfindex (bigendian) diagListCode and diagListIfindex are used to verify that the correct entry is being fixed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

diagTestTable 1.3.6.1.4.1.343.6.4.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiagTestEntry

diagTestEntry 1.3.6.1.4.1.343.6.4.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DiagTestEntry  

diagTestType 1.3.6.1.4.1.343.6.4.2.1.1.1
Test type
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagTestDescription 1.3.6.1.4.1.343.6.4.2.1.1.2
Test description
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(40)  

diagTestStatus 1.3.6.1.4.1.343.6.4.2.1.1.3
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), test(2), testing(3)  

diagAutodetectTable 1.3.6.1.4.1.343.6.4.3.1
Autodetection table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiagAutodetectEntry

diagAutodetectEntry 1.3.6.1.4.1.343.6.4.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DiagAutodetectEntry  

diagAutodetectType 1.3.6.1.4.1.343.6.4.3.1.1.1
A number that identifies the group of parameters being autodetected. Res2 is the concatenation of Res2a and Res2b. Possible value are 1: IPX net numbers and frame types on LAN. index = 1.plugno.0.0 result is in res2 with 5 bytes for each frame type in the form 0: protocol (1=TYPE, 2=802.2, 4=SNAP and 5=8023) 1-4: network number So the length of res2 is 5, 10, 15 or 20 depending on the number of frame types on the LAN. The best candidate is the first. 2: ISDN Switch connection. index = 2.plugno.0.0 result is in res1 res1 is 1: connection to switch res1 is 0: no connection to switch plugno=plug number 3: ISDN Local Number Test 4: ISDN Remote Number Test 5: ISDN Switch Type Test 6: ISDN SPID Detect 7: ISDN SPID Test 8: Frame Relay DLCMI and DLCI detection
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagAutodetectIndex1 1.3.6.1.4.1.343.6.4.3.1.1.2
First index for autodetect situation (typically interface index).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagAutodetectIndex2 1.3.6.1.4.1.343.6.4.3.1.1.3
Second index for autodetect situation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagAutodetectIndex3 1.3.6.1.4.1.343.6.4.3.1.1.4
Third index for autodetect situation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagAutodetectState 1.3.6.1.4.1.343.6.4.3.1.1.5
Autodetect state ready(1): Test has not been perfomed. startTest(2): Start test stopTest(3): Stop test (only supported for some types) testSucceeded(4): Test succeeded and the result can be found in Res1 and Res2. testFailed(5): Test failed testInProgress(6):Test is in progress. diagAutodetectDuration contains the approximate duration in seconds Typical state sequences after setting state to startTest(1) ->testInProgress(5)->testFailed(4) ->testInProgress(5)->testSucceeded(3)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), startTest(2), stopTest(3), testSucceeded(4), testFailed(5), testInProgress(6)  

diagAutodetectDuration 1.3.6.1.4.1.343.6.4.3.1.1.6
Average duration for autodetection (s). 0 means unknown.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagAutodetectRes1 1.3.6.1.4.1.343.6.4.3.1.1.7
Result of autodetection. Res1 contains valid information if the value of diagAutodetectState is testSucceeded(3).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

diagAutodetectRes2a 1.3.6.1.4.1.343.6.4.3.1.1.8
Result of autodetection. Res2 contains valid information if the value of diagAutodetectState is testSucceeded(3).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(255)  

diagAutodetectRes2b 1.3.6.1.4.1.343.6.4.3.1.1.9
If the result takes up more than 255 bytes of information the rest is put in this Res2b.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(255)  

diagAutodetectPreInput 1.3.6.1.4.1.343.6.4.3.1.1.10
Input for test which is set immediately before settting diagAutodetectState to startTest(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(255)