CISCO运维记录之C93设备降级IOS

点击目录:  CISCO运维记录

自学CISCO之路-C93设备降级IOS

点击官网:C95降级IOS文档

点击官网:C93降级IOS文档

多次尝试U盘直接copy镜像,均为成功,无法识别U盘(FAT32,小U盘容量或者采用diskgenius把U盘格式成FAT32格式化均不行)。

采用TFTP方式,通过带外管理口降级, 从cat9k_iosxe.17.06.05 降到:cat9k_iosxe.17.03.05

在交换机上面添加:

switch(config)#ip tftp source-interface gigabitEthernet 0/0
switch(config)#ip route vrf Mgmt-vrf 0.0.0.0 0.0.0.0 192.168.51.1

interface GigabitEthernet0/0
 vrf forwarding Mgmt-vrf
 ip address 192.168.51.21 255.255.255.0
 negotiation auto
!

1   install remove inactive

install remove inactive

2   copy ios文件, 验证文件

Switch#copy tftp:[[//location]/directory]/filenameflash:
Switch#copy tftp://172.18.20.220/cat9k_iosxe.17.03.05.SPA.bin flash:
Switch#verify /md5 flash:cat9k_iosxe.17.03.05.SPA.bin
Switch#dir flash:*.bin

3   设置boot

Switch(config)# no boot system
Switch(config)# boot system flash:packages.conf 
Switch(config)# no boot manual
switch# write memory

4   Downgrade新IOS

Switch#install add file flash:cat9k_iosxe.17.03.05.SPA.bin activate commit

 

5   验证

Switch#dir flash:*.pkg
Switch#dir flash:*.conf

posted on   CARLOS_KONG  阅读(168)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
历史上的今天:
2018-07-04 自学Linux Shell17.1-正则表达式
2018-07-04 自学Linux Shell16.4-在命令行上使用函数
2018-07-04 自学Linux Shell16.3-函数递归+创建库
2018-07-04 自学Linux Shell16.2-函数中使用变量

导航

点击右上角即可分享
微信分享提示