H3C Technologies H3C SecBlade LB Cards User Manual
Page 106
97
•
Secure download—The new file is downloaded to memory and will not be written to the storage
medium until the whole file is obtained. A download failure does not affect the old file that has the
same name as the old file.
To avoid undesired file loss, use the secure download mode. If you use the normal download mode
because of insufficient memory, assign the new file a file name unique in the storage medium.
You can use the tftp client source command to specify a source IP address or source interface for the TFTP
packets sent by the device. If a source interface (typically a loopback interface) is specified, its primary
IP address is used as the source IP address for the TFTP packets. The source interface and source IP
address settings overwrite each other.
The tftp client source command setting applies to all TFTP sessions. When you set up a TFTP session with
the tftp command, you can also specify a different source IP address for the TFTP session.
IMPORTANT:
To avoid TFTP connection failures, when you specify a source interface for TFTP packets, make sure the
interface has been assigned a primary IP address.
To use the device as a TFTP client:
Step Command
Remarks
1.
Enter system view.
system-view
N/A
2.
Use an ACL to control the
client's access to TFTP
servers.
tftp-server [ ipv6 ] acl acl-number
Optional.
By default, no ACL is used for
access control.
3.
Specify a source IP
address for outgoing
TFTP packets.
tftp client source { interface interface-type
interface-number | ip source-ip-address }
Optional.
By default, the primary IP
address of the output interface is
used as the source IP address.
4.
Return to user view.
quit
N/A
5.
Download or upload a
file.
•
For IPv4:
tftp server-address { get | put | sget }
source-filename [ destination-filename ]
[ vpn-instance vpn-instance-name ]
[ source { interface interface-type
interface-number | ip
source-ip-address } ]
•
For IPv6:
tftp ipv6 tftp-ipv6-server [ -i
interface-type interface-number ] { get
| put } source-filename
[ destination-filename ] [ vpn-instance
vpn-instance-name ]
Optional.