flSyncCenterBitsOutputState
FIBROLAN-SYNC-CENTER-MIB ·
.1.3.6.1.4.1.4467.1000.200.1.10.1.9
Object
column Enumeration
The current state of the device's BITS outputs. The normal state refers to the user configuration (i.e. no system override). the 'disabled' state indicates the system has automatically shutdown the BITS outputs as a result of an event (e.g. both GPS and Rb failed). 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.9- 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::flSyncCenterBitsOutputState'
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::flSyncCenterBitsOutputState.<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::flSyncCenterBitsOutputState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | disabled |
99 | other |