CICSO 3560交换机,安装了超级终端的PC,TFTP或FTP服务器,c3560-advipservicesk9-mz.122-25.SEE2.bin的IOS 执行备份前先用dir、cd、pwd等命令看下flash中的目录结构。这台交换机IOS的bin文件以及html文件夹都在flash中c3560-ipbase-mz.122-25.SEB4目录下。 1. /* 将原IOS备份到IP为192.168.1.100的TFTP服务器上 */ switch#copy flash:/c3560-ipbase-mz.122-25.SEB4/c3560-ipbase-mz.122-25.SEB4.bin 2. /* 将原IOS备份为tar文件到IP为192.168.1.100的TFTP服务器上 */ switch#archive tar /create t flash:/c3560-ipbase-mz.122-25.SEB4 flash:/c3560-advipservicesk9-mz.122-25.SEE2.bin switch(config)#boot system flash:/c3560-advipservicesk9-mz.122-25.SEE2.bin 交换机IOS启动顺序:启动帮助ios(boot boothlpr)---帮助ios(boot helper)---系统ios(boot system) |