Configuring the device as an IPv4 TFTP client
Step | Command | Remarks |
---|---|---|
1. Enter system view. | system-view | N/A |
2. (Optional.) Use an ACL to control the client's access to TFTP servers. | tftp-server acl acl-number | By default, no ACL is used for access control. |
3. Specify the source IP address for TFTP packets sent by the TFTP client. | tftp client source { interface interface-type interface-number | ip source-ip-address } | By default, no source IP address is specified, and the primary IP address of the output interface is used as the source IP address. |
4. Return to user view. | quit | N/A |
5. Download or upload a file in an IPv4 network. | tftp tftp-server { get | put | sget } source-filename [ destination-filename ] [ vpn-instance vpn-instance-name ] [ dscp dscp-value | source { interface interface-type interface-number | ip source-ip-address } ] * | The source IP address specified in this command takes precedence over the one set by the tftp client source command. Use this command in user view. |