agentppCfgStorageOperation
AGENTPP-CONFIG-MIB ·
.1.3.6.1.4.1.4976.3.3.1.3.1.1.6
Object
column r/w
Enumeration
The states 'idle(1)' and 'inProgress(2)' can only be
read, whereas the states 'store(3)' and 'restore(4)' can
only be written.
Setting this object to 'store(3)' will save the agent's
configuration to the location identified by
agentppCfgStoragePath. Setting this object to
'restore(4)' resets the agent to the configuration
read from location agentppCfgStoragePath.
While the two operations above are in progress,
this object returns 'inProgress(2)' on get requests.
Otherwise 'idle(1)' is returned on get requests.
While its state is 'inProgress' any set request returns
a 'resourceUnavailable(13)' error.
Context
- MIB
- AGENTPP-CONFIG-MIB
- OID
.1.3.6.1.4.1.4976.3.3.1.3.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentppCfgStorageEntry
- Groups
- 1
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 'AGENTPP-CONFIG-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGENTPP-CONFIG-MIB::agentppCfgStorageOperation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AGENTPP-CONFIG-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGENTPP-CONFIG-MIB::agentppCfgStorageOperation.<agentppCfgStorageName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AGENTPP-CONFIG-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AGENTPP-CONFIG-MIB::agentppCfgStorageOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | inProgress |
3 | store |
4 | restore |
Conformance
Member of