3Com MSR 50 Network Router User Manual


  Open as PDF
of 2742
 
2393
Description Use the tftp command to upload files from the local device to a TFTP server or
download files from the TFTP server to the local device.
If no destination file name is specified, the saved file uses the source file name.
The priority of the source address specified with this command is higher than
that with the tftp client source command. If you use the tftp client source
command to specify the source address first and then with the tftp command,
the latter one is adopted.
This command applies to IPv4 network.
Related command: tftp client source.
Example # Download the config.cfg file from the TFTP server with the IP address of
192.168.0.98 and save it as config.bak. Specify the source IP address to be
192.168.0.92.
<Sysname> tftp 192.168.0.98 get config.cfg config.bak source ip 192.168.0.92
.
File will be transferred in binary mode
Downloading file from remote tftp server, please wait...<HardReturn
TFTP: 2143 bytes received in 0 second(s)
File downloaded successfully.
# Upload the config.cfg file from the storage device to the default path of the TFTP
server with the IP address of 192.168.0.98 and save it as config.bak. Specify the
source IP interface to be Ethernet 1/0.
<Sysname> tftp 192.168.0.98 put config.cfg config.bak source interface Ether
net 1/0
.
File will be transferred in binary mode
Sending file to remote tftp server. Please wait... <HardReturn
TFTP: 2143 bytes sent in 0 second(s).
File uploaded successfully.
tftp client source
Syntax tftp client source { interface interface-type interface-number | ip source-ip-address }
undo tftp client source
View System view
Parameter interface interface-type interface-number: Specifies the source interface by its
type and number. The primary IP address configured on the source interface is the
source IP address of the packets sent by FTP. If no primary IP address is configured
on the source interface, the transmission fails.
ip source-ip-address: The source IP address of the TFTP connection. It must be an
IP address configured on the device.
Description Use the
tftp client source command to configure the source address of the TFTP
packets from the TFTP client.