agTransferAction
BLADETYPE4-NETWORK-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.33.4.2.1.1.7.6
Object
scalar r/w
Enumeration
This is an action object to perform various FTP/TFTP Get or Put functions.
The FTP/TFTP sever is specified in agTransferServer object.
img-get(2) - Download switch image from a specified image
file(agTransferImageFileName) on the FTP/TFTP server to
the destinated storage(agTransferImage).
cfg-get(3) - Download switch configuration from a specified
file(agTransferCfgFileName) on the FTP/TFTP server.
cfg-put(4) - Upload switch configuration to a specified
file(agTransferCfgFileName) on the FTP/TFTP server.
dump-put(5)- Download switch core dump to a specified
file(agTransferDumpFileName) on the FTP/TFTP server.
img-put(7) - Upload specified switch image to a specified image
file(agTransferImageFileName) on the FTP/TFTP server.
tsdump-put(5)- Download switch core dump to a specified
file (agTransferTSDumpFileName) on the FTP/TFTP server.
other(1) is returned always when read.
Context
- MIB
- BLADETYPE4-NETWORK-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.33.4.2.1.1.7.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agTransfer
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 'BLADETYPE4-NETWORK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADETYPE4-NETWORK-MIB::agTransferAction.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADETYPE4-NETWORK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADETYPE4-NETWORK-MIB::agTransferAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | img-get |
3 | cfg-get |
4 | cfg-put |
5 | dump-put |
7 | img-put |
8 | tsdump-put |