赞
踩
使用console口连接,baudrate rate: 9600, 8n1
瘦AP:console密码是ruijie,enable密码是apdebug
胖AP:console密码是admin,没有默认enable密码。
切换比较简单:
Ruijie#ap-mode
fat Fat mode
fit Fit mode
Ruijie#ap-mode fit
apmode will change to FIT.
User Access Verification Password: Ruijie>enable Password: Ruijie#ap-m ? fat Fat mode fit Fit mode Ruijie#ap-m fit apmode will change to FIT. Ruijie#show ap-m current mode: fit Ruijie#show ip ? arp Show IP ARP interface IP interface status and configuration packet IP packet raw-socket Show raw socket ref Show Ruijie Express Forward information route IP routing table sockets Show IPv4 sockets udp Show UDP sockets Ruijie#show ip interface BVI 1 IP interface state is: UP IP interface type is: BROADCAST IP interface MTU is: 1500 IP address is: 192.168.110.1/24 (primary) IP address negotiate is: OFF Forward direct-broadcast is: OFF ICMP mask reply is: ON Send ICMP redirect is: ON Send ICMP unreachable is: ON DHCP relay is: OFF Fast switch is: ON Help address is: Proxy ARP is: OFF ARP packet input number: 0 Request packet : 0 Reply packet : 0 Unknown packet : 0 TTL invalid packet number: 0 ICMP packet input number: 0 Echo request : 0 Echo reply : 0 Unreachable : 0 #退出 Ruijie#end # 保存 Ruijie>write
瘦转胖
1、查看一下无线AP当前的配置,发现无IP地址:
[WA4320X]dis cur
version 5.20, Release 1508P11
sysname WA4320X
telnet server enable
password-recovery enable
vlan 1
interface NULL0
interface Vlan-interface1
interface GigabitEthernet1/0/1
interface WLAN-Radio1/0/1
interface WLAN-Radio1/0/2
2、手动添加IP地址为192.168.0.50,为传输文件做准备
[WA4320X]int vlan 1
[WA4320X-Vlan-interface1]ip address 192.168.0.50 24
[WA4320X-Vlan-interface1]qu
3、在电脑上打开3CD服务器:
4、设备好本机的IP地址和无线AP同一网段,使用网线连接AP的GE1。
5、删除AP上的瘦版本
delete /unreserved wa4300_fit.bin
The contents cannot be restored!!! Delete flash:/wa4300_fit.bin?[Y/N]:y
Deleting a file permanently will take a long time. Please wait…
%Apr 26 12:03:25:284 2000 WA4320X WMSH/6/WMESH_EXIT_ZERO_CFG_STATE: The device has exited zero configuration state.
%Delete file flash:/wa4300_fit.bin…Done.
6、把要刷新的固件文件改名为wa4300_fat.bin,并放到3CDaemon目录下
7、把胖版本传到AP上,并用它dir查看版本已经在AP上:
tftp 192.168.0.51 get wa4300_fat.bin
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait…
%Apr 26 12:06:30:290 2000 WA4320X WMSH/6/WMESH_ENTER_ZERO_CFG_STATE: The device has entered zero configuration state./
TFTP: 11062272 bytes received in 35 second(s)
File downloaded successfully.
dir /all
Directory of flash:/
0 -rw- 11062272 Apr 26 2000 12:07:03 wa4300_fat.bin
130688 KB total (118730 KB free)
8、设置下次启动文件,:
boot-loader file flash:/wa4300_fat.bin
%Apr 26 12:07:55:424 2000 WA4320X WMSH/6/WMESH_EXIT_ZERO_CFG_STATE: The device has exited zero configuration state.
Verifying boot file …
%Apr 26 12:08:00:868 2000 WA4320X WMSH/6/WMESH_ENTER_ZERO_CFG_STATE: The device has entered zero configuration state.
This command will set the boot file. Continue? [Y/N]:
Before pressing ENTER you must choose ‘YES’ or ‘NO’[Y/N]:
Before pressing ENTER you must choose ‘YES’ or ‘NO’[Y/N]:
Before pressing ENTER you must choose ‘YES’ or ‘NO’[Y/N]:y
The specified file will be used as the boot file at the next reboot on slot 1!
9、使用reboot重启设备,web页面登陆http://192.168.0.50,可以登陆表示胖模式刷新成功。
按Ctrl+B进入AP BootWare后,
先按Ctrl+F格式化flash,
再按Ctrl+Y选择AP的模式
最后再在BootWare中使用胖版本启动即可
胖转瘦
方法一:console线转
console连接AP console口.
用户模式下
<H3C> ap-mode fit
<H3C>y
<H3C>y
会出点很多省略号,等到自动重启后就是瘦模式了。
方法二:Telnet方式(适用于没有console口的AP,如面板的)
AP默认地址是192.168.0.50 用户名admin 密码h3capadmin 默认胖AP的无线名称是H3C.
无线网卡配上192.168.0.2地址 连接H3C无线.
开始-运行-CMD telnet到192.168.0.50输入用户名密码登录
<H3C> ap-mode fit
<H3C>y
<H3C>y
方法三:web方式
AP默认地址是192.168.0.50 用户名admin 密码h3capadmin 默认胖AP的无线名称是H3C.
无线网卡配上192.168.0.2地址 连接H3C无线.
浏览器登录192.168.0.50 建议用IE、谷歌、火狐浏览器.
找到高级设置-形态切换-切换-保存。
3.华为AP
瘦模式转换为胖模式
1 待AP启动完成后,从console口登陆,波特率为9600,帐号默认为admin,密码为admin@huawei.com
2 登陆成功后,AP默认的IP地址为169.254.1.1/16;咱们能够将电脑的IP设置成同网段的IP,好比169.254.1.2/16,而后将电脑网口直连AP网口;电脑的IP设置完成后,依次输入如下命令:
ap-mode-switch preparehtm
ap-mode-switch checkblog
ap-mode-switchtftp FatAP3X10XN_V200R005C10SPCa00.bin 169.254.1.2 // tftp 后先跟胖AP文件完整名称,而后再跟TFTP服务器地址;命令输入完成后,AP会自动从TFTP服务器下载指定的文件。文件下载后,须要手工肯定,输入y,而后AP就会自动重启;重启过程当中,AP会自动加载新文件并升级。
3 重启完成后,咱们登陆AP,输入display version ,确认版本为咱们所升级的版本后,就能够认为AP已经升级为胖模式。
胖模式转换为瘦模式io
a 待AP启动完成后,从console口登陆,首次登陆会要求设置console口登陆密码;
b 设置完console密码后,进入系统模式;AP的网口默认在vlan 1 中,咱们只须要配置vlan 1的IP地址,便可用于和TFTP服务器通信或远程管理。此例中,咱们将vlan 1 的IP地址设置为 172.16.10.1/24,TFTP服务器IP地址设置为172.16.10.2/24。
c 然后,咱们依次输入一下命令,开始转换AP:
ap-mode-switch prepare
ap-mode-switch check
ap-mode-switchtftp FitAP5X10XN_V200R005C10SPC700.bin 172.16.10.2 //TFTP后先跟瘦AP文件完整名,而后再跟TFTP服务器IP地址;输入该命令后,TFTP会自动下载升级文件;下载完成后,须要手工确认,输入y,AP才会重启并开始升级;
d 升级完成后,咱们用瘦AP默认的帐号和密码登陆(admin/admin@huawei.com),而后输入display version,确认版本为咱们所升级的版本后,就能够认为AP已经升级为瘦模式。
注1:华为AP胖瘦版本相应文件都可从华为官网下载,软件下载连接为:http://support.huawei.com/enterprise/zh/software/index.html
注2:不管是从胖模式转换为瘦模式,仍是从瘦模式转换为胖模式,均会清空现有的配置。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。