128
E
ES4710BD 10 Slots L2/L3/L4 Chassis Switch
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
Usage Guide:
The command provides command line prompt messages. If the user enters a
command like
copy
<filename>
ftp://
or
copy ftp://
<filename>
and presses Enter, the following
prompt will appear:
ftp server ip address [x.x.x.x] :
ftp username>
ftp password>
ftp filename>
This prompts for the FTP server address, username, password and file name.
Example:
(
1
)
Saving the mirror in FLASH to FTP server 10.1.1.1, the login username for the FTP server is
“Switch”, and the password is “edgecore”.
Switch#copy nos.img ftp://Switch:[email protected]/nos.img
(
2
)
Get the system file nos.img from FTP server 10.1.1.1, the login username for the FTP server is
“Switch”, and the password is “edgecore”.
Switch#copy ftp://Switch:[email protected]/nos.img nos.img
(
3
)
Save active configuration file:
Switch#copy running-config startup-config
Related command: write
5.5.2.2.4 dir
Command: dir
<ftp-server-url>
Function:
checks the list for files in the FTP server
Parameters:
< ftp-server-url >
takes the following format:
ftp://
<username>
:
<password>
@<
ipaddress>
, where
<username>
is the FTP username,
<password>
is the FTP user password, <
ipaddress>
is the IP address of FTP server.
Command mode:
Global Mode