R3721-F3210-F3171-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101
251
Parameters
tftp-ipv6-server: IPv6 address or host name (a string of 1 to 46 characters) of a TFTP server.
-i interface-type interface-number: Specifies the source interface by its type and number. This parameter
can be used only when the TFTP server address is a link local address and the specified egress interface
has a link local address. For the configuration of a link local address, see Network Management
Configuration Guide.
get: Downloads a file.
put: Uploads a file.
source-file: Source filename.
destination-file: Destination filename. If not specified, this filename is the same as the source filename.
vpn-instance vpn-instance-name: Specifies the VPN that the TFTP server belongs to. The
vpn-instance-name argument is a case-sensitive string of 1 to 31 characters. If the TFTP server is on the
public network, do not specify this option.
Description
Use tftp ipv6 to download a specified file from a TFTP server or upload a specified local file to a TFTP
server.
This command applies to IPv6 networks.
Examples
# Download filetoget.txt from the TFTP server.
<Sysname> tftp ipv6 fe80::250:daff:fe91:e058 -i gigabitethernet 0/1 get filetoget.txt
...
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait....
TFTP: 411100 bytes received in 2 second(s)
File downloaded successfully.