AP瘦切换胖(boot-loader)

更新时间:2023-10-19 12:29:01 阅读量: 综合文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

AP瘦切换胖(boot-loader)

升级准备:

#下载版本文件

#搭建TFTP服务器

#配置网卡的ip地址

升级过程:

dir Directory of flash:/

0 -rw- 7224320 Aug 08 2008 20:00:00 wa2600a_fit.bin 1 -rw- 808 Apr 26 2000 12:02:04 startup.cfg

30177 KB total (23117 KB free)

sys

%Apr 26 12:05:27:101 2000 WA2620i-AGN WMSH/6/WMESH_EXIT_ZERO_CFG_STATE: The device has exited zero configuration state.

[WA2620i-AGN]interface Vlan-interface 1 //瘦版本vlan 1接口是自动获取,没有ip地址,此处配置ip地址为了和tftp服务器通信

[WA2620i-AGN-Vlan-interface1]ip address 192.168.0.50 24 [WA2620i-AGN-Vlan-interface1]dis this #

interface Vlan-interface1 ipv6 address auto

ip address 192.168.0.50 255.255.255.0 //配置ip地址成功 ipv6 address dhcp-alloc

#

return

[WA2620i-AGN-Vlan-interface1]quit [WA2620i-AGN]quit

tftp 192.168.0.10 put wa2600a_fit.bin //将瘦版本文件上传到tftp服务器上(电脑本地)

tftp 192.168.0.10 get wa2600a_fat.bin //从tftp服务器上获取软件版本 File will be transferred in binary mode

Downloading file from remote TFTP server, please wait............. TFTP: 9127936 bytes received in 67 second(s)

File downloaded successfully. //成功下载软件版本

dir Directory of flash:/

0 -rw- 7224320 Aug 08 2008 20:00:00 wa2600a_fit.bin 1 -rw- 808 Apr 26 2000 12:02:04 startup.cfg

2 -rw- 9127936 Apr 26 2000 12:07:54 wa2600a_fat.bin //胖版本

30177 KB total (14203 KB free)

boot-loader file wa2600a_fat.bin main //指定为加载的主文件 Verifying boot file ......

This command will set the boot file. Continue? [Y/N]:Y //确认加载

%Apr 26 12:01:37:775 2000 WA2620i-AGN WMSH/6/WMESH_EXIT_ZERO_CFG_STATE: The device has exited zero configuration state.Y

The specified file will be used as the main boot file at the next reboot on slot 1!

display boot-loader

The boot file used this time:flash:/wa2600a_fit.bin attribute: main

The boot file used next time:flash:/wa2600a_fat.bin attribute: main //下次启动为胖版本 Failed to get the backup boot file used next time! Failed to get the secure boot file used next time! reboot //重启

Start to check configuration with next startup configuration file, please wait.........DONE!

This command will reboot the device. Current configuration will be lost, save current configuration? [Y/N]:N //不保存配置

This command will reboot the device. Continue? [Y/N]:Y //确认重启 #Apr 26 12:02:11:179 2000 WA2620i-AGN DEVM/1/REBOOT: Reboot device by command.

%Apr 26 12:02:11:179 2000 WA2620i-AGN DEVM/5/AC_REBOOT: System is rebooting now.

%Apr 26 12:02:13:279 2000 WA2620i-AGN IFNET/3/LINK_UPDOWN: GigabitEthernet1/0/1 link

status is DOWN.

%Apr 26 12:02:13:281 2000 WA2620i-AGN IFNET/3/LINK_UPDOWN: Vlan-interface1 link status is DOWN.

%Apr 26 12:02: System is starting...

Press Ctrl+D to access BASIC-BOOTWARE MENU Booting Normal Extend BootWare....

The Extend BootWare is self-decompressing.................................. Done!

**************************************************************************** * * * H3C WA2620i-AGN BootWare, Version 3.04 * * * **************************************************************************** Copyright (c) 2004-2014 Hangzhou H3C Technologies Co., Ltd.

Compiled Date : Sep 15 2014 CPU Type : AR9350 CPU L1 Cache : 32KB CPU Clock Speed : 560MHz Memory Type : SDRAM Memory Size : 128MB Memory Speed : 480MHz BootWare Size : 512KB Flash Size : 32MB CPLD Version : 004 PCB Version : Ver.E

BootWare Validating...

Press Ctrl+B to enter extended boot menu...

Starting to get the main application file--flash:/wa2600a_fat.bin!.......... ............................................................................ .....................................................

The main application file is self-decompressing............................. ............................................................................ ...........................................Done!

Extend BootWare Version is not equal,updating? [Y/N] Updating Extend BootWare............Done!

Basic BootWare Version is not equal,updating? [Y/N] Updating Basic BootWare..............Done! BootWare updated,System is rebooting now. System is starting...

Press Ctrl+D to access BASIC-BOOTWARE MENU Booting Normal Extend BootWare....

