RBN-MEMORY-MIB

File: RBN-MEMORY-MIB.mib (10579 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMP-FRAMEWORK-MIB
RBN-SMI RBN-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP SnmpAdminString
rbnMgmt RbnKBytes

Defined Types

RbnSmsMemoryEntry  
SEQUENCE    
  rbnSmsMemoryIndex Unsigned32
  rbnSmsMemoryModule SnmpAdminString
  rbnSmsMemoryFreeBytes Unsigned32
  rbnSmsMemoryBytesInUse Unsigned32
  rbnSmsMemoryBlocksInUse Unsigned32
  rbnSmsMemoryCumulBlocks Unsigned32

RbnMemoryEntry  
SEQUENCE    
  rbnMemoryIndex Unsigned32
  rbnMemoryModule SnmpAdminString
  rbnMemoryFreeKBytes RbnKBytes
  rbnMemoryKBytesInUse RbnKBytes
  rbnMemoryBlocksInUse Unsigned32
  rbnMemoryCumulBlocks Unsigned32

Defined Values

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 network device.
MODULE-IDENTITY    

rbnMemoryMIBNotifications 1.3.6.1.4.1.2352.2.16.0
OBJECT IDENTIFIER    

rbnMemoryMIBObjects 1.3.6.1.4.1.2352.2.16.1
OBJECT IDENTIFIER    

rbnMemoryMIBConformance 1.3.6.1.4.1.2352.2.16.2
OBJECT IDENTIFIER    

rbnSmsMemoryTable 1.3.6.1.4.1.2352.2.16.1.1
This table contains the objects which identify information about SMS memory usage. This table has been obsoleted. The new rbnMemoryTable must be used instead.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnSmsMemoryEntry

rbnSmsMemoryEntry 1.3.6.1.4.1.2352.2.16.1.1.1
A conceptual row in the rbnSmsMemoryTable. This Entry has been obsoleted. The new rbnMemoryEntry must be used instead.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  RbnSmsMemoryEntry  

rbnSmsMemoryIndex 1.3.6.1.4.1.2352.2.16.1.1.1.1
A unique identifier for an entry in this table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rbnSmsMemoryModule 1.3.6.1.4.1.2352.2.16.1.1.1.2
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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rbnSmsMemoryFreeBytes 1.3.6.1.4.1.2352.2.16.1.1.1.3
The number of unused bytes of memory in this entry.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rbnSmsMemoryBytesInUse 1.3.6.1.4.1.2352.2.16.1.1.1.4
The number of bytes of memory in use in this entry.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rbnSmsMemoryBlocksInUse 1.3.6.1.4.1.2352.2.16.1.1.1.5
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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rbnSmsMemoryCumulBlocks 1.3.6.1.4.1.2352.2.16.1.1.1.6
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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rbnMemoryTable 1.3.6.1.4.1.2352.2.16.1.2
This table contains the objects which identify information about memory usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnMemoryEntry

rbnMemoryEntry 1.3.6.1.4.1.2352.2.16.1.2.1
A conceptual row in the rbnMemoryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnMemoryEntry  

rbnMemoryIndex 1.3.6.1.4.1.2352.2.16.1.2.1.1
A unique identifier for an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rbnMemoryModule 1.3.6.1.4.1.2352.2.16.1.2.1.2
The name of the module on which this memory resides.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rbnMemoryFreeKBytes 1.3.6.1.4.1.2352.2.16.1.2.1.3
The size of unused memory in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  RbnKBytes  

rbnMemoryKBytesInUse 1.3.6.1.4.1.2352.2.16.1.2.1.4
The size of memory in use in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  RbnKBytes  

rbnMemoryBlocksInUse 1.3.6.1.4.1.2352.2.16.1.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rbnMemoryCumulBlocks 1.3.6.1.4.1.2352.2.16.1.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

rbnSmsMemoryCompliances 1.3.6.1.4.1.2352.2.16.2.1
OBJECT IDENTIFIER    

rbnSmsMemoryGroups 1.3.6.1.4.1.2352.2.16.2.2
OBJECT IDENTIFIER    

rbnMemoryCompliances 1.3.6.1.4.1.2352.2.16.2.3
OBJECT IDENTIFIER    

rbnMemoryGroups 1.3.6.1.4.1.2352.2.16.2.4
OBJECT IDENTIFIER    

rbnMemoryCompliance 1.3.6.1.4.1.2352.2.16.2.3.1
The requirements for conformance to this Memory Usage MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rbnMemoryGroup 1.3.6.1.4.1.2352.2.16.2.4.1
The collection of objects providing memory usage information.
Status: current Access: read-only
OBJECT-GROUP    

rbnSmsMemoryGroup 1.3.6.1.4.1.2352.2.16.2.2.1
The collection of objects providing SMS memory usage information.
Status: obsolete Access: read-only
OBJECT-GROUP    

rbnSmsMemoryCompliance 1.3.6.1.4.1.2352.2.16.2.1.1
The compliance statement for SNMP entities which implement the SMS memory usage MIB.
Status: obsolete Access: read-only
MODULE-COMPLIANCE