flAtomicClockCellHeaterCurrentAlarmState
FIBROLAN-ATOMIC-CLOCK-MIB ·
.1.3.6.1.4.1.4467.1000.220.1.10.1.14
Object
column Enumeration
The current cell heater current alarm state of the Atomic Clock module/oscillator. Should normally return 'normal'. A value of 'warning' means the module is still functional within the correct operational range, but may suffer failure if current conditions do not change for the better. An 'error' condition means the module may currently be experiencing a failure condition, or such may occur at any time (i.e. module too close to operational range).
Context
- MIB
- FIBROLAN-ATOMIC-CLOCK-MIB
- OID
.1.3.6.1.4.1.4467.1000.220.1.10.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- flAtomicClockEntry
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 'FIBROLAN-ATOMIC-CLOCK-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-ATOMIC-CLOCK-MIB::flAtomicClockCellHeaterCurrentAlarmState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBROLAN-ATOMIC-CLOCK-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-ATOMIC-CLOCK-MIB::flAtomicClockCellHeaterCurrentAlarmState.<flAtomicClockModuleId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBROLAN-ATOMIC-CLOCK-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBROLAN-ATOMIC-CLOCK-MIB::flAtomicClockCellHeaterCurrentAlarmState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | warning |
3 | error |
99 | other |