upsConfigAlarm
UPS2-MIB ·
.1.3.6.1.4.1.52.4.1.1.10.7.1.1.1
Object
column mandatory
r/w
Enumeration
The UPS's current audible alarm setting. The alarm may be set to activate immediately upon utility failure and for low battery condition, to activate 30 seconds after utility failure and immediately upon low battery condition, to activate upon low battery condition only, or to not activate under any conditions.
Context
- MIB
- UPS2-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.10.7.1.1.1- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- upsConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'UPS2-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UPS2-MIB::upsConfigAlarm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'UPS2-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UPS2-MIB::upsConfigAlarm.<upsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'UPS2-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'UPS2-MIB::upsConfigAlarm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | uponUtilityFailure |
2 | thirtySecondsAfterUtilityFailure |
3 | lowBatteryOnly |
4 | noAudibleAlarm |