CXDataScope-MIB

File: CXDataScope-MIB.mib (12483 bytes)

Imported modules

RFC1155-SMI RFC-1212 CXProduct-SMI

Imported symbols

Counter IpAddress OBJECT-TYPE
cxDataScope

Defined Types

DsRegistryEntry  
SEQUENCE    
  dsRegAppID INTEGER
  dsRegTrafficType INTEGER
  dsRegIFIndex INTEGER
  dsRegDirFilter INTEGER
  dsRegState INTEGER
  dsRegDfMask OCTET STRING
  dsRegDfValue OCTET STRING
  dsRegDfCriteria INTEGER
  dsRegDfOffset INTEGER
  dsRegStartMask OCTET STRING
  dsRegStartValue OCTET STRING
  dsRegStartCriteria INTEGER
  dsRegStartOffset INTEGER
  dsRegStopMask OCTET STRING
  dsRegStopValue OCTET STRING
  dsRegStopCriteria INTEGER
  dsRegStopOffset INTEGER
  dsRegStatus INTEGER
  dsRegDataLength INTEGER
  dsRegDataOffset INTEGER
  dsRegOutputDir INTEGER
  dsRegOutputFormat INTEGER

Defined Values

dsControl 1.3.6.1.4.1.495.2.1.8.3.1
OBJECT IDENTIFIER    

dsDataBaseVersion 1.3.6.1.4.1.495.2.1.8.3.1.1
Version of the Database of Data Scope. Default Value: none
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dsDataBaseSize 1.3.6.1.4.1.495.2.1.8.3.1.2
The size of Database in Kbytes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

dsDataBaseReady 1.3.6.1.4.1.495.2.1.8.3.1.3
Status of Database. READY if Database has memory; NOT-READY if it failed to allocate memory.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER not-ready(1), ready(2)  

dsRTTYIpAddress 1.3.6.1.4.1.495.2.1.8.3.1.4
The IP address of RTTY. For the time being, only ONE RTTY is supported.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

dsOutLostCounter1 1.3.6.1.4.1.495.2.1.8.3.1.5
The number of data records discarded when sent to Local Console.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsOutLostCounter2 1.3.6.1.4.1.495.2.1.8.3.1.6
The number of data records discarded when sent to RTTY.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsOutLostCounter3 1.3.6.1.4.1.495.2.1.8.3.1.7
The number of data records discarded when sent to PC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsDataBase 1.3.6.1.4.1.495.2.1.8.3.2
OBJECT IDENTIFIER    

dsOperationMode 1.3.6.1.4.1.495.2.1.8.3.2.1
Operational Mode of Database. No more data records can be saved to Database if the operational mode is in read-mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER stop-mode(1), write-mode(2), read-mode(3)  

dsTotalRecord 1.3.6.1.4.1.495.2.1.8.3.2.2
The total data records in the Database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsOverwrittenRecord 1.3.6.1.4.1.495.2.1.8.3.2.3
The amount of data records overwritten since last deleting operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsReadNumberRecord 1.3.6.1.4.1.495.2.1.8.3.2.4
The number of data records that will be read per read operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

dsReadOutputDir 1.3.6.1.4.1.495.2.1.8.3.2.5
Indicates where to send the data records when reading Database. When value is not equal to 1 or 2, output will be sent to local console.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER to-local-console(1), to-RTTY-console(2)  

dsDBControl 1.3.6.1.4.1.495.2.1.8.3.2.6
Control of how to read/delete data resocrds in the Database: 1 - idle, no action, 2 - read dsReadNumberRecord number of Previous records and keep those records, 3 - read dsReadNumberRecord number of Previous records and erase those records, 4 - read dsReadNumberRecord number of Next-records, and keep those records, 5 - read dsReadNumberRecord number of Next-records, and erase those records, 6 - Erase All Records.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER 1..6  

dsReadFormat 1.3.6.1.4.1.495.2.1.8.3.2.7
The output data format for reading data records in Database.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ascii-format(1), binary-format(2)  

