Cisco C9800无线控制器升级

IOS-XE系统升级

Posted by Ethan on December 25, 2024

前期准备

1.评估目标版本

  • 目标版本已知Bug分析
  • 目标版本升级路径

2.从Software Download下载所需的文件

3.确认硬件设备状态

show env all
show interface status

4.验证控制器是否处于安装模式

show version

5.检查并修改引导的文件

show boot
configure terminal
no boot system
boot system bootflash:packages.conf

6.检查HA状态

show chassis rmi
show redundancy

7.检查设备空间并清理旧文件

dir bootflash:/
install remove inactive

8.检查AP在线状态

show ap summary
show ap image

9.检查终端在线状态

show wireless client summary

10.上传镜像

copy ftp://<ftp_username>:<ftp_password>@<ftp_ip_address>/<image_filename.bin> bootflash:
verify /md5 bootflash:<image_filename.bin>

11.配置备份

copy running-config ftp://ftp_username:ftp_password@ftp_ip_address/XXXXXXXX.cfg(XXXXXXXX代表日期)
copy running-config bootflash:XXXXXX.cfg(XXXXXXXX代表日期)

12.安装映像

install add file bootflash:<image_filename.bin>
show install summary

系统升级

1.切换AP镜像

ap image swap

2.激活控制器新镜像 (设备需重启)

install activate

3.查看镜像状态

show install summary

4.检查AP在线状态

show ap summary
show ap image

5.提交激活更改

install commit

6.配置保存

copy running-config startup-config

应用检查

1.配置对比

2.设备状态确认

3.检查终端无线连接情况

Rollback

1.控制器修改启动文件

boot system bootflash:<old_image_filename.conf>
copy running-config startup-config

2.控制器重启

reload