WRI-MEMORY-MIB

MIB Reference — IPNetwork Monitor

All MIBsWRI-MEMORY-MIB

Organization: Wuhan FiberHome Networks Co.,Ltd.

Last Updated: 2010-01-11

Category: FiberHome Networks

Description:

Monitors FiberHome Networks device memory pool utilization, free memory, and allocation statistics.

Imported Objects

From SNMPv2-SMI

Counter32
Counter64
Gauge32
Integer32
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
TimeTicks
Unsigned32
enterprises

From SNMPv2-TC

RowStatus
TEXTUAL-CONVENTION

From WRI-SMI

wriMODULE-IDENTITY
wriProductsOBJECT-IDENTITY

What Is WRI-MEMORY-MIB?

WRI-MEMORY-MIB is a FiberHome Networks (Wuhan FiberHome Networks Co., Ltd.) vendor-specific MIB, defined under the wri/wriProducts enterprise tree as part of the mspp (multi-service provisioning platform) chassis branch, that models memory monitoring on FiberHome transport/access equipment. It exposes a memoryTable (memorySdramSize, memorySdramUsed, memoryFlashSize, memoryFlashUsed, memorySdramHThreshold) for coarse SDRAM/flash usage per memory index, plus a more granular memoryPoolTable that tracks per-pool free/allocated bytes and blocks (memoryPoolFreeBytesNum, memoryPoolAllocBytesNum, memoryPoolTotalBytes, memoryPoolCurrUsage) alongside configurable high/low thresholds (memoryPoolHighThreshold, memoryPoolLowThreshold) and trap-enable flags. Three notifications - memoryOverThreshold, memoryUnderThreshold, and memoryRecoverThreshold - carry the pool's current usage and threshold objects so a management station can be alerted as memory pressure crosses configured boundaries. This is primarily a resource-health MIB rather than a traffic MIB, so it depends on the wider WRI-SMI enterprise tree and is deployed on FiberHome MSPP chassis where memory exhaustion in the control plane is worth catching before it destabilizes the device; administrators can download the WRI-MEMORY-MIB file to add it to their SNMP MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in WRI-MEMORY-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • SDRAM/flash size and used bytes
  • memory pool free/allocated bytes and blocks
  • memory pool current usage vs high/low thresholds
  • memory over/under/recover threshold traps
  • memory trap and monitor enable flags

Supported Devices

  • FiberHome MSPP (Multi-Service Provisioning Platform) chassis

Monitoring Examples

An operator polls memoryPoolTable for memoryPoolCurrUsage against memoryPoolHighThreshold on each memoryPoolIndex, and a memoryOverThreshold trap firing without a subsequent memoryRecoverThreshold would indicate sustained memory pool exhaustion on the FiberHome chassis.

