Router(config-if)#ip add 192.168.1.200 255.255.255.0 (此处必须与本机在同一网段)
Router(config-if)#no sh
Sending 5, 100-byte ICMP Echos to 192.168.1.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/24/60 ms
Address or name of remote host []? 192.168.1.100 指定TFTP服务器IP地址
Destination filename [router-confg]? test888 (指定保存文件名称)
!! (拷贝OK)
555 bytes copied in 2.008 secs (276 bytes/sec)
Address or name of remote host [192.168.1.100]? 确认文件存放的IP地址
Source filename [test888]? 源文件名
%Warning:There is a file already existing with this name
Do you want to over write? [confirm] 可不理会,直接回车
Accessing tftp://192.168.1.100/test888...
Erase flash: before copying? [confirm]1 随便输入一个字符(不然FLASH中的文件会完全擦掉)
Loading test888 from 192.168.1.100 (via FastEthernet0/0): !
[OK - 555 bytes]
555 bytes copied in 0.224 secs (2478 bytes/sec)
Router#sh flash: 查看FLASH文件
File Length Name/status
1 555 test888 [deleted] 已删除
2 555 test888 新的配置文件已成功copy了
[1240 bytes used, 7863076 available, 7864316 total]
8192K bytes of processor board System flash (Read/Write)