The Extend BootWare is self-decompressing..........................Done!

**************************************************************************** * * * H3C WA2620i-AGN BootWare, Version 2.11 * * * **************************************************************************** Copyright (c) 2004-2014 Hangzhou H3C Technologies Co., Ltd.

Compiled Date : Jan 9 2014 CPU Type : AR9350 CPU L1 Cache : 32KB CPU Clock Speed : 560MHz Memory Type : SDRAM Memory Size : 128MB Memory Speed : 480MHz BootWare Size : 512KB Flash Size : 32MB CPLD Version : 004 PCB Version : Ver.E

Check net params crc error, use the default value BootWare Validating...

Press Ctrl+B to enter extended boot menu...

Starting to get the main application file--flash:/wa2600a_fat.bin!.......... ............................................................................ .....................................................

The main application file is self-decompressing............................. ............................................................................ ...........................................Done! System application is starting...

Startup configuration file does not exist. User interface con0 is available.

Press ENTER to get started.

display boot-loader

The boot file used this time:flash:/wa2600a_fat.bin attribute: main The boot file used next time:flash:/wa2600a_fat.bin attribute: main Failed to get the backup boot file used next time!

Failed to get the secure boot file used next time!

display ip interface brief *down: administratively down (s): spoofing

Interface Physical Protocol IP Address Description Vlan1 up up 192.168.0.50 //胖版本有默认的ip Vlan-inte...

dir Directory of flash:/

0 -rw- 7224320 Aug 08 2008 20:00:00 wa2600a_fit.bin 1 -rw- 808 Apr 26 2000 12:02:04 startup.cfg

2 -rw- 9127936 Apr 26 2000 12:07:54 wa2600a_fat.bin

30177 KB total (14203 KB free)

注意:flash中已经有胖版本或者空间不够 dir Directory of flash:/

0 -rw- 7224320 Aug 08 2008 20:00:00 wa2600a_fit.bin 1 -rw- 808 Apr 26 2000 12:02:04 startup.cfg

2 -rw- 9127936 Aug 08 2008 20:00:00 wa2600a_fat.bin //已经有胖版本

30177 KB total (14202 KB free)

tftp 192.168.0.10 get wa2600a_fat.bin

The file wa2600a_fat.bin exists. Overwrite it? [Y/N]:Y //已经有老的胖版本,要传新版本,可以选择覆盖

delete /u wa2600a_fat.bin //已经有老的胖版本,要传新版本或者空间不够,也可以先删除老的胖版本

The contents cannot be restored!!! Delete flash:/wa2600a_fat.bin?[Y/N]:y Deleting a file permanently will take a long time. Please wait... .............................

Tlete file flash:/wa2600a_fat.bin...Done.

tftp 192.168.0.10 get wa2600a_fat.bin //再获取软件版本 File will be transferred in binary mode

Downloading file from remote TFTP server, please wait............. TFTP: 9127936 bytes received in 67 second(s)

File downloaded successfully. //成功下载软件版本

Failed to get the secure boot file used next time!

display ip interface brief *down: administratively down (s): spoofing

Interface Physical Protocol IP Address Description Vlan1 up up 192.168.0.50 //胖版本有默认的ip Vlan-inte...

dir Directory of flash:/

0 -rw- 7224320 Aug 08 2008 20:00:00 wa2600a_fit.bin 1 -rw- 808 Apr 26 2000 12:02:04 startup.cfg

2 -rw- 9127936 Apr 26 2000 12:07:54 wa2600a_fat.bin

30177 KB total (14203 KB free)

注意:flash中已经有胖版本或者空间不够 dir Directory of flash:/

0 -rw- 7224320 Aug 08 2008 20:00:00 wa2600a_fit.bin 1 -rw- 808 Apr 26 2000 12:02:04 startup.cfg

2 -rw- 9127936 Aug 08 2008 20:00:00 wa2600a_fat.bin //已经有胖版本

30177 KB total (14202 KB free)

tftp 192.168.0.10 get wa2600a_fat.bin

The file wa2600a_fat.bin exists. Overwrite it? [Y/N]:Y //已经有老的胖版本,要传新版本,可以选择覆盖

delete /u wa2600a_fat.bin //已经有老的胖版本,要传新版本或者空间不够,也可以先删除老的胖版本

The contents cannot be restored!!! Delete flash:/wa2600a_fat.bin?[Y/N]:y Deleting a file permanently will take a long time. Please wait... .............................

Tlete file flash:/wa2600a_fat.bin...Done.

tftp 192.168.0.10 get wa2600a_fat.bin //再获取软件版本 File will be transferred in binary mode

Downloading file from remote TFTP server, please wait............. TFTP: 9127936 bytes received in 67 second(s)

File downloaded successfully. //成功下载软件版本

本文来源:https://www.bwwdw.com/article/26of.html

Top