MIBs Depot

CISCO-MEMORY-POOL-MIB

Registered at
1.3.6.1.4.1.9.9.48
Last updated
2013-09-18 00:00
Organization
Cisco Systems, Inc.
Revisions
2013-09-18 00:00, 2001-07-31 00:00, 1996-02-01 00:00
Namespace
cisco
Source file
CISCO-MEMORY-POOL-MIB
Digest
sha256:a3233f34e65991d75c907d4d0999e676bfd66792cafa35d7e2954022a17b81f7

Description

MIB module for monitoring memory pools

Contact

Postal: Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 408 526 4000 E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-QOS-PIB-MIBPercent
CISCO-SMIciscoMgmt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIGauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Textual conventions

NameOIDSyntaxAccessStatus
CiscoMemoryPoolTypes
TEXTUAL-CONVENTION
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.
current

Objects

NameOIDSyntaxAccessStatus
ciscoMemoryPoolObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.48.1
ciscoMemoryPoolTable
OBJECT-TYPE
A table of memory pool monitoring entries.
1.3.6.1.4.1.9.9.48.1.1not-accessiblecurrent
ciscoMemoryPoolEntry
OBJECT-TYPE
An entry in the memory pool monitoring table.
1.3.6.1.4.1.9.9.48.1.1.1not-accessiblecurrent
ciscoMemoryPoolType
OBJECT-TYPE
The type of memory pool for which this entry contains information.
1.3.6.1.4.1.9.9.48.1.1.1.1CiscoMemoryPoolTypesnot-accessiblecurrent
ciscoMemoryPoolName
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.48.1.1.1.2DisplayStringread-onlycurrent
ciscoMemoryPoolAlternate
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.48.1.1.1.3Integer32 (0..65535)read-onlycurrent
ciscoMemoryPoolValid
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.48.1.1.1.4TruthValueread-onlycurrent
ciscoMemoryPoolUsed
OBJECT-TYPE
Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
1.3.6.1.4.1.9.9.48.1.1.1.5Gauge32read-onlycurrent
ciscoMemoryPoolFree
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.48.1.1.1.6Gauge32read-onlycurrent
ciscoMemoryPoolLargestFree
OBJECT-TYPE
Indicates the largest number of contiguous bytes from the memory pool that are currently unused on the managed device.
1.3.6.1.4.1.9.9.48.1.1.1.7Gauge32read-onlycurrent
ciscoMemoryPoolLowMemoryNotifThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.48.1.1.1.8Percentread-writecurrent
ciscoMemoryPoolUtilizationTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.48.1.2not-accessiblecurrent
ciscoMemoryPoolUtilizationEntry
OBJECT-TYPE
An entry in the memory pool utilization table.
1.3.6.1.4.1.9.9.48.1.2.1not-accessiblecurrent
ciscoMemoryPoolUtilization1Min
OBJECT-TYPE
This is the memory pool utilization for 1 minute.
1.3.6.1.4.1.9.9.48.1.2.1.1Percentread-onlycurrent
ciscoMemoryPoolUtilization5Min
OBJECT-TYPE
This is the memory pool utilization for 5 minutes.
1.3.6.1.4.1.9.9.48.1.2.1.2Percentread-onlycurrent
ciscoMemoryPoolUtilization10Min
OBJECT-TYPE
This is the memory pool utilization for 10 minutes.
1.3.6.1.4.1.9.9.48.1.2.1.3Percentread-onlycurrent
ciscoMemoryPoolLowMemoryNotifEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.48.1.3TruthValueread-writecurrent
ciscoMemoryPoolNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.48.2
ciscoMemoryPoolMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.48.2.0
ciscoMemoryPoolConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.48.3
ciscoMemoryPoolCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.48.3.1
ciscoMemoryPoolGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.48.3.2

Notifications

NameOIDStatus
ciscoMemoryPoolLowMemoryNotif
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.48.2.0.1current
ciscoMemoryPoolLowMemoryRecoveryNotif
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.48.2.0.2current

Conformance

NameOIDStatus
ciscoMemoryPoolCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Memory Pool MIB
1.3.6.1.4.1.9.9.48.3.1.1deprecated
ciscoMemoryPoolComplianceRev1
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Memory Pool MIB
1.3.6.1.4.1.9.9.48.3.1.2deprecated
ciscoMemoryPoolComplianceRev2
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Memory Pool MIB
1.3.6.1.4.1.9.9.48.3.1.3current
ciscoMemoryPoolGroup
OBJECT-GROUP
A collection of objects providing memory pool monitoring.
1.3.6.1.4.1.9.9.48.3.2.1deprecated
ciscoMemoryPoolUtilizationGroup
OBJECT-GROUP
An optional group providing a collection of memory pool utilization objects.
1.3.6.1.4.1.9.9.48.3.2.2current
ciscoMemoryPoolNotificationGroup
NOTIFICATION-GROUP
A collection of all the notifications supported in the CISCO-MEMORY-POOL-MIB.
1.3.6.1.4.1.9.9.48.3.2.3current
ciscoMemoryPoolNotificationCtrlGroup
OBJECT-GROUP
A collection of all the notification control objects.
1.3.6.1.4.1.9.9.48.3.2.4current
ciscoMemoryPoolGroupRev1
OBJECT-GROUP
A collection of objects providing memory pool monitoring.
1.3.6.1.4.1.9.9.48.3.2.5current