agentInventoryUnitSFSLastAttemptStatus
NETGEAR-INVENTORY-MIB ·
.1.3.6.1.4.1.4526.10.13.2.2.1.28
Object
column Enumeration
Status parameter to indicate whether the last synchronization attempt succeeded or failed.If SFS is initated for a particular unit and if it completes successfully this object will return success(2),if SFS operation failed lasttime for this unit,this object will return failure(3).if SFS did not initiate for this unit,this object will retunrn none(1). If activation of the image failed because the underlying bootcode version is older than the minimum boot code version specified in the image, this object returns min-bootcode-version-not-met(4)
Context
- MIB
- NETGEAR-INVENTORY-MIB
- OID
.1.3.6.1.4.1.4526.10.13.2.2.1.28- Type
- column
- Access
- readonly
- Status
- current
- Parent
- agentInventoryUnitEntry
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 'NETGEAR-INVENTORY-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-INVENTORY-MIB::agentInventoryUnitSFSLastAttemptStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-INVENTORY-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-INVENTORY-MIB::agentInventoryUnitSFSLastAttemptStatus.<agentInventoryUnitNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-INVENTORY-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-INVENTORY-MIB::agentInventoryUnitSFSLastAttemptStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | success |
3 | failure |
4 | min-bootcode-version-not-present |