User's Manual

Table Of Contents
80
Users Manual of CS-6306R
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.
config#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
config#copy ftp: //login-nam: login-password@192.168.20.1/main.bin flash: switch.bin
######################################################################
######################################################################
FTP: successfully receive 3377 blocks ,1728902 bytes
config#
1. When the ftp server is out of servi
ce, 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.1.2 Basic System Management Configuration
4.1.2.1 Configuring Ethernet IP address
monitor#ip address <ip_addr><net_mask>
This command is to configure the IP address of the Ethernet. The default IP address is 192.168.0.254, and
the network mask is 255.255.255.0.
Parameter description
Parameter Description
ip_addr
IP address of the Ethernet
net_mask
Mask of the Ethernet
Example
monitor#ip address 192.168.1.1 255.255.255.0
4.1.2.2 Configuring default route
monitor#ip route default <ip_addr>