HUAWEI-MEMORY-MIB
AI MIB Summary
The HUAWEI-MEMORY-MIB enables Network Management Systems to query real-time memory utilization statistics and capacity metrics on Huawei network devices via SNMP. This module provides critical visibility into system RAM consumption and availability for capacity planning and fault detection.
This mib module defines the memory information. NMS can query memory utilization statistics from device by the mib.
Main OID:
hwMemoryDev.1.3.6.1.4.1.2011.6.3.5
19
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
19 total| Object Name |
|---|
hwMemoryDevThis mib module defines the memory information. NMS can query memory
utilization statistics from device by the mib. MODULE-IDENTITY .1.3.6.1.4.1.2011.6.3.5 |
SNMPv2-CONFThis mib module defines the memory information. NMS can query memory
utilization statistics from device by the mib. Unknown .1.3.6.1.4.1.2011.6.3.5 |
hwMemoryDevTableThis 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. SEQUENCE OF HwMemoryDevEntry .1.3.6.1.4.1.2011.6.3.5.1 |
hwMemoryDevEntryThe 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. HwMemoryDevEntry .1.3.6.1.4.1.2011.6.3.5.1.1 |
hwMemoryDevModuleIndexThe object is used only for the purpose of extension,In single CPU
devices (NE16,eg.), hwMemoryDevModuleIndex equals 0. Integer32 .1.3.6.1.4.1.2011.6.3.5.1.1.1 |
hwMemoryDevSizeThe object indicates the total size of the memory in bytes,
which is on the managed object.ro Unsigned32 .1.3.6.1.4.1.2011.6.3.5.1.1.2 |
hwMemoryDevFreeThe object indicates the free size of the memory in bytes.ro Unsigned32 .1.3.6.1.4.1.2011.6.3.5.1.1.3 |
hwMemoryDevRawSliceUsedThe object indicates the used size of the raw slice memory in bytes.ro Unsigned32 .1.3.6.1.4.1.2011.6.3.5.1.1.4 |
hwMemoryDevLargestFreeThe object indicates the largest number of contiguous bytes
from the memory that are currently unused on the managed object.ro Unsigned32 .1.3.6.1.4.1.2011.6.3.5.1.1.5 |
hwMemoryDevFailThe object indicates the count of memory allocation failures.ro Integer32 .1.3.6.1.4.1.2011.6.3.5.1.1.6 |
hwMemoryDevFailNoMemThe object indicates the count of memory allocation
failures due to no free memory.ro Integer32 .1.3.6.1.4.1.2011.6.3.5.1.1.7 |
hwMemoryDevSize64Indicates the total size of the memory module incase of excessing 4G
which is on the managed object.Its unit is byte.ro CounterBasedGauge64 (HCNUM-TC) .1.3.6.1.4.1.2011.6.3.5.1.1.8 |
hwMemoryDevFree64Indicates the free size of the memory incase of excessing 4G, in the unit of byte.ro CounterBasedGauge64 (HCNUM-TC) .1.3.6.1.4.1.2011.6.3.5.1.1.9 |
hwBufferTableThis table provides the inquiry of buffer utilization statistics
of device. The type of the buffer is classified by size: 32 bytes,
64 bytes,...,etc. SEQUENCE OF HwBufferEntry .1.3.6.1.4.1.2011.6.3.5.2 |
hwBufferEntryThe 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. HwBufferEntry .1.3.6.1.4.1.2011.6.3.5.2.1 |
hwBufferModuleIndexThe object is used only for the purpose of extension,In single CPU
devices (NE16,eg.),hwBufferModuleIndex equals 0. Integer32 .1.3.6.1.4.1.2011.6.3.5.2.1.1 |
hwBufferSizeThe object indicates the size of the buffers in bytes, such as 32 bytes,
64 bytes,...,etc. Integer32 .1.3.6.1.4.1.2011.6.3.5.2.1.2 |
hwBufferCurrentTotalThe object indicates the total number of the buffer currently.ro Integer32 .1.3.6.1.4.1.2011.6.3.5.2.1.3 |
hwBufferCurrentUsedThe object indicates the used number of the buffer currently.ro Integer32 .1.3.6.1.4.1.2011.6.3.5.2.1.4 |