|
小弟目前接触一个项目 2台4506E交换机 其中一台 引导无法正常引导,进入rommon模式
解决:1 rommon:dir bootflash: /查看bootflash中是否有ios,及ios名称,版本。
2 rommon:boot bootflash:ios全称.bin
3 进入特权模式 boot system bootflash:ios全程.bin
wr copy run star
4 show run 检查启动是否是以 boot system bootflash:ios全程.bin 引导的,并且这条命令是第一个.
另外一台启动报错,control + C 禁止其自启动,手动进入rommon模式
1、 dir bootflash: 检查其引导程序,发现为cat4000-i9k91s-mz.122-25.EWA14.bin,另外一台可正常引导的是cat4000-i9k91s- mz.122-25.EWA14.bin,
2、开启tftp server, 将正常引导的ios文件保存到本地 copy bootflash: tftp
3、设置mgt 端口 ip
rommon:set ip netmask
set tftpserver ipadd
修改本机ip,测试连通性,一般是switch ping 本本通,反向不通;
4、boot tftp://ip add(本本)/tftp目录文件名/ios全程.bin
5、配置模式 format bootflash: /干掉旧的ios
copy tftp bootflash:
boot system bootflash:ios全程.bin
wr> |
|
|