flAtomicClockState
FIBROLAN-ATOMIC-CLOCK-MIB ·
.1.3.6.1.4.1.4467.1000.220.1.10.1.9
Object
column Enumeration
The current state of the Atomic Clock module. Under normal conditions, from power up, the state sequence should move from unplugged (may be skipped) to warming, ready, ppsShifting, shortTermSteering, averaging (will stay a while in this state) and eventually longTermSteering. In the latter two states, the module is holdover ready. When primary reference (e.g. GPS) is lost, the state should change to holdover, and when holdover is no longer valid state will move to free-running. Normally, 'other' state should not be present.
Context
- MIB
- FIBROLAN-ATOMIC-CLOCK-MIB
- OID
.1.3.6.1.4.1.4467.1000.220.1.10.1.9- 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::flAtomicClockState'
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::flAtomicClockState.<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::flAtomicClockState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unplugged |
2 | warming |
3 | ppsShifting |
4 | shortTermSteering |
5 | averaging |
6 | longTermSteering |
7 | holdover |
8 | holdoverRecovery |
9 | freeRunning |
99 | other |