CXOperatingSystem-MIB

File: CXOperatingSystem-MIB.mib (4035 bytes)

Imported modules

RFC-1212 CXProduct-SMI

Imported symbols

OBJECT-TYPE cxOperatingSystem

Defined Values

cxOsParameter 1.3.6.1.4.1.495.2.1.5.5.1
OBJECT IDENTIFIER    

cxOsNbBufs 1.3.6.1.4.1.495.2.1.5.5.1.1
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cxOsBufSize 1.3.6.1.4.1.495.2.1.5.5.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cxOsNbBufsAvail 1.3.6.1.4.1.495.2.1.5.5.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cxOsNbBufsFree 1.3.6.1.4.1.495.2.1.5.5.1.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cxOsNbSystemMsg 1.3.6.1.4.1.495.2.1.5.5.1.16
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cxOsNbSystemMsgFree 1.3.6.1.4.1.495.2.1.5.5.1.17
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cxOsOptions 1.3.6.1.4.1.495.2.1.5.5.1.18
Used for engineering testing only. Used to control data cache, instruction cache and pipeline features. Default value: p-data-inst
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER data(1), inst(2), data-inst(3), pipeline(4), p-data(5), p-inst(6), p-data-inst(7), none(8)