RBN-MEMORY-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON


 Home MIB: RBN-MEMORY-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rbnMemoryMib 1.3.6.1.4.1.2352.2.16
Defines the objects necessary to obtain information allowing monitoring of system memory usage in a Redback device.
       rbnMemoryMIBNotifications 1.3.6.1.4.1.2352.2.16.0
       rbnMemoryMIBObjects 1.3.6.1.4.1.2352.2.16.1
           rbnSmsMemoryTable 1.3.6.1.4.1.2352.2.16.1.1 no-access
This table contains the objects which identify information about SMS memory usage. This table has been obsoleted. The new rbnMemoryTable must be used instead.
               rbnSmsMemoryEntry 1.3.6.1.4.1.2352.2.16.1.1.1 no-access
A conceptual row in the rbnSmsMemoryTable. This Entry has been obsoleted. The new rbnMemoryEntry must be used instead.
                   rbnSmsMemoryIndex 1.3.6.1.4.1.2352.2.16.1.1.1.1 unsigned32 no-access
A unique identifier for an entry in this table.
                   rbnSmsMemoryModule 1.3.6.1.4.1.2352.2.16.1.1.1.2 snmpadminstring read-only
The 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.
                   rbnSmsMemoryFreeBytes 1.3.6.1.4.1.2352.2.16.1.1.1.3 unsigned32 read-only
The number of unused bytes of memory in this entry.
                   rbnSmsMemoryBytesInUse 1.3.6.1.4.1.2352.2.16.1.1.1.4 unsigned32 read-only
The number of bytes of memory in use in this entry.
                   rbnSmsMemoryBlocksInUse 1.3.6.1.4.1.2352.2.16.1.1.1.5 unsigned32 read-only
The 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.
                   rbnSmsMemoryCumulBlocks 1.3.6.1.4.1.2352.2.16.1.1.1.6 unsigned32 read-only
The 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.
           rbnMemoryTable 1.3.6.1.4.1.2352.2.16.1.2 no-access
This table contains the objects which identify information about memory usage.
               rbnMemoryEntry 1.3.6.1.4.1.2352.2.16.1.2.1 no-access
A conceptual row in the rbnMemoryTable.
                   rbnMemoryIndex 1.3.6.1.4.1.2352.2.16.1.2.1.1 unsigned32 no-access
A unique identifier for an entry in this table.
                   rbnMemoryModule 1.3.6.1.4.1.2352.2.16.1.2.1.2 snmpadminstring read-only
The name of the module on which this memory resides.
                   rbnMemoryFreeKBytes 1.3.6.1.4.1.2352.2.16.1.2.1.3 rbnkbytes read-only
The size of unused memory in this entry.
                   rbnMemoryKBytesInUse 1.3.6.1.4.1.2352.2.16.1.2.1.4 rbnkbytes read-only
The size of memory in use in this entry.
                   rbnMemoryBlocksInUse 1.3.6.1.4.1.2352.2.16.1.2.1.5 unsigned32 read-only
The 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.
                   rbnMemoryCumulBlocks 1.3.6.1.4.1.2352.2.16.1.2.1.6 unsigned32 read-only
The 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.
       rbnMemoryMIBConformance 1.3.6.1.4.1.2352.2.16.2
           rbnSmsMemoryCompliances 1.3.6.1.4.1.2352.2.16.2.1
               rbnSmsMemoryCompliance 1.3.6.1.4.1.2352.2.16.2.1.1
The compliance statement for SNMP entities which implement the Redback SMS memory usage MIB.
           rbnSmsMemoryGroups 1.3.6.1.4.1.2352.2.16.2.2
               rbnSmsMemoryGroup 1.3.6.1.4.1.2352.2.16.2.2.1
The collection of objects providing SMS memory usage information.
           rbnMemoryCompliances 1.3.6.1.4.1.2352.2.16.2.3
               rbnMemoryCompliance 1.3.6.1.4.1.2352.2.16.2.3.1
The requirements for conformance to the Redback Memory Usage MIB.
           rbnMemoryGroups 1.3.6.1.4.1.2352.2.16.2.4
               rbnMemoryGroup 1.3.6.1.4.1.2352.2.16.2.4.1
The collection of objects providing memory usage information.