侧边栏壁纸
  • 累计撰写 31 篇文章
  • 累计创建 5 个标签
  • 累计收到 0 条评论
标签搜索

目 录CONTENT

文章目录

Aruba CAP转IAP(瘦转胖)

Eddy zhou - 小强
2022-10-14 / 0 评论 / 0 点赞 / 424 阅读 / 434 字

在AOS6时代,ARUBA AP分CAP(Campus AP)也叫瘦AP,必须基于控制器工作,IAP(Instant AP)和RAP(Remote AP)也叫胖AP,可以独立工作,无需控制器。AOS8开始,新出的AP都叫UAP(Unified AP),可以独立工作,不再区分“胖”“瘦”AP。

而更好的消息是AOS8.6开始,原来的CAP都可以转换为UAP(IAP),原则支持Instant 8.6以上OS的AP都可以转。具体AP支持OS参考《Aruba无线产品软件支持计划》

CAP转UAP步骤:

1、准备工作

首先需要一个运行AOS8.6.x.x系统的控制器。
AP被控制器接管
AP对应的InstantOS镜像
2、添加需要转换的AP,可以ap-name,也可以ap-group

#ap convert add ap-name lab1-ap2 

3、IAP镜像地址,可以基于FTP/TFTP或者控制器本地FLASH文件

#ap convert active specific-aps server ftp username:password@A.B.C.D ArubaInstant_Centaurus_8.6.0.3_74788
回车出现以下提示:
WARNING: This command will permanently write a country code on the selected APs if they currently don't have one. Once the country code is written, it cannot be modified. Do you want to proceed with the operation? [y/n]: y
选择Y回车

4、可以查看FTP Server log查看镜像是否正常上传。

5、转换过程查看:

#show ap convert-status  
  • cap-iap1
    Updating状态,5分钟左右

6、转换完成AP自动重启

  • cap-iap2
    升级完成提示Updated

7、等待AP启动。查看信号SetMeUp-xx:xx:xx,连接并调试。

8、8.x系统的IAP用户密码默认为admin/SN(AP序列号)

0

评论区