96
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> tftp:
// or
copy tftp:
//
<filename>
and
press Enter,following hints will be provided by the system:
tftp server ip/ipv6 address[x.x.x.x]/[x:x::x:x]>
tftp filename>
Requesting for TFTP server address, file name
Example:
(
1
)
Save images in the FLASH to the TFTP server of 2004:1:2:3::6
Switch#copy nos.img tftp:// 2004:1:2:3::6/ nos.img
(
2
)
Obtain system file nos.img from the TFTP server 2004:1:2:3::6
Switch#copy tftp:// 2004:1:2:3::6/nos.img nos.img
(
3
)
Save running configuration files
Switch#copy running-config startup-config
2.5.3.2.2.3 dir
Command: dir <ftp-server-url>
Function:
Browse the file list on the FTP server.
Parameter:
The form of
< ftp-server-url >
is:ftp://
<username>
:
<password>
@{<
ipv4a
ddress>|<ipv6address>}
,amongst
<username>
is the FTP user name,
<password>
is
the FTP user password,
{<
ipv4address>|<ipv6address>}
is the IPv4 or IPv6 address of the FTP server.
Command Mode:
Global Mode
Example:
Browse the list of the files on the server with the FTP client
Switch(Config)# dir ftp://user:password@IPv6 Address.
2.5.3.2.2.4 ftp-server enable
Command: ftp-server enable
no ftp-server enable
Function:
Start FTP server, the “
no ftp-server enable
” command shuts down FTP
server and prevents FTP user from logging in.
Default:
FTP server is not started by default.
Command mode:
Global Mode
Usage Guide:
When FTP server function is enabled, the switch can still perform ftp client
functions. FTP server is not started by default.