flSyncCenterSystemClockState
FIBROLAN-SYNC-CENTER-MIB ·
.1.3.6.1.4.1.4467.1000.200.1.10.1.10
Object
column Enumeration
The current overall state of the system's clock. Indicates whether Good or Fail.
Context
- MIB
- FIBROLAN-SYNC-CENTER-MIB
- OID
.1.3.6.1.4.1.4467.1000.200.1.10.1.10- 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::flSyncCenterSystemClockState'
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::flSyncCenterSystemClockState.<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::flSyncCenterSystemClockState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | good |
2 | fail |
99 | other |