User's Manual

61
Example
The following example shows a main.bin file is read from the server, written into the SWITCH and changed
into the name switch.bin.
switch#copy ftp flash
Prompt:ftp user name[anonymous]? login-nam
Prompt:
ftp user password[anonymous]? login-password
Prompt:Source file name[]?main.bin
Prompt:Remote-server ip address[]?192.168.20.1
Prompt:Destination file name[main.bin]?switch.bin
Or
switch#copy ftp://login-nam:login-password@192.168.20.1/main.bin flash:switch.bin
######################################################################
######################################################################
FTP:successfully receive 3377 blocks ,1728902 bytes
switch#
Note:
1) When the ftp server is out of service, the wait time is long. If this problem is caused by the
tcp timeout time (the default value is 75s), you can configure the global command ip tcp
synwait-time to modify the tcp connection time. However, it is not recommended to use it.
2) When you use ftp in some networking conditions, the rate of data transmission might be
relatively slow. You can properly adjust the size of the transmission block to obtain the best
effect. The default size is 512 characters, which guarantee a relatively high operation rate in
most of the networks.
4.2 Basic System Management Configuration
4.2.1 Configuring Ethernet IP Address
monitor#ip address <ip_addr> <net_mask>
This command is to configure the IPaddress of the Ethernet.,The default IP address is 192.168.0. 1,and the
network mask is255.255.255.0.