CISCO-MEMORY-POOL-MIB

File: CISCO-MEMORY-POOL-MIB.mib (16689 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-QOS-PIB-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 NOTIFICATION-TYPE MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
DisplayString TruthValue Percent
ciscoMgmt

Defined Types

CiscoMemoryPoolTypes  
Represents the different types of memory pools that may be present in a managed device. Memory pools can be roughly categorized into two groups, predefined pools and dynamic pools. The following pool types are currently predefined: 1: processor memory 2: i/o memory 3: pci memory 4: fast memory 5: multibus memory Dynamic pools will have a pool type value greater than any of the predefined types listed above. Note that only the processor pool is required to be supported by all devices. Support for other pool types is dependent on the device being managed.
TEXTUAL-CONVENTION    
  Integer32 1..65535  

CiscoMemoryPoolEntry  
SEQUENCE    
  ciscoMemoryPoolType CiscoMemoryPoolTypes
  ciscoMemoryPoolName DisplayString
  ciscoMemoryPoolAlternate Integer32
  ciscoMemoryPoolValid TruthValue
  ciscoMemoryPoolUsed Gauge32
  ciscoMemoryPoolFree Gauge32
  ciscoMemoryPoolLargestFree Gauge32
  ciscoMemoryPoolLowMemoryNotifThreshold Percent

CiscoMemoryPoolUtilizationEntry  
SEQUENCE    
  ciscoMemoryPoolUtilization1Min Percent
  ciscoMemoryPoolUtilization5Min Percent
  ciscoMemoryPoolUtilization10Min Percent

Defined Values

ciscoMemoryPoolMIB 1.3.6.1.4.1.9.9.48
MIB module for monitoring memory pools
MODULE-IDENTITY    

ciscoMemoryPoolObjects 1.3.6.1.4.1.9.9.48.1
OBJECT IDENTIFIER    

ciscoMemoryPoolTable 1.3.6.1.4.1.9.9.48.1.1
A table of memory pool monitoring entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMemoryPoolEntry

ciscoMemoryPoolEntry 1.3.6.1.4.1.9.9.48.1.1.1
An entry in the memory pool monitoring table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMemoryPoolEntry  

ciscoMemoryPoolType 1.3.6.1.4.1.9.9.48.1.1.1.1
The type of memory pool for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMemoryPoolTypes  

ciscoMemoryPoolName 1.3.6.1.4.1.9.9.48.1.1.1.2
A textual name assigned to the memory pool. This object is suitable for output to a human operator, and may also be used to distinguish among the various pool types, especially among dynamic pools.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ciscoMemoryPoolAlternate 1.3.6.1.4.1.9.9.48.1.1.1.3
Indicates whether or not this memory pool has an alternate pool configured. Alternate pools are used for fallback when the current pool runs out of memory. If an instance of this object has a value of zero, then this pool does not have an alternate. Otherwise the value of this object is the same as the value of ciscoMemoryPoolType of the alternate pool.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ciscoMemoryPoolValid 1.3.6.1.4.1.9.9.48.1.1.1.4
Indicates whether or not the remaining objects in this entry contain accurate data. If an instance of this object has the value false (which in and of itself indicates an internal error condition), the values of the remaining objects in the conceptual row may contain inaccurate information (specifically, the reported values may be less than the actual values).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ciscoMemoryPoolUsed 1.3.6.1.4.1.9.9.48.1.1.1.5
Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ciscoMemoryPoolFree 1.3.6.1.4.1.9.9.48.1.1.1.6
Indicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree is the total amount of memory in the pool
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ciscoMemoryPoolLargestFree 1.3.6.1.4.1.9.9.48.1.1.1.7
Indicates the largest number of contiguous bytes from the memory pool that are currently unused on the managed device.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ciscoMemoryPoolLowMemoryNotifThreshold 1.3.6.1.4.1.9.9.48.1.1.1.8
This object is used to indicate the threshold value in percentage of free memory remaining in a memory pool. If the free memory available goes below this threshold value and if ciscoMemoryPoolLowMemoryNotifEnable is set to 'true', ciscoMemoryPoolLowMemoryNotif will be generated. When the available free memory comes back to the threshold value ciscoMemoryPoolLowMemoryRecoveryNotif will be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Percent  

ciscoMemoryPoolUtilizationTable 1.3.6.1.4.1.9.9.48.1.2
A table of memory pool utilization entries. Each of the objects provides a general idea of how much of the memory pool has been used over a given period of time. It is determined as a weighted decaying average.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMemoryPoolUtilizationEntry

ciscoMemoryPoolUtilizationEntry 1.3.6.1.4.1.9.9.48.1.2.1
An entry in the memory pool utilization table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMemoryPoolUtilizationEntry  

ciscoMemoryPoolUtilization1Min 1.3.6.1.4.1.9.9.48.1.2.1.1
This is the memory pool utilization for 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Percent  

ciscoMemoryPoolUtilization5Min 1.3.6.1.4.1.9.9.48.1.2.1.2
This is the memory pool utilization for 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Percent  

ciscoMemoryPoolUtilization10Min 1.3.6.1.4.1.9.9.48.1.2.1.3
This is the memory pool utilization for 10 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Percent  

ciscoMemoryPoolLowMemoryNotifEnable 1.3.6.1.4.1.9.9.48.1.3
This object is used to enable or disable the generation of notification when the available memory in the system has fallen below ciscoMemoryPoolLowMemoryNotifThreshold and on recovery. Setting this object to 'true' will generate ciscoMemoryPoolLowMemoryNotif and ciscoMemoryPoolLowMemoryRecoveryNotif. Setting this object to 'false' will disable the generation of ciscoMemoryPoolLowMemoryNotif and ciscoMemoryPoolLowMemoryRecoveryNotif.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ciscoMemoryPoolNotifications 1.3.6.1.4.1.9.9.48.2
OBJECT IDENTIFIER    

ciscoMemoryPoolMIBNotificationPrefix 1.3.6.1.4.1.9.9.48.2.0
OBJECT IDENTIFIER    

ciscoMemoryPoolLowMemoryNotif 1.3.6.1.4.1.9.9.48.2.0.1
This notification is generated when the percentage of free memory in the system has fallen below ciscoMemoryPoolLowMemoryNotifThreshold and when the value of ciscoMemoryPoolLowMemoryNotifEnable is set to 'true'. ciscoMemoryPoolName indicates the name of the memory pool for which the notification is being generated. ciscoMemoryPoolUsed indicates the used memory in bytes for the memory pool.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoMemoryPoolLowMemoryRecoveryNotif 1.3.6.1.4.1.9.9.48.2.0.2
This notification is generated when the percentage of free memory in the system has returned to ciscoMemoryPoolLowMemoryNotifThreshold after suffering from a low memory. This notification is generated when the value of ciscoMemoryPoolLowMemoryNotifEnable is set to 'true'. This notification is generated as a recovery notification for ciscoMemoryPoolLowMemoryNotif. ciscoMemoryPoolName indicates the name of the memory pool for which the notification is being generated. ciscoMemoryPoolUsed indicates the used memory in bytes for the memory pool.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoMemoryPoolConformance 1.3.6.1.4.1.9.9.48.3
OBJECT IDENTIFIER    

ciscoMemoryPoolCompliances 1.3.6.1.4.1.9.9.48.3.1
OBJECT IDENTIFIER    

ciscoMemoryPoolGroups 1.3.6.1.4.1.9.9.48.3.2
OBJECT IDENTIFIER    

ciscoMemoryPoolCompliance 1.3.6.1.4.1.9.9.48.3.1.1
The compliance statement for entities which implement the Cisco Memory Pool MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoMemoryPoolComplianceRev1 1.3.6.1.4.1.9.9.48.3.1.2
The compliance statement for entities which implement the Cisco Memory Pool MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoMemoryPoolComplianceRev2 1.3.6.1.4.1.9.9.48.3.1.3
The compliance statement for entities which implement the Cisco Memory Pool MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoMemoryPoolGroup 1.3.6.1.4.1.9.9.48.3.2.1
A collection of objects providing memory pool monitoring.
Status: deprecated Access: read-write
OBJECT-GROUP    

ciscoMemoryPoolUtilizationGroup 1.3.6.1.4.1.9.9.48.3.2.2
An optional group providing a collection of memory pool utilization objects.
Status: current Access: read-write
OBJECT-GROUP    

ciscoMemoryPoolNotificationGroup 1.3.6.1.4.1.9.9.48.3.2.3
A collection of all the notifications supported in the CISCO-MEMORY-POOL-MIB.
Status: current Access: read-write
NOTIFICATION-GROUP    

ciscoMemoryPoolNotificationCtrlGroup 1.3.6.1.4.1.9.9.48.3.2.4
A collection of all the notification control objects.
Status: current Access: read-write
OBJECT-GROUP    

ciscoMemoryPoolGroupRev1 1.3.6.1.4.1.9.9.48.3.2.5
A collection of objects providing memory pool monitoring.
Status: current Access: read-write
OBJECT-GROUP