All MIBs › UTILIZATION-MANAGEMENT-MIB
Organization: Avaya's Concord Technology Center (CTC)
Last Updated: 2003--0-5-
Category: Carrier and Telecom Equipment
Description:
Monitors network link utilization thresholds and capacity management via Avaya Concord CTC.
Imported Objects
From AVAYAGEN-MIB
| avayaSystemStats | OBJECT-IDENTITY |
From SNMPv2-SMI
| Integer32 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE |
From SNMPv2-TC
| TEXTUAL-CONVENTION |
What Is UTILIZATION-MANAGEMENT-MIB?
UTILIZATION-MANAGEMENT-MIB is an Avaya's Concord Technology Center (CTC) proprietary MIB (built on AVAYAGEN-MIB) reporting generic CPU/memory utilization across Avaya platforms. Its CPU-utilization table, keyed by index, records monitoring/event-generation enable, high threshold, and average/current utilization, a history table records per-sample historical utilization, and memory objects cover total RAM, operational-image size, dynamic-allocation memory used/max-used/available, allocation failures, a system-RAM notification high-water mark, and a per-ID memory-utilization table (physical RAM, percent used). As a performance MIB it lets an administrator watch CPU/memory utilization trends and get alerted when a high threshold is crossed on an Avaya platform. It is deployed on Avaya platforms (CTC generic utilization management). Engineers can download the UTILIZATION-MANAGEMENT-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in UTILIZATION-MANAGEMENT-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- CPU/memory utilization trends and threshold crossings
Supported Devices
- Avaya platforms (CTC generic utilization management)
Monitoring Examples
An administrator monitors genCpuCurrentUtilization against genCpuUtilizationHighThreshold to catch sustained CPU pressure on an Avaya platform.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| genStats | 1.3.6.1.4.1.6889.2.1.11.1 | Generic Utilization Mib. | ||
| genCpuUtilization | 1.3.6.1.4.1.6889.2.1.11.1.1 | |||
| genCpuUtilizationTable | 1.3.6.1.4.1.6889.2.1.11.1.1.1 | not-accessible | A list of CPU utilization entries. | |
| genCpuUtilizationEntry | 1.3.6.1.4.1.6889.2.1.11.1.1.1.1 | not-accessible | A collection of CPU utilization. | |
| INT genCpuIndex | 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1 | INTEGER | read-only | An index that uniquely identifies the CPU. |
| INT genCpuUtilizationEnableMonitoring | 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2 | INTEGER | read-write | Enable or disable CPU utilization monitoring. The default is disabled(1). |
| INT genCpuUtilizationEnableEventGeneration | 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.3 | INTEGER | read-write | Enable or disable event generation for CPU utilization. The default is disable (1). |
| INT genCpuUtilizationHighThreshold | 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.4 | INTEGER | read-write | The high threshold of CPU utilization in percentage, which can be from 50% to 99%. If event generation is enabled while the utilization is above the threshold, an event will be generated. The default value of this threshold is 95%. No event will be generated when the utilization crosses below the high threshold. |
| INT genCpuAverageUtilization | 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5 | INTEGER | read-only | The curent average CPU utilization in percentage if the monitoring is enabled and full window of results has been captured. Sample window is 60 seconds. Number of samples is 12, which results a sample interval of 5 seconds. |
| INT genCpuCurrentUtilization | 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6 | INTEGER | read-only | The current CPU utilization in percentage if the monitoring is enabled. The sample interval is 5 seconds. |
| genCpuUtilizationHistoryTable | 1.3.6.1.4.1.6889.2.1.11.1.1.2 | not-accessible | A list of CPU utilization history entries. | |
| genCpuUtilizationHistoryEntry | 1.3.6.1.4.1.6889.2.1.11.1.1.2.1 | not-accessible | A collection of CPU utilization history. | |
| INT genCpuUtilizationHistorySampleIndex | 1.3.6.1.4.1.6889.2.1.11.1.1.2.1.1 | INTEGER | read-only | An index that uniquely identifies the particular sample. This index starts at 1 and increases by one as each new sample is taken. |
| INT genCpuHistoryUtilization | 1.3.6.1.4.1.6889.2.1.11.1.1.2.1.2 | INTEGER | read-only | The cpu utiliztion in percentage of a particular sample. The number of samples is 12, which results in a sample interval of 5 seconds. The sample window is 60 seconds. |
| genMemUtilization | 1.3.6.1.4.1.6889.2.1.11.1.2 | |||
| MBY genMemUtilizationTotalRAM | 1.3.6.1.4.1.6889.2.1.11.1.2.1 | MBytes | read-only | The total size of the ram in MBytes. |
| MBY genMemUtilizationOperationalImage | 1.3.6.1.4.1.6889.2.1.11.1.2.2 | MBytes | read-only | The total size of the operational image in Bytes. |
| genMemUtilizationDynAllocMem | 1.3.6.1.4.1.6889.2.1.11.1.2.3 | |||
| MBY genMemUtilizationDynAllocMemUsed | 1.3.6.1.4.1.6889.2.1.11.1.2.3.1 | MBytes | read-only | The dynamically allocated memory has been used in Bytes. |
| MBY genMemUtilizationDynAllocMemMaxUsed | 1.3.6.1.4.1.6889.2.1.11.1.2.3.2 | MBytes | read-only | The dynamically allocated memory has been used maximally in Bytes. |
| MBY genMemUtilizationDynAllocMemAvailable | 1.3.6.1.4.1.6889.2.1.11.1.2.3.3 | MBytes | read-only | The available dynamically allocated memory in Bytes. |
| MBY genMemUtilizationAllocationFailures | 1.3.6.1.4.1.6889.2.1.11.1.2.4 | MBytes | read-only | The total number of the memory that fails allocation. |
| genMemUtilizationSysRAMTrap | 1.3.6.1.4.1.6889.2.1.11.1.2.5 | |||
| MBY genMemUtilizationSysRAMNotificationHighWaterMark | 1.3.6.1.4.1.6889.2.1.11.1.2.5.1 | MBytes | read-write | The high water mark for ram allocation in Bytes. If this value has been exceeded, a trap will be generated. This value can't be higher than Total System RAM. |
| genMemUtilizationTable | 1.3.6.1.4.1.6889.2.1.11.1.2.6 | not-accessible | Memory Utilization by module in stack or blade in modular solution | |
| genMemUtilizationEntry | 1.3.6.1.4.1.6889.2.1.11.1.2.6.1 | not-accessible | Memory Utilization Table indexed by Module ID | |
| INT genMemUtilizationID | 1.3.6.1.4.1.6889.2.1.11.1.2.6.1.1 | INTEGER | not-accessible | Module/Blade/SubAgent ID index |
| MBY genMemUtilizationPhyRam | 1.3.6.1.4.1.6889.2.1.11.1.2.6.1.2 | MBytes | read-only | The total size of the physical ram in Bytes. |
| INT genMemUtilizationPercentUsed | 1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3 | INTEGER | read-only | The percenatge of memory used. |
RFC description
Monitors CPU and memory utilization statistics per module on Avaya systems including threshold configurations and event generation.
Start monitoring Avaya platforms, CTC generic utilization management (CPU/memory utilization threshold status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.