Router#show version //找到 flash 的文件名 Router#copy flash tftp Source filename []?disk0:c7301-adventerprisek9-mz.152-4.S1.bin //这里输入上述返回内容 flash 部分""里的所有内容 Address or name of remote host []?10.10.10.254(设置的 TFTP 服务器地址) Destination filename [c7301-adventerprisek9-mz.152-4.S1.bin]? 慢慢出现 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 表示正在备份(感叹号代表进度条)
备份配置
1 2 3
Router#copy running-config tftp Address or name of remote host []?10.10.10.254 Destination filename []?router_backup //保存的文件名
升级
升级 IOS
1 2 3 4 5 6
Router#copy tftp flash Address or name of remote host []?10.10.10.254 Source filename []?c7301-jk9o3s-mz.124-25g.bin Destination filename [c7301-jk9o3s-mz.124-25g.bin]?disk0:c7301-jk9o3s-mz.124-25g.bin //跟备份的 IOS 一样格式 Do you want to over write? [confirm] 如果提示空间不足,使用 delete flash 删除之前的 IOS 文件
恢复配置
1 2 3 4 5 6 7 8
Router#copy tftp running-config Address or name of remote host []? 10.10.10.254 Source filename []? router_backup Destination filename [running-config]?
Router(config)#interface Dialer1 Router(config-if)#ip mtu 1400 Router(config-if)#ip tcp adjust-mss 1400