环境:
gns3,vmware做tftp服务器
R0 F0/0 :172.16.43.150
vmware:172.16.43.141
1、组建tftp服务器:
cisco-tftp-server 下载:http://www.onlinedown.net/soft/33433.htm
开启后测试一下:tftp -i 172.16.43.141 get 1.txt
tftp内存放有 c3660-i-mz.122-40a.bin
2、gns3设置
云设置在上一篇已经介绍过了
对R0的设置:en
configure terminal
interface f0/0
no shutdown
ip address 172.16.43.150 255.255.255.0
end
copy running-config startup-config
erase flash:
3、验证是否连通
4、开始存取命令
copy tftp flash:
copy startup-config tftp