3com S7906E Guide De Référence

Page de 2327
 
3-5 
View 
User view 
Default Level 
3: Manage level 
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 egress interface by its type and number. This 
parameter can be used only in case that the TFTP server address is a link local address and the 
specified egress interface must have a link local address (For the configuration of link local address, 
see IPv6 Basics in the IP Services Volume). 
get: Downloads a file. 
put: Uploads a file. 
source-filename: Source filename. 
destination-filename: Destination filename. If not specified, this filename is the same as the source 
filename. 
Description 
Use the tftp ipv6 command 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 Vlan-interface 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.