DT Etherlink IV
User Manual
- 64 -
SET: Set the TFTP protocol options. ARG1 specifies the option name and ARG2 the new
value for this option. Following options are supported: TIMEOUT (the time the device will wait
for a reply from the TFTP server) and RETRY (the number of times the device will retry the
operation).
SHOW: Show the current TFTP settings (timeout and retry)
Examples:
TFTP SHOW
TFTP SOFTUPDATE 172.16.53.1 APP.BIN
TFTP LOAD 172.16.53.1 ltu/backup_cSA.txt
TFTP DUMP 172.16.53.1 ltu/current_cSA.txt
TFTP SET TIMEOUT 10
TFTP SET RETRY 1
4.6.4.24 <SOFTCONFIRM> Command
This
command confirms the new version of the software. After downloading the new software, a
counter is switched on and starts of the running software. If this software is not confirmed with the
help of the <SOFTCONFIRM> command after the restart, it will not be valid.
CO_FMM>SOFTCONFIRM
Software confirmed
CO_FMM>SOFTCONFIRM
Software already confirmed
CO_FMM>
4.6.4.25 <SOFTINFO> Command
This command displays some information about the software, which are stored in the current device.
Any device can have two stored software copies (different versions are possible). One copy of the
software is started after switching power on, while the other is a backup software.
CP_FMM>SOFTINFO
1: ver.: 1.1.3, date: 2.6.2006, length: 328k, CRC OK, fixed
2: * ver.: 1.1.4, date: 3.7.2006, length: 330k, CRC OK, confirmed
CP_FMM>
The asterisk shows the running downloaded version (starts after power on).
ver
– The number of the software version.
date
– The date of the software creation.
length
– The size in bytes.
CRC OK/FAIL
– A label showing if the software is damaged or not.
The software status is displayed at the end of the corresponding line:
fixed
– First basic software. Cannot be downloaded, does not require confirmation.
just loaded
– Downloaded second software.
not confirmed
– Non-confirmed second software.
confirmed
– Confirmed second software.
4.6.4.26 <PING x.x.x.x> Command
This command will PING any remote IP address. It sends an ICMP ECHO request message and
wait for the corresponding ICMP ECHO reply message. This command will not ping the own device
IP adress.
CO_FMM>PING 192.168.1.11