ifOtnMonPmAlarmMode
LUM-IFOTNMON-MIB ·
.1.3.6.1.4.1.8708.2.55.2.4.1.1.5
Object
column LUM-TCOtnAlarmMode
Tells how section specific alarms are handled.
ignore - Do not show fault status nor alarms for non-operational sections.
display - Show fault status, but do not generate alarms for non-operational sections.
alarm - Show fault status and generate alarms also for non-operational sections.
Context
- MIB
- LUM-IFOTNMON-MIB
- OID
.1.3.6.1.4.1.8708.2.55.2.4.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Default
alarm- Parent
- ifOtnMonPmEntry
- Groups
- 4
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 'LUM-IFOTNMON-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFOTNMON-MIB::ifOtnMonPmAlarmMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-IFOTNMON-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFOTNMON-MIB::ifOtnMonPmAlarmMode.<ifOtnMonPmIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-IFOTNMON-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-IFOTNMON-MIB::ifOtnMonPmAlarmMode'
Syntax
- Source
- LUM-TCOtnAlarmMode
- Base type
Enumeration
Type Description
Tells how section specific alarms are handled.
ignore - Do not show any alarms on non-terminated sections.
display - Show fault status on non-terminated sections.
alarm - Alarm also for non-terminating sections.
notApplicable (2147483647) is used when attribute is not used
in current configuration.
Values & Constraints
Type Values
0 | ignore |
1 | alarm |
2 | display |
2147483647 | notApplicable |