Command Reference File System Commands
4.16 tftp-client source
Use this command to bind a source IP address or source interface with a TFTP client. Use the no or
default form of this command to restore the default setting.
tftp-client source { ip ip-address | ipv6 ipv6-address | interface }
no tftp-client source { ip ip-address | ipv6 ipv6-address | interface}
default tftp-client source { ip ip-address | ipv6 ipv6-address | interface }
Specifies the IPv4 source address.
Specifies the IPv6 source address.
Specifies the source interface
No source interface or IP address is bound with the TFTP client by default.
Global configuration mode
The following example binds source IP address 192.168.23.236 with the TFTP client.
Ruijie(config)# tftp-client source ip 192.168.23.236
The following example binds source IPv6 address 2003:0:0:0::2 with the TFTP client.
Ruijie(config)# tftp-client source ipv6 2003:0:0:0::2
The following example binds source interface gigabitEthernet 0/0 with the TFTP client.
Ruijie(config)# tftp-client source gigabitEthernet 0/0
The following example removes the configuration.
Ruijie(config)# no tftp-client source ip 192.168.23.236
The following example restores the default setting.
Ruijie(config)# default tftp-client source ip 192.168.23.236
Use this command to display the file tree of the current directory.
tree [ filesystem: ] [ directory ]