CISCO-ENHANCED-MEMPOOL-MIB
AI MIB Summary
The CISCO-ENHANCED-MEMPOOL-MIB enables Cisco IOS and IOS-XE devices to expose granular, per-entity memory pool utilization and allocation statistics via SNMP for real-time resource monitoring and capacity planning.
New MIB module for monitoring the memory pools of all physical entities on a managed system.
24
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
24 total| Object Name |
|---|
ciscoEnhancedMemPoolMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.221 |
cempMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.1 |
cempMemPool OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.1.1 |
cempMemPoolTableA table of memory pool monitoring entries for all
physical entities on a managed system. SEQUENCE OF CempMemPoolEntry .1.3.6.1.4.1.9.9.221.1.1.1 |
cempMemPoolEntryAn entry in the memory pool monitoring table. CempMemPoolEntry .1.3.6.1.4.1.9.9.221.1.1.1.1 |
cempMemPoolIndexWithin each physical entity, the unique value
greater than zero, used to represent each memory pool.
It is recommended that values are assigned
contiguously starting from 1. CempMemPoolIndex -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.221.1.1.1.1.1 |
cempMemPoolTypeThe type of memory pool for which this entry
contains information.ro CempMemPoolTypes -- Rsyntax INTEGER { -- other(1), -- processorMemory(2), -- ioMemory(3), -- pciMemory(4), -- fastMemory(5), -- multibusMemory(6), -- interruptStackMemory(7), -- processStackMemory(8), -- localExceptionMemory(9), -- virtualMemory(10), -- reservedMemory(11), -- imageMemory(12), -- asicMemory(13) -- } .1.3.6.1.4.1.9.9.221.1.1.1.1.2 |
cempMemPoolNameA 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.ro SnmpAdminString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.221.1.1.1.1.3 |
cempMemPoolPlatformMemoryAn indication of the platform-specific memory
pool type. The associated instance of cempMemPoolType
is used to indicate the general type of memory pool.
If no platform specific memory hardware type
identifier exists for this physical entity, or the
value is unknown by this agent, then the value { 0 0 }
is returned.ro AutonomousType -- Rsyntax OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.1.1.1.1.4 |
cempMemPoolAlternateIndicates 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
cempMemPoolType of the alternate pool.ro CempMemPoolIndexOrNone -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.221.1.1.1.1.5 |
cempMemPoolValidIndicates whether or not cempMemPoolUsed,
cempMemPoolFree, cempMemPoolLargestFree and
cempMemPoolLowestFree 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 these 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.221.1.1.1.1.6 |
cempMemPoolUsedIndicates the number of bytes from the memory pool
that are currently in use by applications on the
physical entity.ro Gauge -- Units -- bytes .1.3.6.1.4.1.9.9.221.1.1.1.1.7 |
cempMemPoolFreeIndicates the number of bytes from the memory pool
that are currently unused on the physical entity.
Note that the sum of cempMemPoolUsed and cempMemPoolFree
is the total amount of memory in the poolro Gauge -- Units -- bytes .1.3.6.1.4.1.9.9.221.1.1.1.1.8 |
cempMemPoolLargestFreeIndicates the largest number of contiguous bytes
from the memory pool that are currently unused on
the physical entity.ro Gauge -- Units -- bytes .1.3.6.1.4.1.9.9.221.1.1.1.1.9 |
cempMemPoolLowestFreeThe lowest amount of available memory in the memory pool
recorded at any time during the operation of the system.ro Gauge -- Units -- bytes .1.3.6.1.4.1.9.9.221.1.1.1.1.10 |
cempMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.2 |
cempMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.2.0 |
cempMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.3 |
cempMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.3.1 |
cempMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.3.1.1 |
cempMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.3.2 |
cempMemPoolGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.3.2.1 |
cempMemPoolExtGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.221.3.2.2 |