snMspsLoadSaveSftpFileDelete
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.26.11.11.1.3
Object
column r/w
Enumeration
Write access using activate(2) initiates deletion
of registered file on SFTP server,
if this functionality is supported for this file type.
The support of functionality is represented in
snMspsLoadSaveSftpFileDeleteSupported.
Write access using other values will cause 'bad value'
error. Read access will return following values:
1 - No Delete actions have been done for this file type
since device start.
2 - Activate deletion of registered file on SFTP server
If this file type does not support this functionality,
the 'bad value' error will be returned.
3 - Deletion of registered file on SFTP server is in progress.
4 - Last deletion of registered file on SFTP server
was successfull. Restart of the device is not reqired.
5 - Last deletion of registered file on SFTP server
was successfull. Restart of the device is reqired.
6 - Last deletion of registered file on 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.3- 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::snMspsLoadSaveSftpFileDelete'
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::snMspsLoadSaveSftpFileDelete.<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::snMspsLoadSaveSftpFileDelete'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initial |
2 | activate |
3 | in-progress |
4 | successNoRestart |
5 | successRestartRequired |
6 | deleteError |