agentTransferUploadDataType
SWITCHING-MIB ·
.1.3.6.1.4.1.7244.2.1.2.9.1.8
Object
scalar r/w
Enumeration
Transfer upload datatype configures the type of file to upload from the switch. The types for upload are: - Script - Code - Configuration File - Error log - Message log - Trap log - Banner File - VMTracer Image File - Running Configuration
Context
- MIB
- SWITCHING-MIB
- OID
.1.3.6.1.4.1.7244.2.1.2.9.1.8- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agentTransferUploadGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCHING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCHING-MIB::agentTransferUploadDataType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCHING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCHING-MIB::agentTransferUploadDataType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | script |
2 | code |
3 | config |
4 | errorlog |
5 | messagelog |
6 | traplog |
7 | clibanner |
8 | vmtracer |
9 | runningConfig |