OIDs
OID symbolicOID numericTypeAccessDescription
mspp1.3.6.1.4.1.3807.1.8012
msppChassis1.3.6.1.4.1.3807.1.8012.1
msppMemory1.3.6.1.4.1.3807.1.8012.1.5The MIB module to describe the monitor for memory.
memoryTable1.3.6.1.4.1.3807.1.8012.1.5.1not-accessibleNULL.
memoryEntry1.3.6.1.4.1.3807.1.8012.1.5.1.1not-accessibleNULL.
INT memoryIndex1.3.6.1.4.1.3807.1.8012.1.5.1.1.1INTEGERread-onlyMemory index.
C32 memorySdramSize1.3.6.1.4.1.3807.1.8012.1.5.1.1.2Counter32read-onlyMemory Sdram size.
C32 memorySdramUsed1.3.6.1.4.1.3807.1.8012.1.5.1.1.3Counter32read-onlySdram used.
C32 memoryFlashSize1.3.6.1.4.1.3807.1.8012.1.5.1.1.4Counter32read-onlyFlash size
C32 memoryFlashUsed1.3.6.1.4.1.3807.1.8012.1.5.1.1.5Counter32read-onlyFlash used.
C32 memorySdramHThreshold1.3.6.1.4.1.3807.1.8012.1.5.1.1.6Counter32read-writeSdram high threshold.
memoryGeneral1.3.6.1.4.1.3807.1.8012.1.5.2
INT memoryTrapEnable1.3.6.1.4.1.3807.1.8012.1.5.2.1INTEGERread-writeEnable memory trap or not.
INT memoryMonitorEnable1.3.6.1.4.1.3807.1.8012.1.5.2.2INTEGERread-writeEnable memory monitor or not.
memoryTrap1.3.6.1.4.1.3807.1.8012.1.5.3
NTF memoryOverThreshold1.3.6.1.4.1.3807.1.8012.1.5.3.1memory over Threshold trap.
NTF memoryUnderThreshold1.3.6.1.4.1.3807.1.8012.1.5.3.2memory under Threshold.
NTF memoryRecoverThreshold1.3.6.1.4.1.3807.1.8012.1.5.3.3memory recover Threshold trap.
memoryPoolTable1.3.6.1.4.1.3807.1.8012.1.5.4not-accessibleMemory pool information table.
memoryPoolEntry1.3.6.1.4.1.3807.1.8012.1.5.4.1not-accessibleAn entry in the memory pool table.
U32 memoryPoolIndex1.3.6.1.4.1.3807.1.8012.1.5.4.1.1Unsigned32read-onlyMemory pool index.
OCT memoryPoolDescr1.3.6.1.4.1.3807.1.8012.1.5.4.1.2OCTET STRINGread-onlyMemory pool description.
C32 memoryPoolFreeBytesNum1.3.6.1.4.1.3807.1.8012.1.5.4.1.3Counter32read-onlyFree bytes number of the memory pool.
C32 memoryPoolFreeBlocksNum1.3.6.1.4.1.3807.1.8012.1.5.4.1.4Counter32read-onlyFree blocks number of the memory pool.
C32 memoryPoolFreeMaxBlockSize1.3.6.1.4.1.3807.1.8012.1.5.4.1.5Counter32read-onlyFree max block size of the memory pool.
C32 memoryPoolMinBlockWords1.3.6.1.4.1.3807.1.8012.1.5.4.1.6Counter32read-onlyMin block words number of the memory pool.
C32 memoryPoolAllocBytesNum1.3.6.1.4.1.3807.1.8012.1.5.4.1.7Counter32read-onlyAllocated bytes number of the memory pool.
C32 memoryPoolAllocBlocksNum1.3.6.1.4.1.3807.1.8012.1.5.4.1.8Counter32read-onlyAllocated blocks number of the memory pool.
C32 memoryPoolAllocBytesCumulate1.3.6.1.4.1.3807.1.8012.1.5.4.1.9Counter32read-onlyCumulate allocated bytes of the memory pool.
C32 memoryPoolAllocBlocksCumulate1.3.6.1.4.1.3807.1.8012.1.5.4.1.10Counter32read-onlyCumulate allocated blocks of the memory pool.
C32 memoryPoolTotalBytes1.3.6.1.4.1.3807.1.8012.1.5.4.1.11Counter32read-onlyTotal bytes of the memory pool.
INT memoryPoolHighThreshold1.3.6.1.4.1.3807.1.8012.1.5.4.1.12INTEGERread-writeHigh threshold of the memory pool.
INT memoryPoolTrapEnable1.3.6.1.4.1.3807.1.8012.1.5.4.1.13INTEGERread-writeTrap enable or not of the memory pool.
INT memoryPoolStatus1.3.6.1.4.1.3807.1.8012.1.5.4.1.14INTEGERread-onlyStatus of the memory pool.
OCT memoryPoolAllSetting1.3.6.1.4.1.3807.1.8012.1.5.4.1.15OCTET STRINGread-writeAll operation of memeory pool.
INT memoryPoolAllocMaxBytesNum1.3.6.1.4.1.3807.1.8012.1.5.4.1.16INTEGERread-onlyMax bytes number the memory pool.
INT memoryPoolLowThreshold1.3.6.1.4.1.3807.1.8012.1.5.4.1.17INTEGERread-writeLow threshold of the memory pool.
C32 memoryPoolCurrUsage1.3.6.1.4.1.3807.1.8012.1.5.4.1.18Counter32read-onlyThe current used memory pool.
OCT memoryPoolIndexDescr1.3.6.1.4.1.3807.1.8012.1.5.4.1.19OCTET STRINGread-onlyMemeory pool index descrption.

RFC description

FiberHome MSPP chassis memory utilization monitoring for SDRAM and flash storage.

Start monitoring FiberHome MSPP (Multi-Service Provisioning Platform) chassis (SDRAM/flash/memory-pool threshold status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download WRI-MEMORY-MIB