SCA-DIAG-MIB

File: SCA-DIAG-MIB.mib (4942 bytes)

Imported modules

RFC1155-SMI SCANET-MIB RFC-1212

Imported symbols

TimeTicks scanet OBJECT-TYPE

Defined Types

DiagListEntry  
SEQUENCE    
  diagListIndex INTEGER
  diagListLevel INTEGER
  diagListCode INTEGER
  diagListIfindex INTEGER
  diagListTimeStamp TimeTicks
  diagListDescription OCTET STRING
  diagListAdvice OCTET STRING

DiagTestEntry  
SEQUENCE    
  diagTestType INTEGER
  diagTestDescription OCTET STRING
  diagTestStatus INTEGER

Defined Values

diag 1.3.6.1.4.1.208.47
OBJECT IDENTIFIER    

diagList 1.3.6.1.4.1.208.47.1
OBJECT IDENTIFIER    

diagTest 1.3.6.1.4.1.208.47.2
OBJECT IDENTIFIER    

diagListNumberOfEntries 1.3.6.1.4.1.208.47.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.208.47.1.2
Number of errors in Diagnostics Table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagListLastUpdateTime 1.3.6.1.4.1.208.47.1.3
Time of last change in Diagnostics Table in timeticks since boot
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

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

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

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

diagListLevel 1.3.6.1.4.1.208.47.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.208.47.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.208.47.1.4.1.4
Interface index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagListTimeStamp 1.3.6.1.4.1.208.47.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.208.47.1.4.1.6
Description of the problem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(160)  

diagListAdvice 1.3.6.1.4.1.208.47.1.4.1.7
Advice
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(160)  

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

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

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

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

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