Console-Monitoring-MIB

File: Console-Monitoring-MIB.mib (5470 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises DisplayString OBJECT-TYPE

Defined Types

ConsMonCmdEntry  
SEQUENCE    
  consMonCmdIndex INTEGER
  consMonCmd DisplayString
  consMonCmdResult INTEGER
  consMonCmdMainRetco DisplayString

ConsMonOutEntry  
SEQUENCE    
  consMonOutCmdIndex INTEGER
  consMonOutLineNo INTEGER
  consMonOutContents DisplayString

Defined Values

sni 1.3.6.1.4.1.231
OBJECT IDENTIFIER    

sniProductMibs 1.3.6.1.4.1.231.2
OBJECT IDENTIFIER    

sniAppMon 1.3.6.1.4.1.231.2.23
OBJECT IDENTIFIER    

appConsMon 1.3.6.1.4.1.231.2.23.4
OBJECT IDENTIFIER    

consMonGlobalData 1.3.6.1.4.1.231.2.23.4.1
OBJECT IDENTIFIER    

consMonBS2Group 1.3.6.1.4.1.231.2.23.4.2
OBJECT IDENTIFIER    

consMonVersion 1.3.6.1.4.1.231.2.23.4.1.1
Version of consol monitor
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

consMonMsgFilter 1.3.6.1.4.1.231.2.23.4.1.2
Pathname of the message filter file
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

consMonNegMsgFilter 1.3.6.1.4.1.231.2.23.4.1.3
Pathname of the negative message filter file; messages in this file are not sent as traps
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

consMonCmdFreeIndex 1.3.6.1.4.1.231.2.23.4.2.1
The next free index in the BS2000 command table. Read this object before setting a new entry in consMonCmdTable!
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

consMonCmdTabNum 1.3.6.1.4.1.231.2.23.4.2.2
The number of entries in the table consMonCmdTable
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

consMonCmdTable 1.3.6.1.4.1.231.2.23.4.2.3
The BS2000 command table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConsMonCmdEntry

consMonCmdEntry 1.3.6.1.4.1.231.2.23.4.2.3.1
An entry in the command table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConsMonCmdEntry  

consMonCmdIndex 1.3.6.1.4.1.231.2.23.4.2.3.1.1
A unique value for each entry, its value ranges between 1 and the value of consMonCmdTabNum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

consMonCmd 1.3.6.1.4.1.231.2.23.4.2.3.1.2
A BS2000 console command
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

consMonCmdResult 1.3.6.1.4.1.231.2.23.4.2.3.1.3
Result of the BS2000 console command. 'none' means, that the command has not yet terminated
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), executing(2), ok(3), error(4), waiting(5)  

consMonCmdMainRetco 1.3.6.1.4.1.231.2.23.4.2.3.1.4
The main returncode of the console command
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

consMonOutTable 1.3.6.1.4.1.231.2.23.4.2.4
The output table containing the result of the commands
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConsMonOutEntry

consMonOutEntry 1.3.6.1.4.1.231.2.23.4.2.4.1
An entry in the output table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConsMonOutEntry  

consMonOutCmdIndex 1.3.6.1.4.1.231.2.23.4.2.4.1.1
The first index in the output table. It is equal to consMonCmdIndex of the corresponding command in the command table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

consMonOutLineNo 1.3.6.1.4.1.231.2.23.4.2.4.1.2
The second index in the output table. It counts the number of output lines belonging of one command
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

consMonOutContents 1.3.6.1.4.1.231.2.23.4.2.4.1.3
the contents of one line of the output of the command
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

consMonBS2Ans 1.3.6.1.4.1.231.2.23.4.2.5
Answer to an BS2000 console message
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString