flSyncCenterState
FIBROLAN-SYNC-CENTER-MIB ·
.1.3.6.1.4.1.4467.1000.200.1.10.1.2
Object
column Enumeration
The current state of the SyncCenter. Indicates the overall sync status of the device. Under normal conditions, from power up, the state sequence should move from free-running to lock-acquisition and eventually locked. 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-SYNC-CENTER-MIB
- OID
.1.3.6.1.4.1.4467.1000.200.1.10.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- flSyncCenterStatusEntry
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-SYNC-CENTER-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-SYNC-CENTER-MIB::flSyncCenterState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBROLAN-SYNC-CENTER-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-SYNC-CENTER-MIB::flSyncCenterState.<flSyncCenterId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBROLAN-SYNC-CENTER-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBROLAN-SYNC-CENTER-MIB::flSyncCenterState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rbFreeRunning |
2 | lockAcquisition |
3 | locked |
4 | holdover |
5 | holdoverRecovery |
6 | oscFreeRunning |
99 | other |