activeAlarmConfirm
NMS-PTN-ALARM ·
.1.3.6.1.4.1.3320.102.1.3.1.11
Object
?澯ȷ?? Node shall not clear an active alarm, upon the confirmation of the active alarm, but just mark an acknowledged status. An alarm will only be cleared once the clear condition hits.
Context
- MIB
- NMS-PTN-ALARM
- OID
.1.3.6.1.4.1.3320.102.1.3.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- activeAlarmEntry
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 'NMS-PTN-ALARM' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NMS-PTN-ALARM::activeAlarmConfirm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NMS-PTN-ALARM' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NMS-PTN-ALARM::activeAlarmConfirm.<activeAlarmSeqNum>.<activeAlarmRaisingNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NMS-PTN-ALARM' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NMS-PTN-ALARM::activeAlarmConfirm'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |