zoukankan      html  css  js  c++  java
  • 华为无线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) 2011-2017 HUAWEI TECH CO., LTD
    Huawei AP3010DN Router uptime is 0 week, 0 day, 0 hour, 8 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  需关闭所有防火墙  

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

    客户端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

    具体配置:

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

    [Huawei]ping 169.254.1.1
      PING 169.254.1.1: 56  data bytes, press CTRL_C to break
        Reply from 169.254.1.1: bytes=56 Sequence=1 ttl=255 time=2 ms
        Reply from 169.254.1.1: bytes=56 Sequence=2 ttl=255 time=1 ms
        Reply from 169.254.1.1: bytes=56 Sequence=3 ttl=255 time=1 ms
        Reply from 169.254.1.1: bytes=56 Sequence=4 ttl=255 time=1 ms
        Reply from 169.254.1.1: bytes=56 Sequence=5 ttl=255 time=3 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) 2011-2017 HUAWEI TECH CO., LTD
    Huawei AP3010DN Router uptime is 0 week, 0 day, 0 hour, 8 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) 2011-2015 HUAWEI TECH CO., LTD
    Huawei AP3010DN Router uptime is 0 week, 0 day, 0 hour, 0 minute
  • 相关阅读:
    利用Javascript制作网页特效(其他常见特效)
    利用Javascript制作网页特效(窗口特效)
    利用Javascript制作网页特效(图像特效)
    利用Javascript制作网页特效(时间特效)
    Javascript的事件
    js部分知识整理,google浏览器的代码调试
    前端之页面布局
    使用 html5 svg 绘制图形
    写了placement new也要写placement delete
    CxAudit 提升安全分析
  • 原文地址:https://www.cnblogs.com/weifeng1463/p/9299017.html
Copyright © 2011-2022 走看看