2-4ViewUser viewParametersremote-system: IPv6 address or host name (a string a 1 to 46 characters) of the destination device.-i interface-type interface-number: Specifies the type and number of an interface. This argument takeseffect only when the address of the TFTP server is a link-local address and the specified outgoinginterface has a link-local address.get: Specifies to download a file.put: Specifies to upload a file.source-filename: Specifies the name of a source file with a string of 1 to 64 letters.destination-filename: Specifies the name of a destination file with a string of 1 to 64 letters. If no suchparameters are specified, then the destination file’s name will be the same as the source file’s.DescriptionUse the tftp ipv6 command to perform the following operations:z Download a file: Download a specified source file from TFTP server to local.z Upload a file: Upload a specified source file from local to TFTP server.Examples# Download a file from TFTP server. tftp ipv6 fe80::250:daff:fe91:e058 -i Vlan-interface 300 get filetoget.File will be transferred in binary modeDownloading file from remote tftp server, please wait..... received: 4469 bytes in 1.243seconds.tracert ipv6Syntaxtracert ipv6 [ -f first-ttl | -m max-ttl | -p port | -q packet-num | -w timeout ]* remote-systemViewAny viewParameters-f first-ttl: Specifies the first TTL, that is, the allowed number of hops for the first packet. Ranges from 1to 255, defaults to 1, and must be less than the maximum TTL.-m max-ttl: Specifies the maximum TTL, that is, the maximum allowed number of hops for a packet. Thevalue ranges from 1 to 255, defaults to 30. It must be greater than the first TTL.-p port: Specifies the port number of the destination UDP, ranging from 1 to 65535, with the default of33434.-q packet-num: Specifies the maximum number of packets sent to a hop, ranging from 1 to 65535, withthe default of 3.