CXDataScope-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CXDataScope-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dsControl 1.3.6.1.4.1.495.2.1.8.3.1
     dsDataBaseVersion 1.3.6.1.4.1.495.2.1.8.3.1.1 octet string read-only
Version of the Database of Data Scope. Default Value: none
     dsDataBaseSize 1.3.6.1.4.1.495.2.1.8.3.1.2 integer read-write
The size of Database in Kbytes.
     dsDataBaseReady 1.3.6.1.4.1.495.2.1.8.3.1.3 integer read-only
Status of Database. READY if Database has memory; NOT-READY if it failed to allocate memory. Enumeration: 'not-ready': 1, 'ready': 2.
     dsRTTYIpAddress 1.3.6.1.4.1.495.2.1.8.3.1.4 ipaddress read-write
The IP address of RTTY. For the time being, only ONE RTTY is supported.
     dsOutLostCounter1 1.3.6.1.4.1.495.2.1.8.3.1.5 counter read-only
The number of data records discarded when sent to Local Console.
     dsOutLostCounter2 1.3.6.1.4.1.495.2.1.8.3.1.6 counter read-only
The number of data records discarded when sent to RTTY.
     dsOutLostCounter3 1.3.6.1.4.1.495.2.1.8.3.1.7 counter read-only
The number of data records discarded when sent to PC.
 dsDataBase 1.3.6.1.4.1.495.2.1.8.3.2
     dsOperationMode 1.3.6.1.4.1.495.2.1.8.3.2.1 integer read-write
Operational Mode of Database. No more data records can be saved to Database if the operational mode is in read-mode. Enumeration: 'stop-mode': 1, 'write-mode': 2, 'read-mode': 3.
     dsTotalRecord 1.3.6.1.4.1.495.2.1.8.3.2.2 counter read-only
The total data records in the Database.
     dsOverwrittenRecord 1.3.6.1.4.1.495.2.1.8.3.2.3 counter read-only
The amount of data records overwritten since last deleting operation.
     dsReadNumberRecord 1.3.6.1.4.1.495.2.1.8.3.2.4 integer read-write
The number of data records that will be read per read operation.
     dsReadOutputDir 1.3.6.1.4.1.495.2.1.8.3.2.5 integer read-write
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. Enumeration: 'to-RTTY-console': 2, 'to-local-console': 1.
     dsDBControl 1.3.6.1.4.1.495.2.1.8.3.2.6 integer read-write
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.
     dsReadFormat 1.3.6.1.4.1.495.2.1.8.3.2.7 integer read-write
The output data format for reading data records in Database. Enumeration: 'binary-format': 2, 'ascii-format': 1.
 dsRegistryTable 1.3.6.1.4.1.495.2.1.8.3.3 no-access
Trace and Registry Control Table.
     dsRegistryEntry 1.3.6.1.4.1.495.2.1.8.3.3.1 no-access
Trace and Registry Control Table Entry.
         dsRegAppID 1.3.6.1.4.1.495.2.1.8.3.3.1.1 integer read-only
It is sap ID for driver tasks, or pre=defined application ID for other tasks.
         dsRegTrafficType 1.3.6.1.4.1.495.2.1.8.3.3.1.2 integer read-only
It is port type for driver tasks, or logical port type for other tasks.
         dsRegIFIndex 1.3.6.1.4.1.495.2.1.8.3.3.1.3 integer read-only
It is the globalIndex in the ifTbl.
         dsRegDirFilter 1.3.6.1.4.1.495.2.1.8.3.3.1.4 integer read-write
Filter on OsMessage Direction (Type). Enumeration: 'tx-only': 2, 'tx-and-rx': 1, 'rx-only': 3.
         dsRegState 1.3.6.1.4.1.495.2.1.8.3.3.1.5 integer read-write
Indicating if Data Scope accepts data from the task registered at this entry. Enumeration: 'disabled': 1, 'enabled': 2.
         dsRegDfMask 1.3.6.1.4.1.495.2.1.8.3.3.1.6 octet string read-write
Mask of the data filter. This mask will be ANDed with data chosen by dfOffset. The result is checked against dsRegDfValue.
         dsRegDfValue 1.3.6.1.4.1.495.2.1.8.3.3.1.7 octet string read-write
Value of the data filter.
         dsRegDfCriteria 1.3.6.1.4.1.495.2.1.8.3.3.1.8 integer read-write
The criteria of comparing dfValue with the value obtained by ANDing dfMask with data. Enumeration: 'equal': 1, 'not-equal': 2.
         dsRegDfOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.9 integer read-write
The offset of data to be checked.
         dsRegStartMask 1.3.6.1.4.1.495.2.1.8.3.3.1.20 octet string read-write
The mask of the data-match structure to trigger a start event.
         dsRegStartValue 1.3.6.1.4.1.495.2.1.8.3.3.1.21 octet string read-write
The value of the data-match structure to trigger a start event.
         dsRegStartCriteria 1.3.6.1.4.1.495.2.1.8.3.3.1.22 integer read-write
The criteria of the data-match structure to trigger a start event. Enumeration: 'equal': 1, 'not-equal': 2.
         dsRegStartOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.23 integer read-write
The data offset of the data-match structure to trigger a start event.
         dsRegStopMask 1.3.6.1.4.1.495.2.1.8.3.3.1.24 octet string read-write
The mask of the data-match structure to trigger a stop event.
         dsRegStopValue 1.3.6.1.4.1.495.2.1.8.3.3.1.25 octet string read-write
The value of the data-match structure to trigger a stop event.
         dsRegStopCriteria 1.3.6.1.4.1.495.2.1.8.3.3.1.26 integer read-write
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. Enumeration: 'equal': 1, 'not-equal': 2.
         dsRegStopOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.27 integer read-write
The data offset of the data-match structure to trigger a stop event.
         dsRegStatus 1.3.6.1.4.1.495.2.1.8.3.3.1.41 integer read-only
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. Enumeration: 'recording': 2, 'non-recording': 1.
         dsRegDataLength 1.3.6.1.4.1.495.2.1.8.3.3.1.42 integer read-write
The maximum length of data that will be captured. Max. value is 65535.
         dsRegDataOffset 1.3.6.1.4.1.495.2.1.8.3.3.1.43 integer read-write
The offset from where to start data capturing. Max. value is 65535.
         dsRegOutputDir 1.3.6.1.4.1.495.2.1.8.3.3.1.44 integer read-write
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;
         dsRegOutputFormat 1.3.6.1.4.1.495.2.1.8.3.3.1.45 integer read-write
indicats the format to be used to output the traced data. Enumeration: 'binary-format': 2, 'ascii-format': 1.