flDeviceUpdateType
FIBROLAN-DEVICE-MIB ·
.1.3.6.1.4.1.4467.1000.10.1.110.1.2
Object
column r/w
Enumeration
Update type (target).
Context
- MIB
- FIBROLAN-DEVICE-MIB
- OID
.1.3.6.1.4.1.4467.1000.10.1.110.1.2- 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::flDeviceUpdateType'
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::flDeviceUpdateType.<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::flDeviceUpdateType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | software |
3 | firmware |
4 | system |
5 | config |
6 | script |