CISCO-MEMORY-POOL-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-MEMORY-POOL-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
 ciscoMemoryPoolMIB 1.3.6.1.4.1.9.9.48
MIB module for monitoring memory pools
       ciscoMemoryPoolObjects 1.3.6.1.4.1.9.9.48.1
           ciscoMemoryPoolTable 1.3.6.1.4.1.9.9.48.1.1 no-access
A table of memory pool monitoring entries.
               ciscoMemoryPoolEntry 1.3.6.1.4.1.9.9.48.1.1.1 no-access
An entry in the memory pool monitoring table.
                   ciscoMemoryPoolType 1.3.6.1.4.1.9.9.48.1.1.1.1 ciscomemorypooltypes no-access
The type of memory pool for which this entry contains information.
                   ciscoMemoryPoolName 1.3.6.1.4.1.9.9.48.1.1.1.2 displaystring read-only
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.
                   ciscoMemoryPoolAlternate 1.3.6.1.4.1.9.9.48.1.1.1.3 integer32 read-only
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.
                   ciscoMemoryPoolValid 1.3.6.1.4.1.9.9.48.1.1.1.4 truthvalue read-only
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).
                   ciscoMemoryPoolUsed 1.3.6.1.4.1.9.9.48.1.1.1.5 gauge32 read-only
Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
                   ciscoMemoryPoolFree 1.3.6.1.4.1.9.9.48.1.1.1.6 gauge32 read-only
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
                   ciscoMemoryPoolLargestFree 1.3.6.1.4.1.9.9.48.1.1.1.7 gauge32 read-only
Indicates the largest number of contiguous bytes from the memory pool that are currently unused on the managed device.
                   ciscoMemoryPoolLowMemoryNotifThreshold 1.3.6.1.4.1.9.9.48.1.1.1.8 percent read-write
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.
           ciscoMemoryPoolUtilizationTable 1.3.6.1.4.1.9.9.48.1.2 no-access
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.
               ciscoMemoryPoolUtilizationEntry 1.3.6.1.4.1.9.9.48.1.2.1 no-access
An entry in the memory pool utilization table.
                   ciscoMemoryPoolUtilization1Min 1.3.6.1.4.1.9.9.48.1.2.1.1 percent read-only
This is the memory pool utilization for 1 minute.
                   ciscoMemoryPoolUtilization5Min 1.3.6.1.4.1.9.9.48.1.2.1.2 percent read-only
This is the memory pool utilization for 5 minutes.
                   ciscoMemoryPoolUtilization10Min 1.3.6.1.4.1.9.9.48.1.2.1.3 percent read-only
This is the memory pool utilization for 10 minutes.
           ciscoMemoryPoolLowMemoryNotifEnable 1.3.6.1.4.1.9.9.48.1.3 truthvalue read-write
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.
       ciscoMemoryPoolNotifications 1.3.6.1.4.1.9.9.48.2
           ciscoMemoryPoolMIBNotificationPrefix 1.3.6.1.4.1.9.9.48.2.0
               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.
               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.
       ciscoMemoryPoolConformance 1.3.6.1.4.1.9.9.48.3
           ciscoMemoryPoolCompliances 1.3.6.1.4.1.9.9.48.3.1
               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
               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
               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
           ciscoMemoryPoolGroups 1.3.6.1.4.1.9.9.48.3.2
               ciscoMemoryPoolGroup 1.3.6.1.4.1.9.9.48.3.2.1
A collection of objects providing memory pool monitoring.
               ciscoMemoryPoolUtilizationGroup 1.3.6.1.4.1.9.9.48.3.2.2
An optional group providing a collection of memory pool utilization objects.
               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.
               ciscoMemoryPoolNotificationCtrlGroup 1.3.6.1.4.1.9.9.48.3.2.4
A collection of all the notification control objects.
               ciscoMemoryPoolGroupRev1 1.3.6.1.4.1.9.9.48.3.2.5
A collection of objects providing memory pool monitoring.