有时候会出现AP web ui上不了并且 console进CLI界面也不能配置,常见报错如下:
Warning: CLI module is running in a degraded state. Configuration, write memory, and support command are disabled; please debug with caution.
此时有可能AP的镜像破坏了,需要升级版本,只能在apboot> 模式升级,具体步骤如下:
第一步:接上console线,进入apboot> 模式:
Hit <Enter> to stop autoboot: 0
apboot>
第二步:给AP配置静态地址,(自己PC配1.1.1.1 /30 位地址)
apboot> setenv ipaddr 1.1.1.2
apboot> setenv netmask 255.255.255.252
第三步:设置TFTP 地址
setenv serverip <ip of TFTP server>
apboot> printenv //输出做了哪些配置
第四步:先PC端开启TFTP服务,然后AP配置界面操作如下:
apboot> osinfo // 先查询当前版本在哪个Partition 中
Partition 0 does not contain a valid OS image
Partition 1:
image type: 0
machine type: 30
size: 10236728
version: 6.5.1.0-wave2mesh
build string: ArubaOS version 6.5.1.0-wave2mesh for 20x (p4build@lemnos) (gcc version 4.7.2) #55258 Mon May 30 22:26:54 PDT 2016
flags: preserve factory
oem: aruba
apboot>upgrade os 0 <image name> //将AP的版本镜像导入AP中
第五步:重启AP
apboot> purgeenv 恢复默认环境变量
apboot> boot 重启
IAP的版本我知道怎么下载,CAP的版本怎么下载,我怎么从来没有看到过
CAP版本自动从AC获取
我是看可以在APboot模式下给AP升级,upgrade os 0
我再另外一个文章也是看到可以手动给第二分区升级upgrade os 1
我就是想问cap的系统要再哪里下载,像一下IAP的系统我知道再ASP上面可以下载的,那廋的系统呢
也是从AC获取。 #show ap image version
如果AP直接导
入IAp的系统,会无法正常启动,这个有测试过
需要apboot固件
我有五台ap 325 就是按这个办法尝试升到8.6.3,但是并没有什么用,无限重启,我怀疑这个apboot版本太高,或者太低的原因