H3C S7500E Series Ethernet Switches Operation Manual
Operation Manual – File System Management
H3C S7500E 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. app from the TFTP server. (Before that, make sure
that adequate memory is available.)
<Sysname> tftp 1.2.1.1 get aaa.app bbb.app
# 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.app slot 1 main
<Sysname> reboot
Caution:
Startup files for next startup must be saved under the root directory (For a device
supporting storage device partitioning, the startup files must be saved on the first
partition). For the details of this command, refer to System Maintaining and Debugging
Commands.