User Manual DEV 5072
Copyright DEV Systemtechnik GmbH 2016-2017
61
5.5.4.4.4.5
.surveillance.errorTable.errorEntry.errorPending
OID:
.1.3.6.1.4.1.21035.34.3.4.1.5
.x
Syntax:
INTEGER {pending (1), gone (2)}
Access:
read-only
Description:
The last occurrence of the error is
"
1
" still pending, or
"
2
" not pending anymore, i.e. gone.
5.5.4.4.4.6
.surveillance.errorTable.errorEntry.errorAcknowledge
OID:
.1.3.6.1.4.1.21035.34.3.4.1.6
.x
Syntax:
INTEGER {notAcknowledged (1), acknowledged (2)}
Access:
read-only
Description:
The last occurrence of the error is
"
1
" not acknowledged, or
"
2
" acknowledged.
5.5.4.4.4.7
.surveillance.errorTable.errorEntry.errorChassisNumber
OID:
.1.3.6.1.4.1.21035.34.3.4.1.7
.x
Syntax:
INTEGER32
Access:
read-only
Description:
The number of the chassis, the error is located at
Not applicable for this type of device, thus "0" is returned.
5.5.4.4.5
.surveillance.errorDescription
OID:
.1.3.6.1.4.1.21035.34.3.5
.0
Syntax:
OCTET STRING (SIZE(64))
Access:
accessible-for-notify
Access:
accessible-for-notify
Description:
.errorDescription contains the latest error description string, which
is used for .trapAlarmText; please refer to chapter 5.5.4.1.1.
5.6
FTP/FTPS-Server
The device provides an integrated FTP/FTPS-server for downloading log files and for
uploading firmware updates.
Only users with "admin" permission (please refer to chapter 5.4.6.1.3) can access
the device via FTP/FTPS; all authorization methods (Local, RADIUS, and LDAP;
chapter 5.4.6.1.1) are supported.
The necessary FTP commands are implemented, i.e.:
FTP commands LIST and NLST: to list the files of the current directory.
E.g. (via the MS Windows FTP command line tool):
dir
or
ls
FTP command RETR: for downloading the files
error.log
and
user.log
.
E.g. (via the MS Windows FTP command line tool):
get error.log
or
get user.log