All MIBs › ALARM-MIB › alarmClearMaximum
alarmClearMaximum
Module: ALARM-MIB
OID (symbolic): ALARM-MIB::alarmClearMaximum
OID (numeric): 1.3.6.1.2.1.118.1.3.1
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-write
Description: This object specifies the maximum number of cleared alarms to store in the alarmClearTable. When this number is reached, the cleared alarms with the earliest clear time will be removed from the table.
What is alarmClearMaximum?
This OID holds a configurable number specifying how many cleared (resolved) alarms the system should keep in memory before deleting the oldest ones. Cleared alarms are historical records of problems that have been fixed. A systems administrator would adjust this limit to control how much historical alarm data is retained for auditing.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.118.1.3.1 snmpwalk -v2c -c public <target> ALARM-MIB::alarmClearMaximum
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.118.1.3.1.1 snmpget -v2c -c public <target> ALARM-MIB::alarmClearMaximum.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.118.1.3.1.1 i <value>
Start monitoring SNMP-managed network devices (alarm subsystem) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ALARM-MIB::alarmClearMaximum OID value, configure state conditions and alerts, and monitor any SNMP-managed network devices (alarm subsystem) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.118 | alarmMIB | ALARM-MIB |
| 1.3.6.1.2.1.118.1 | alarmObjects | ALARM-MIB |
| 1.3.6.1.2.1.118.1.3 | alarmClear | ALARM-MIB |
| 1.3.6.1.2.1.118.1.3.1 | alarmClearMaximum | ALARM-MIB |