Operation Manual – File System Management
H3C S3610&S5510 Series Ethernet Switches
Chapter 3 TFTP Configuration
3-5
# Assign VLAN-interface 1 an IP address 1.1.1.1/16, making sure that the port
connected to PC belongs to the same VLAN.
[Sysname] interface vlan-interface 1
[Sysname-Vlan-interface1] ip address 1.1.1.1 255.255.0.0
[Sysname-Vlan-interface1] return
# Download an application file aaa.bin from the TFTP server. (Before that, make sure
that adequate memory is available.)
<Sysname> tftp 1.2.1.1 get aaa.bin bbb.bin
# Upload a configuration file config.cfg to the TFTP server.
<Sysname> tftp 1.2.1.1 put config.cfg configback.cfg
# Specify the main startup file for next startup with the
boot-loader
command (Suppose
the device in this example supports the main and backup attribute of the startup file.).
<Sysname> boot-loader file bbb.bin
<Sysname> reboot
Caution:
Startup files for next startup must be saved under the root directory. You can copy or
move a file to change the path of it to the root directory. For description of the
corresponding command, refer to the
System Maintaining and Debugging
part of the
manual.