snMspsLoadSaveTftpFileSave
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.26.10.11.1.2
Object
column r/w
Enumeration
Write access using activate(2) initiates transfer
of registered file from device to TFTP server,
if this functionality is supported for this file type.
The support of functionality is represented in
snMspsLoadSaveTftpFileSaveSupported.
Write access using other values will cause 'bad value'
error. Read access will return following values:
1 - No Save transfers have been done for this file type
since last start of the device.
2 - Activate transfer of registered file from device to
TFTP server. If this file type does not support this
functionality, the 'bad value' error will be returned.
3 - Last transfer of registered file from device is in progress.
4 - Last transfer of registered file from device
was successfull. Device restart is not reqired.
5 - Last transfer of registered file from device
was successfull. Device restart is reqired.
6 - Last transfer of registered file from device
was not successfull.
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.26.10.11.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snMspsLoadSaveTftpFileTransferEntry
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 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsLoadSaveTftpFileSave'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsLoadSaveTftpFileSave.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SN-MSPS-SCX-MIB::snMspsLoadSaveTftpFileSave'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initial |
2 | activate |
3 | in-progress |
4 | successNoRestart |
5 | successRestartRequired |
6 | saveError |