2-5DescriptionUse the tftp tftp-server source-interface command to connect to a TFTP server through the specifiedsource interface, and perform download or upload operations. If the specified source interface does notexist, a prompt appears to show the command fails to be executed.Examples# Connect to the remote TFTP server whose IP address is 192.168.8.8 through the source interfaceVLAN-interface 1, and download the file named test.bin from it. tftp 192.168.8.8 source-interface Vlan-interface 1 get test.bintftp tftp-server source-ipSyntaxtftp tftp-server source-ip ip-address { get source-file [ dest-file ] | put source-file-url [ dest-file ] }ViewUser viewParameterstftp-server: IP address or host name of the TFTP server to be connected to, a string of 1 to 20characters. If the switch belongs to a cluster, the value cluster means to connect to the TFTP server ofthe cluster. For the configuration of the TFTP server of a cluster, refer to the Cluster part in this manual.ip-address: IP address to be set as the source IP address.get: Specifies to download a file from the TFTP server.source-file: Name of the file to be downloaded.dest-file: File name used when a file is downloaded and saved to the switch.put: Specifies to upload a file to the TFTP server.source-file-url: Path and name of the file to be uploaded to the TFTP server.dest-file: File name used when a file is uploaded and saved to a TFTP server.DescriptionUse the tftp tftp-server source-ip command to connect to a TFTP server through the specified sourceIP address, and perform download or upload operations. If the specified source IP address does notexist, a prompt appears to show the command fails to be executed.Examples# Connect to the remote TFTP server whose IP address is 192.168.8.8 through the source IP address192.168.0.1, and download the file named test.bin from it. tftp 192.168.8.8 source-ip 192.168.0.1 get test.bintftp source-interfaceSyntaxtftp source-interface interface-type interface-numberundo tftp source-interface