思科交换机开机启动必须要手动boot IOS文件,怎样解决做到自动运行?

2025-04-10 03:05:31
推荐回答(1个)
回答1:

正常进入系统后按如下步骤操作:

  1. switch#dir all 查看xxx.bin所在路径 比如flash:xxx.bin

  2. switch#config t

  3. switch(config)#boot system flash falsh:xxx.bin

  4. switch(config)#end

  5. switch#wr