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
作者:CARLOS_CHIANG
出处:http://www.cnblogs.com/yaoyaojcy/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接。
posted on 2023-07-04 07:40 CARLOS_KONG 阅读(154) 评论(0) 编辑 收藏 举报