HUAWEI-MEMORY-MIB

File: HUAWEI-MEMORY-MIB.mib (9156 bytes)

Imported modules

HUAWEI-MIB HUAWEI-DEVICE-MIB SNMPv2-CONF
SNMPv2-SMI HCNUM-TC

Imported symbols

hwDev hwFrameIndex hwSlotIndex
OBJECT-GROUP MODULE-COMPLIANCE OBJECT-TYPE
MODULE-IDENTITY Unsigned32 Integer32
CounterBasedGauge64

Defined Types

HwMemoryDevEntry  
SEQUENCE    
  hwMemoryDevModuleIndex Integer32
  hwMemoryDevSize Unsigned32
  hwMemoryDevFree Unsigned32
  hwMemoryDevRawSliceUsed Unsigned32
  hwMemoryDevLargestFree Unsigned32
  hwMemoryDevFail Integer32
  hwMemoryDevFailNoMem Integer32
  hwMemoryDevSize64 CounterBasedGauge64
  hwMemoryDevFree64 CounterBasedGauge64

HwBufferEntry  
SEQUENCE    
  hwBufferModuleIndex Integer32
  hwBufferSize Integer32
  hwBufferCurrentTotal Integer32
  hwBufferCurrentUsed Integer32

Defined Values

hwMemoryDev 1.3.6.1.4.1.2011.6.3.5
This mib module defines the memory information. NMS can query memory utilization statistics from device by the mib.
MODULE-IDENTITY    

hwMemoryDevTable 1.3.6.1.4.1.2011.6.3.5.1
This table provides the information of all memory utilization statistics of device. It contains the total size, the free size, the used size, and so on.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwMemoryDevEntry

hwMemoryDevEntry 1.3.6.1.4.1.2011.6.3.5.1.1
The Entries of hwMemoryDevTable. The table is indexed by hwFrameIndex, hwSlotIndex and hwMemoryDevModuleIndex, hwFrameIndex - the index of frame of the device. for example, hwFrameIndex equals 0 in NE16. hwSlotIndex - the slot number of the device, the MAX value varies with different devices. hwMemoryDevModuleIndex - for the purpose of extension.In single CPU devices (NE16,eg.), its value equals 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwMemoryDevEntry  

hwMemoryDevModuleIndex 1.3.6.1.4.1.2011.6.3.5.1.1.1
The object is used only for the purpose of extension,In single CPU devices (NE16,eg.), hwMemoryDevModuleIndex equals 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hwMemoryDevSize 1.3.6.1.4.1.2011.6.3.5.1.1.2
The object indicates the total size of the memory in bytes, which is on the managed object.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMemoryDevFree 1.3.6.1.4.1.2011.6.3.5.1.1.3
The object indicates the free size of the memory in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMemoryDevRawSliceUsed 1.3.6.1.4.1.2011.6.3.5.1.1.4
The object indicates the used size of the raw slice memory in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMemoryDevLargestFree 1.3.6.1.4.1.2011.6.3.5.1.1.5
The object indicates the largest number of contiguous bytes from the memory that are currently unused on the managed object.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwMemoryDevFail 1.3.6.1.4.1.2011.6.3.5.1.1.6
The object indicates the count of memory allocation failures.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwMemoryDevFailNoMem 1.3.6.1.4.1.2011.6.3.5.1.1.7
The object indicates the count of memory allocation failures due to no free memory.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwMemoryDevSize64 1.3.6.1.4.1.2011.6.3.5.1.1.8
Indicates the total size of the memory module incase of excessing 4G which is on the managed object.Its unit is byte.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hwMemoryDevFree64 1.3.6.1.4.1.2011.6.3.5.1.1.9
Indicates the free size of the memory incase of excessing 4G, in the unit of byte.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hwBufferTable 1.3.6.1.4.1.2011.6.3.5.2
This table provides the inquiry of buffer utilization statistics of device. The type of the buffer is classified by size: 32 bytes, 64 bytes,...,etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwBufferEntry

hwBufferEntry 1.3.6.1.4.1.2011.6.3.5.2.1
The Entries of hwBufferTable. The hwBufferTable is indexed by hwFrameIndex, hwSlotIndex, hwBufferModuleIndex and hwBufferSize. hwFrameIndex - the index of frame of the device. for example, hwFrameIndex equals 0 in NE16. hwSlotIndex - the slot number of the device, the MAX value varies with different types of devices. hwBufferModuleIndex - for the purpose of extension.In single CPU devices (NE16,eg.),hwBufferModuleIndex equals 0. hwBufferSize - the size in bytes of the buffer,such as 32 bytes,64 bytes, ...,etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwBufferEntry  

hwBufferModuleIndex 1.3.6.1.4.1.2011.6.3.5.2.1.1
The object is used only for the purpose of extension,In single CPU devices (NE16,eg.),hwBufferModuleIndex equals 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hwBufferSize 1.3.6.1.4.1.2011.6.3.5.2.1.2
The object indicates the size of the buffers in bytes, such as 32 bytes, 64 bytes,...,etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hwBufferCurrentTotal 1.3.6.1.4.1.2011.6.3.5.2.1.3
The object indicates the total number of the buffer currently.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwBufferCurrentUsed 1.3.6.1.4.1.2011.6.3.5.2.1.4
The object indicates the used number of the buffer currently.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32