小雨点点789 发表于 2018-7-19 11:26:29

Cisco 交换机恢复母盘

  Recovering from a Software Failure
  1.从cisco网站下载系统映像,需cco权限账号
  2.解压系统映像,解压后是二进制可执行Bin文件
  Unix 下使用tar -tvf 命令解压
  unix-1% tar-tvf image_filename.tar
  unix-1% ls-l image_filename.bin
  3.通过串口线连接交换机的console口 speed选择9600
  4.关闭交换机的电源,按住Mode键接通电源,串口界面显示如下信息:
  The systemhas been interrupted prior to initializing the flash file system. The followingcommands will initialize the flash file system, and finish loading theoperating system software#
  flash_init
  load_helper
  boot
  5.初始化系统 switch: flash_init
  6.switch: load_helper
  7.通过xmodem protocol开始传送文件 switch: copy xmodem:flash:image_filename.bin
  8.选择超级终端上的传送---发送文件
  9.用boot命令重新加载新的 IOS switch:bootflash:image_filename.bin
  10.reload
  注意事项:如果串口速度选择的不是9600,则需要修改交换机串口速度.
  --------------------------------------------------------------------------------------------------------------------------------------
页: [1]
查看完整版本: Cisco 交换机恢复母盘