agentBscSwFileLoadType
COMPAQ-AGENT-MIB ·
.1.3.6.1.4.1.232.161.3.1.2.1.1.7
Object
column mandatory
r/w
Enumeration
This object provides the user to select download or upload function for the file.
Note:
For system which does not support change of this object, setting value to
this object will cause the system to return bad-value error message.
Context
- MIB
- COMPAQ-AGENT-MIB
- OID
.1.3.6.1.4.1.232.161.3.1.2.1.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- agentBscSwFileEntry
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 'COMPAQ-AGENT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMPAQ-AGENT-MIB::agentBscSwFileLoadType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'COMPAQ-AGENT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMPAQ-AGENT-MIB::agentBscSwFileLoadType.<agentBscSwFileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'COMPAQ-AGENT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'COMPAQ-AGENT-MIB::agentBscSwFileLoadType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | upload |
3 | download |