User Manual
51
Users Manual of XGS-6350-24X4C
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 service, the wait time is long. If this problem is
caused by the tcp timeout time (the defa
ult 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>
This command is used to configure the default route. You can configure only one default route.
Parameter description
Parameter Description
ip_addr
IP address of the gateway
Example