1、在开始前,须确保交换机与PC可ping通
交换机IP:10.10.6.254
PC机IP:10.10.6.200
2、交换机配置ftp并开启ftp服务
<SW8800>sys
System View: return to User View with Ctr1+Z.
[Sw8800]int vlan 1
[SW8800-V1an-interface1]ip add 10.10.6.66 24
[SW8800-V1an-interface1]qu
[SW8800]ftp server enable
% Start FTP server
[SW8800]1ocal-user ftp
New local user added.
[SW8800-1user-ftp]password simple ftp
Password is too short. Please enter minimum length password (The minimum length is 10).
[SW8800-1user-ftp]password simple misd3fmdfs
Updating the password file, please wait...
[SW8800-1user-ftp]service-type ftp
[SW8800-1user-ftp]quit[SW8800]qu
3、在交换机上查看flash:/下的配置文件
如上sw8800.cfg即为当前交换机的配置文件
4、将交换机的配置文件sw8800.cfg下载到PC机
- 可从PC机get,亦可以从交换机put
- 打开cmd,ftp连接交换机
ftp 10.10.6.254
5、在交换机上从PC机上传配置文件sw8800.cfg