snMspsLoadSaveSftpFileLoad
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.26.11.11.1.1
Object
column r/w
Enumeration
Write access using activate(2) initiates transfer
of registered file from SFTP server to device,
if this functionality is supported for this file type.
The support of functionality is represented in
snMspsLoadSaveSftpFileLoadSupported.
Write access using other values will cause 'bad value'
error. Read access will return following values:
1 - No Load transfers have been done for this file type
since last start of the device.
2 - Activate transfer of registered file from SFTP server
to device. If this file type does not support this
functionality, the 'bad value' error will be returned.
3 - Last transfer of registered file from SFTP server is in progress.
4 - Last transfer of registered file from SFTP server
was successfull. Device restart is not reqired.
5 - Last transfer of registered file from SFTP server
was successfull. Device restart is reqired.
6 - Last transfer of registered file from SFTP server
was not successfull.
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.26.11.11.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snMspsLoadSaveSftpFileTransferEntry
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::snMspsLoadSaveSftpFileLoad'
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::snMspsLoadSaveSftpFileLoad.<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::snMspsLoadSaveSftpFileLoad'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initial |
2 | activate |
3 | in-progress |
4 | successNoRestart |
5 | successRestartRequired |
6 | loadError |