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>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 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 |