130
EES4710BD 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: <username> is the FTP connection username, up to 16 characters are allowed; 0|7
indicates non-masked password display and masked password display; <password> 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> <destination-url> [ascii | binary]
Function: TFTP client upload/download file
Parameters: <source-url> is the source file or directory location to be copied; <destination-url> is
the target address to copy file or directory; <source-url> and <destination-url> 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>/<filename>, where <ipaddress> is the IP address of TFTP server/client,
<filename> 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