RBN-MEMORY-MIB
AI MIB Summary
The RBN-MEMORY-MIB module enables Redback devices to expose system memory utilization metrics via SNMP for capacity planning and fault detection. It provides specific objects to monitor available memory, total memory, and memory usage percentages to identify resource exhaustion conditions.
Defines the objects necessary to obtain information allowing monitoring of system memory usage in a Redback device.
Main OID:
rbnMemoryMib.1.3.6.1.4.1.2352.2.16
28
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
28 total| Object Name |
|---|
rbnMemoryMibDefines the objects necessary to obtain information allowing monitoring of system memory usage in a Redback device. MODULE-IDENTITY .1.3.6.1.4.1.2352.2.16 |
rbnMemoryMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.16.0 |
rbnMemoryMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.16.1 |
rbnSmsMemoryTableThis table contains the objects which identify information about SMS memory usage. This table has been obsoleted. The new rbnMemoryTable must be used instead.obsolete SEQUENCE OF RbnSmsMemoryEntry .1.3.6.1.4.1.2352.2.16.1.1 |
rbnSmsMemoryEntryA conceptual row in the rbnSmsMemoryTable. This Entry has been obsoleted. The new rbnMemoryEntry must be used instead.obsolete RbnSmsMemoryEntry .1.3.6.1.4.1.2352.2.16.1.1.1 |
rbnSmsMemoryIndexA unique identifier for an entry in this table.obsolete Unsigned32 .1.3.6.1.4.1.2352.2.16.1.1.1.1 |
rbnSmsMemoryModuleThe name of the module. This name is the same as that which would be displayed via the `show memory' CLI command. Examples would be CE, FE, SM 2, CM 3.roobsolete SnmpAdminString .1.3.6.1.4.1.2352.2.16.1.1.1.2 |
rbnSmsMemoryFreeBytesThe number of unused bytes of memory in this entry.roobsolete Unsigned32 .1.3.6.1.4.1.2352.2.16.1.1.1.3 |
rbnSmsMemoryBytesInUseThe number of bytes of memory in use in this entry.roobsolete Unsigned32 .1.3.6.1.4.1.2352.2.16.1.1.1.4 |
rbnSmsMemoryBlocksInUseThe number of blocks of memory in use in this entry. A block of memory is the amount of memory returned by a single call to the memory allocation routine in AOS. Hence the size of a block of memory is variable. This statistic can be used to check for memory leaks. One possible strategy is to note the value, do some operations, undo the operations, then check the value again - the start and end values should match. If they do not, there may be a memory leak.roobsolete Unsigned32 .1.3.6.1.4.1.2352.2.16.1.1.1.5 |
rbnSmsMemoryCumulBlocksThe cumulative blocks count for this entry. It is an indication of how many times the memory allocation in AOS has been called since the system booted. It can be used to measure the expense of an operation in terms of calls to allocate memory, which are fairly expensive in terms of CPU time.roobsolete Unsigned32 .1.3.6.1.4.1.2352.2.16.1.1.1.6 |
rbnMemoryTableThis table contains the objects which identify information about memory usage. SEQUENCE OF RbnMemoryEntry .1.3.6.1.4.1.2352.2.16.1.2 |
rbnMemoryEntryA conceptual row in the rbnMemoryTable. RbnMemoryEntry .1.3.6.1.4.1.2352.2.16.1.2.1 |
rbnMemoryIndexA unique identifier for an entry in this table. Unsigned32 .1.3.6.1.4.1.2352.2.16.1.2.1.1 |
rbnMemoryModuleThe name of the module on which this memory resides.ro SnmpAdminString .1.3.6.1.4.1.2352.2.16.1.2.1.2 |
rbnMemoryFreeKBytesThe size of unused memory in this entry.ro RbnKBytes UNITS "KBytes" .1.3.6.1.4.1.2352.2.16.1.2.1.3 |
rbnMemoryKBytesInUseThe size of memory in use in this entry.ro RbnKBytes UNITS "KBytes" .1.3.6.1.4.1.2352.2.16.1.2.1.4 |
rbnMemoryBlocksInUseThe number of blocks of memory on this module which is in use. A block of memory is a unit of physical/virtual memory that can be allocated or freed by the user. This statistic can be used to check for memory leaks. One possible strategy is to note the value, do some operations, undo the operations, then check the value again - the start and end values should match. If they do not, there may be a memory leak.ro Unsigned32 .1.3.6.1.4.1.2352.2.16.1.2.1.5 |
rbnMemoryCumulBlocksThe cumulative blocks count for this entry. For example, in some systems, this indicates how many times the memory allocation routine has been called since the system booted. Then, this can be used to measure the expense of an operation because the calls to allocate memory are often considered to be cpu-intensive.ro Unsigned32 .1.3.6.1.4.1.2352.2.16.1.2.1.6 |
rbnMemoryMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.16.2 |
rbnSmsMemoryCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.16.2.1 |
rbnSmsMemoryComplianceThe compliance statement for SNMP entities which implement the Redback SMS memory usage MIB.obsolete Unknown .1.3.6.1.4.1.2352.2.16.2.1.1 |
rbnSmsMemoryGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.16.2.2 |
rbnSmsMemoryGroupThe collection of objects providing SMS memory usage information.obsolete Unknown .1.3.6.1.4.1.2352.2.16.2.2.1 |
rbnMemoryCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.16.2.3 |
rbnMemoryComplianceThe requirements for conformance to the Redback Memory Usage MIB. Unknown .1.3.6.1.4.1.2352.2.16.2.3.1 |
rbnMemoryGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.16.2.4 |
rbnMemoryGroupThe collection of objects providing memory usage information. Unknown .1.3.6.1.4.1.2352.2.16.2.4.1 |