Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
612
Switch# copy tftp: //10.1.1.254/image.had flash: image.had
Address of remote host [10.1.1.254]?
Source filename [image.had]?
Destination filename [image.had]?
Accessing tftp://10.1.1.254/image.had...
Transmission start...
Transmission finished, file length 8315060 bytes.
Transmission to slave start................. Done.
Transmission to slave finished, file length 8315060 bytes.
Please wait, programming flash.............. Done.
Wait slave programming flash complete...
Done.
Switch#
66-7 ip tftp source-interface
This command is used to specify the interface IP address to be used as the source address for initiating
TFTP packets. To revert to default setting, use the no form of this command.
ip tftp source-interface INTERFACE-ID
no ip tftp source-interface
Parameters
INTERFACE-ID
Specifies the interface ID. The interface IP address will be used as the
source address for initiating TFTP packets.
Default
The IP address of the closest interface will be used.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is used to specify the interface IP address to be used as the source address for initiating
TFTP packets. To use this command together with the out of band management port, specify the
interface ID for the out of band management port.
Example
This example shows how to download software using interface IP of VLAN 100.
Switch# configure terminal
Switch(config)# ip tftp source-interface vlan100
Switch(config)#