The tftp ipv6 command uploads the local file to the TFTP server or download the file from the TFTP server to the local machine.
Parameter | Description | Value |
---|---|---|
-a source-ipv6-address |
Specifies the source IPv6 address of the local machine. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
tftp-server-ipv6 |
Specifies the IPv6 address of an IPv6 TFTP server or the host with a specific name. To view the mapping between the IPv4 address and host name, run the display dns dynamic-host or display ip host command. |
The value is a string case-sensitive characters, spaces not supported. |
vpn-instance vpn-instance-name |
Specifies the VPN instance name. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
public-net |
Indicates that the TFTP server on the public network is connected. |
- |
-oi interface-type interface-number |
Specifies the source interface type and number. |
- |
get |
Specifies the downloading files from the remote TFTP server. |
- |
put |
Specifies the uploading local files to the remote TFTP server. |
- |
source-filename |
Specifies the source file name. |
Source file name is string data type. The string length range is from 1 to 255 characters. It can contain alphanumeric and special characters. |
destination-filename |
Specifies the destination file name. |
Destination file name is string data type. The string length range is from 1 to 255 characters. It can contain alphanumeric and special characters. |