CXOperatingSystem-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CXOperatingSystem-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
 cxOsParameter 1.3.6.1.4.1.495.2.1.5.5.1
     cxOsNbBufs 1.3.6.1.4.1.495.2.1.5.5.1.1 integer read-write
Determines the total number of data buffers to be created within the system. System heap memory is reduced as the number of buffers is increased. Range of Values: Depends on amount of installed system DRAM, as well as on requirements made by software during initialization. Cannot be set to a value larger than the one chosen for object cxOsNbSystemMsg. Default Value: 1200
     cxOsBufSize 1.3.6.1.4.1.495.2.1.5.5.1.2 integer read-write
Determines the size in bytes of each data buffer. Range of Values: 1 to 65535 Note: The maximum usable size depends on amount of installed system DRAM, as well as on requirements made by software during initialization. Default Value: 292.
     cxOsNbBufsAvail 1.3.6.1.4.1.495.2.1.5.5.1.3 integer read-only
Displays the number of data buffers that has actually been created. If you want to change the number of buffers you must change cxOsNbBufs. Range of Values: Depends on amount of installed system DRAM, as well as on requirements made by software during initialization.
     cxOsNbBufsFree 1.3.6.1.4.1.495.2.1.5.5.1.4 integer read-only
Displays the number of data buffers that are currently free within the system. Range of Values: Depends on amount of installed system DRAM, as well as on requirements made by software during initialization.
     cxOsNbSystemMsg 1.3.6.1.4.1.495.2.1.5.5.1.16 integer read-write
Determines the number of message buffers defined in the system. One or more data buffers may be attached to a message buffer. Cannot be set to a value smaller than the value of object cxOsNbBufs. Range of Values: from the total number of buffers in the system to 65535 Default Value: 1320
     cxOsNbSystemMsgFree 1.3.6.1.4.1.495.2.1.5.5.1.17 integer read-only
Displays the number of message buffers currently free in the system. Range of Values:from the total number of buffers in the system to 65535.
     cxOsOptions 1.3.6.1.4.1.495.2.1.5.5.1.18 integer read-write
Used for engineering testing only. Used to control data cache, instruction cache and pipeline features. Default value: p-data-inst Enumeration: 'p-data-inst': 7, 'pipeline': 4, 'data-inst': 3, 'none': 8, 'p-data': 5, 'inst': 2, 'data': 1, 'p-inst': 6.