dsRegistryTable 1.3.6.1.4.1.495.2.1.8.3.3
Trace and Registry Control Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsRegistryEntry

dsRegistryEntry 1.3.6.1.4.1.495.2.1.8.3.3.1
Trace and Registry Control Table Entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DsRegistryEntry  

dsRegAppID 1.3.6.1.4.1.495.2.1.8.3.3.1.1
It is sap ID for driver tasks, or pre=defined application ID for other tasks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dsRegTrafficType 1.3.6.1.4.1.495.2.1.8.3.3.1.2
It is port type for driver tasks, or logical port type for other tasks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dsRegIFIndex 1.3.6.1.4.1.495.2.1.8.3.3.1.3
It is the globalIndex in the ifTbl.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dsRegDirFilter 1.3.6.1.4.1.495.2.1.8.3.3.1.4
Filter on OsMessage Direction (Type).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tx-and-rx(1), tx-only(2), rx-only(3)  

dsRegState 1.3.6.1.4.1.495.2.1.8.3.3.1.5
Indicating if Data Scope accepts data from the task registered at this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

dsRegDfMask 1.3.6.1.4.1.495.2.1.8.3.3.1.6
Mask of the data filter. This mask will be ANDed with data chosen by dfOffset. The result is checked against dsRegDfValue.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..4)  

dsRegDfValue 1.3.6.1.4.1.495.2.1.8.3.3.1.7
Value of the data filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..4)  

dsRegDfCriteria 1.3.6.1.4.1.495.2.1.8.3.3.1.8
The criteria of comparing dfValue with the value obtained by ANDing dfMask with data.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER equal(1), not-equal(2)  

dsRegDfOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.9
The offset of data to be checked.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dsRegStartMask 1.3.6.1.4.1.495.2.1.8.3.3.1.20
The mask of the data-match structure to trigger a start event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..4)  

dsRegStartValue 1.3.6.1.4.1.495.2.1.8.3.3.1.21
The value of the data-match structure to trigger a start event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..4)  

dsRegStartCriteria 1.3.6.1.4.1.495.2.1.8.3.3.1.22
The criteria of the data-match structure to trigger a start event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER equal(1), not-equal(2)  

dsRegStartOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.23
The data offset of the data-match structure to trigger a start event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dsRegStopMask 1.3.6.1.4.1.495.2.1.8.3.3.1.24
The mask of the data-match structure to trigger a stop event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..4)  

dsRegStopValue 1.3.6.1.4.1.495.2.1.8.3.3.1.25
The value of the data-match structure to trigger a stop event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..4)  

dsRegStopCriteria 1.3.6.1.4.1.495.2.1.8.3.3.1.26
The criteria of the data-match structure to trigger a stop event. The values other than 1 and 2 mean the number of events that Data Scope will trace before a stop event is generated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER equal(1), not-equal(2)  

dsRegStopOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.27
The data offset of the data-match structure to trigger a stop event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dsRegStatus 1.3.6.1.4.1.495.2.1.8.3.3.1.41
the state of this trace-registry entry, could be RECORDING or NON-RECORDING. When state is NON-RECORDING, a start event will change state to RECORDING; and a stop event will changes state from RECORDING to NON-RECORDING.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER non-recording(1), recording(2)  

dsRegDataLength 1.3.6.1.4.1.495.2.1.8.3.3.1.42
The maximum length of data that will be captured. Max. value is 65535.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dsRegDataOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.43
The offset from where to start data capturing. Max. value is 65535.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dsRegOutputDir 1.3.6.1.4.1.495.2.1.8.3.3.1.44
a bitmap object indicating where to output the traced data. When Bit 0 set to 1: Output data to local console; When Bit 1 set to 1: Output data to RTTY; When Bit 2 set to 1: Output data to Database;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dsRegOutputFormat 1.3.6.1.4.1.495.2.1.8.3.3.1.45
indicats the format to be used to output the traced data.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ascii-format(1), binary-format(2)