beautypg.com

Accton Technology ES4710BD User Manual

Page 131

background image

130

E

ES4710BD 10 Slots L2/L3/L4 Chassis Switch

5.5.2.2.7 ip ftp

Command:ip ftp <username> password [type{0|7}] <password>

no ip ftp username <username>

Function: Configures the FTP username and password; the “no ip ftp username <username>

command deletes the password as well as the username configured.

Parameters: is the FTP connection username, up to 16 characters are allowed; 0|7

indicates non-masked password display and masked password display; is the FTP

connection password, up to 16 characters are allowed.

Default: Anonymous FTP connection is used by default.

Command mode: Global Mode

Example: configuring the username to be “ECSwitch”, and password to be “edgecore”.

Switch#

Switch#config

Switch(Config)#ip ftp ECSwitch password 0 edgecore

Switch(Config)#

5.5.2.2.8 copyTFTP

Command: copy <source-url> [ascii | binary]

Function: TFTP client upload/download file

Parameters: <source-url> is the source file or directory location to be copied; is

the target address to copy file or directory; <source-url> and varies according to

the file or directory location. ascii Indicates the files are transferred in ASCII; binary indicates the

files are transferred in binary (default) The URL format for TFTP address looks like:

tftp://<ipaddress>/, where is the IP address of TFTP server/client,

is the name of the file to be uploaded/downloaded via TFTP.

Special Keywords in filename

Keyword

Source/Target IP address

running-config

Active configuration file

startup-config

Start up configuration file

nos.img

System file

Boot.rom

System boot file

Command mode: Admin Mode