CISCO-MEMORY-POOL-MIB
AI MIB Summary
The CISCO-MEMORY-POOL-MIB monitors Cisco IOS and IOS-XE device memory allocation by exposing specific metrics for free, used, and total bytes within distinct memory pools such as the buffer pool, shared memory, and kernel memory. This module enables the tracking of memory fragmentation and pool exhaustion through counters and gauges to prevent system instability caused by resource depletion.
MIB module for monitoring memory pools
25
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
25 total| Object Name |
|---|
ciscoMemoryPoolMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.48 |
ciscoMemoryPoolObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.1 |
ciscoMemoryPoolTableA table of memory pool monitoring entries. SEQUENCE OF CiscoMemoryPoolEntry .1.3.6.1.4.1.9.9.48.1.1 |
ciscoMemoryPoolEntryAn entry in the memory pool monitoring table. CiscoMemoryPoolEntry .1.3.6.1.4.1.9.9.48.1.1.1 |
ciscoMemoryPoolTypeThe type of memory pool for which this entry
contains information. CiscoMemoryPoolTypes -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.48.1.1.1.1 |
ciscoMemoryPoolNameA 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.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.48.1.1.1.2 |
ciscoMemoryPoolAlternateIndicates 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.ro INTEGER .1.3.6.1.4.1.9.9.48.1.1.1.3 |
ciscoMemoryPoolValidIndicates 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).ro TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.48.1.1.1.4 |
ciscoMemoryPoolUsedIndicates the number of bytes from the memory pool
that are currently in use by applications on the
managed device.ro Gauge -- Units -- bytes .1.3.6.1.4.1.9.9.48.1.1.1.5 |
ciscoMemoryPoolFreeIndicates 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 poolro Gauge -- Units -- bytes .1.3.6.1.4.1.9.9.48.1.1.1.6 |
ciscoMemoryPoolLargestFreeIndicates the largest number of contiguous bytes
from the memory pool that are currently unused on
the managed device.ro Gauge -- Units -- bytes .1.3.6.1.4.1.9.9.48.1.1.1.7 |
ciscoMemoryPoolUtilizationTableA 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. SEQUENCE OF CiscoMemoryPoolUtilizationEntry .1.3.6.1.4.1.9.9.48.1.2 |
ciscoMemoryPoolUtilizationEntryAn entry in the memory pool utilization table. CiscoMemoryPoolUtilizationEntry .1.3.6.1.4.1.9.9.48.1.2.1 |
ciscoMemoryPoolUtilization1MinThis is the memory pool utilization for 1 minute.ro Percent -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.48.1.2.1.1 |
ciscoMemoryPoolUtilization5MinThis is the memory pool utilization for 5 minutes.ro Percent -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.48.1.2.1.2 |
ciscoMemoryPoolUtilization10MinThis is the memory pool utilization for 10 minutes.ro Percent -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.48.1.2.1.3 |
ciscoMemoryPoolNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.2 |
ciscoMemoryPoolConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.3 |
ciscoMemoryPoolCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.3.1 |
ciscoMemoryPoolCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.3.1.1 |
ciscoMemoryPoolComplianceRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.3.1.2 |
ciscoMemoryPoolGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.3.2 |
ciscoMemoryPoolGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.3.2.1 |
ciscoMemoryPoolUtilizationGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.48.3.2.2 |