flDeviceUpdateStart
FIBROLAN-DEVICE-MIB ·
.1.3.6.1.4.1.4467.1000.10.1.110.1.7
Object
column r/w
Enumeration
Trigger the update process. Setting this object to start(2) will initiate the update operation. This can be done only when the object's value is ready(0). If notReady(1) is indicated, the operation should not be attempted and may be rejected by the device.
Context
- MIB
- FIBROLAN-DEVICE-MIB
- OID
.1.3.6.1.4.1.4467.1000.10.1.110.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- flDeviceUpdateEntry
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-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-DEVICE-MIB::flDeviceUpdateStart'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-DEVICE-MIB::flDeviceUpdateStart.<flDeviceUpdateTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBROLAN-DEVICE-MIB::flDeviceUpdateStart'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | ready |
1 | notReady |
2 | start |