08-H3C WA2610E瘦AP改成胖AP的一步步坑

H3C WA2610E瘦AP改成胖AP的一步步坑

准备:

  • 网线一根
  • console线和USB转接口
  • 固件wa2600a_fat.bin
  • ftp工具FTPserver.exe(h3c-2610e为wa2600a_fat.bin文件位置)
  • 超级终端:win7-v1.01-绿色版
  • 网线链接ap的以太口(此时电脑显示红叉不理)console线链接console口+转接线成USB,链接电脑的USB口(不识别硬件的话安装驱动精灵进行驱动)
  • 超级链接 :win7上打开hypertrm.exe
  • 确定后--链接使用COM*(插入console线chaus插入USB时会显示COM3或N,不行就百度一下)--选好确定--恢复默认--确定

固件升级

给AP设置临时IP配置和ftp配置步骤

  AP上电,看到Ctrl+D不管,看到Ctrl+B狂按,进入BOOTWARE模式
  选<3> Enter Ethernet SubMenu----继续选<3> Modify Ethernet Parameter-(更改.使用命令'.'或'-' 更改后回车)
  Protocol (FTP or TFTP) :ftp (下载固件方式)
  Load File Name :wa2600a_fat.bin (本地name)
  Target File Name :wa2600a_fat.bin (远程name)
  Server IP Address :192.168.1.1 (电脑IP)
  Local IP Address :192.168.1.50 (AP的IP)
  Gateway IP Address :192.168.1.1 (网关)
  user : admin (用户)
  password:h3capadmin (密码)
  然后回到主菜单重启0--0

删除原固件升级新固件

  重启后Ctrl+B狂按,进入BOOTWARE模式
 选<4> File Control--然后<3> Delete File--然后把wa2600a_fit.bin等其他文件一起删除
 选<2> Update Main Application File
 返回主菜单重启reboot
 升级固件成功

配置

基本配置

sys
sysname H3C
ip http enable
local-user admin
password simple admin
service-type telnet
authorization-attribute level 3
quit
user-interface vty 0 4
authentication-mode scheme
quit
interface Vlan-interface 1
[H3C-Vlan-interface1]ip address 192.168.1.50 255.255.255.0 (以太网口VLAN的IP)
[H3C-Vlan-interface1]quit
[H3C]ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 (默认路由)

远程登录ssh配置

ssh server enable 全局下开启设备可以被SSH登录
public-key local create rsa 生成密钥
local-user admin 配置用户名 
password cipher admin 配置用户名对应的密码 
service-type ssh 配置此用户用于ssh登录服务
user-interfacevty 0 4 
authentication-mode scheme
quit

无线加密配置

port-security enable
[H3C]interface WLAN-BSS 1
[H3C-WLAN-BSS1]port access vlan 1
[H3C-WLAN-BSS1]port-security port-mode psk
[H3C-WLAN-BSS1]port-security tx-key-type 11key
[H3C-WLAN-BSS1]port-security preshared-key pass-phrase litaolinda88643217  (密码)
quit
wlan service-template 1 crypto
[H3C-wlan-st-1]ssid H3C-luokeli
[H3C-wlan-st-1]authentication-method open-system
[H3C-wlan-st-1]cipher-suite ccmp
[H3C-wlan-st-1]security-ie rsn
[H3C-wlan-st-1]service-template enable
[H3C-wlan-st-1] quit
interface WLAN-Radio 1/0/1
service-template 1 interface WLAN-BSS 1
[H3C-WLAN-Radio1/0/1] quit

保存配置

[H3C]save
The current configuration will be written to the device. Are you sure? [Y/N]:y
Please input the file name(*.cfg)[flash:/startup.cfg]
(To leave the existing filename unchanged, press the enter key):
flash:/startup.cfg exists, overwrite? [Y/N]:y
 Validating file. Please wait..............
 Configuration is saved to device successfully.
坑很多一步步趟过来用了一下午时间中午可以安静地上WIFI了!

posted on 2025-02-13 14:06  luokeli  阅读(120)  评论(0)    收藏  举报

导航