华为无线ap3010dn-agn刷成胖ap

刚买的华为ap3010dn-agn 版本为 v200R007C20SPC500  默认不带命令 ap-mode-switch

[Huawei]dis version
Huawei Versatile Routing Platform Software
VRP (R) software, Version 5.170 (AP3010DN FIT V200R007C20SPC500)
Copyright (C) - HUAWEI TECH CO., LTD
Huawei AP3010DN Router uptime is week, day, hour, minutes

[Huawei]ap?
ap-address Set ip address
ap-group Set AP group
ap-sysname Set AP name
[Huawei]ap

需先将版本降到原先版本 v200R005C10SPCd00  ,在做ap-mode-switch 操作 。

具体命令:

upgrade version tftp FitAP3X10XN_V200R005C10SPCd00.bin 169.254.1.2

ap-mode-switch tftp FatAP3X10XN_V200R005C10SPC700.bin 169.254.1.2

客户端win10  需关闭所有防火墙

华为无线ap3010dn-agn刷成胖ap

console 线连接 ap的console 口子 ,xshell 做连接

华为无线ap3010dn-agn刷成胖ap

客户端win10  网线连接ap 网线口, 默认 ap ip  为 169.254.1.1  , 可设置电脑ip  169.254.1.2 来直连

tftp server 选择  winagents tftp server   ,下载地址:http://www.winagents.com/downloads/files/tftpserver-setup.exe

具体配置:

华为无线ap3010dn-agn刷成胖ap

华为无线ap3010dn-agn刷成胖ap

华为无线ap3010dn-agn刷成胖ap

ap  连接 tftp server 需测试可以ping 通 电脑端

[Huawei]ping 169.254.1.1
PING 169.254.1.1: data bytes, press CTRL_C to break
Reply from 169.254.1.1: bytes= Sequence= ttl= time= ms
Reply from 169.254.1.1: bytes= Sequence= ttl= time= ms
Reply from 169.254.1.1: bytes= Sequence= ttl= time= ms
Reply from 169.254.1.1: bytes= Sequence= ttl= time= ms
Reply from 169.254.1.1: bytes= Sequence= ttl= time= ms

tftp server 可以正常连接后, 可进行升级的操作

[Huawei]upgrade version tftp FitAP3X10XN_V200R005C10SPCd00.bin 169.254.1.2
Warning: Do Not Power-off!
.........................................................................................................................................................................................................................................................................................................................................................................................................
Info: Upgrade succeeded. Please restart the system.
[Huawei]dis version
Huawei Versatile Routing Platform Software
VRP (R) software, Version 5.170 (AP3010DN FIT V200R007C20SPC500)
Copyright (C) - HUAWEI TECH CO., LTD
Huawei AP3010DN Router uptime is week, day, hour, minutes

再进行转换成胖 ap 的操作

[Huawei]ap-mode-switch tftp FatAP3X10XN_V200R005C10SPC700.bin 169.254.1.2
Info: Preparing to upgrade. Please wait a moment .............
Warning: Do Not Power-off!
................................................................
Info: Upgrade upgrade-assistant-package succeeded. Warning: System will reboot, if you want to switch to upgrade-assistant-package.
Are you sure to execute these operations ? [Y/N]:Y

重启后显示 已经升级到了胖 ap

[Huawei]dis version
Huawei Versatile Routing Platform Software
VRP (R) software, Version 5.160 (AP3010DN FAT V200R005C10SPC700)
Copyright (C) - HUAWEI TECH CO., LTD
Huawei AP3010DN Router uptime is week, day, hour, minute
上一篇:树莓派.设置无线网卡为AP工作模式(pi2和pi3)


下一篇:C++调用C中编译过的函数要加extern "C"