95
running-config
Running configuration files
startup-config
Startup configuration files
nos.img
System files
nos.rom
System startup files
Command Mode:
Admin Mode
Usage Guide:
This command supports command line hints,namely if the user can enter
commands in following forms:
copy <filename> ftp:
// or
copy ftp:
//
<filename>
and
press Enter,following hints will be provided by the system:
ftp server ip/ipv6 address [x.x.x.x]/[x:x::x:x] >
ftp username>
ftp password>
ftp filename>
Requesting for FTP server address, user name, password and file name
Examples:
(
1
)
Save images in the FLASH to the FTP server of 2004:1:2:3::6
Switch#copy nos.img ftp://username:password@2004:1:2:3::6/ nos.img
(
2
)
Obtain system file nos.img from the FTP server 2004:1:2:3::6
Switch#copy ftp:// username:password@2004:1:2:3::6/nos.img nos.img
(
3
)
Save the running configuration files
Switch#copy running-config startup-config
2.5.3.2.2.2 copy
(
TFTP
)
Command: copy <source-url> <destination-url> [ascii | binary]
Function:
Download files to the TFTP client
Parameter: <source-url>
is the location of the source files or directories to be cop
ied;
<destination-url>
is the destination address to which the files or directories to
be copied;forms of
<source-url>
and
<destination-url>
vary depending on differentl
ocations of the files or directories.
ascii
indicates the ASCII standard will be adopt
ed;
binary
indicates that the binary system will be adopted in the file transmission
(
d
efault transmission method
)
.When URL represents an TFTP address, its form shoul
d be: tftp://{<
ipaddress>|
<
ipv6address>|<hostname>
}/
<filename>
,amongst <
ipaddress
>|
<
ipv6address>
is the IPv4 or IPv6 address of the TFTP server/client,
<hostname>
is the name of the host mapping with the IPv6 address,it does not support the file
download and upload with hosts mapping with IPv4 addresses,
<filename>
is the na
me of the TFTP upload/download file.
Special keyword of the filename
Keywords
Source or destination addresses
running-config
Running configuration files