asamAlarmWarningDeltaLogAlarmId
ASAM-ALARM-MIB ·
.1.3.6.1.4.1.637.61.1.3.53.1.2
Object
column mandatory
Integer32
This is the unique id for an alarm. It is a combination of two
distinct parts of information: the alarm type and the alarm number.
The first half represents the type and the second (rightmost) part
the alarm number. This alarm number represents the bit position of
an alarm in a bitmap of an active alarm entry.
The value of asamAlarmId can be found using a simple formula:
(AlarmType x 2^16) + AlarmNumber.
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: NA RANGE: See above
PERSIST: NO DEFVALUE: NA UNITS: -
Context
- MIB
- ASAM-ALARM-MIB
- OID
.1.3.6.1.4.1.637.61.1.3.53.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- asamAlarmWarningDeltaLogEntry
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 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-ALARM-MIB::asamAlarmWarningDeltaLogAlarmId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-ALARM-MIB::asamAlarmWarningDeltaLogAlarmId.<asamAlarmWarningDeltaLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-ALARM-MIB::asamAlarmWarningDeltaLogAlarmId'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-4294967295