您好,參考
[SwitchA]local-user H3C //進入該賬號
[SwitchA-luser-H3C]password simple admin //修改密碼為admin
[SwitchA-luser-H3C] quit
[SwitchA]save force
如果命令行進不去就要在bootware裏恢複密碼了
目錄
本手冊適用於如下產品:WAC360、WAC 361、MSG360-4、MSG360-10、MSG360-10P、MSG360-20、MSG360-20N、MSG360-40、WAC380-30、WAC380-60、WAC380-90、WAC380-120、WAC381
胖AP:WAP712C、WAP722E、WAP722S、WAP722、WAP621
以下標黑部分為設備自動打印部分,標紅加粗的命令是需要手動輸入。
System is
starting...
Press Ctrl+D to access BASIC-BOOTWARE MENU
Booting Normal
Extend BootWare
The Extend BootWare is
self-decompressing.......................Done!
BootWare
Validating...
Press Ctrl+B to enter extended boot menu... //如果看到該提示及時按Ctrl+B進入botroom菜單
BotWare password: Not required. Please press Enter to Continue.
Password recovery capability is enabled. //如果看到此提示,則表示設備開啟了密碼恢複功能。
Note: The current operating device is flash
Enter < Storage Device Operation > to select device.
===========================<EXTEND-BOOTWARE MENU>===========================
|<1> Boot System |
|<2> Enter Serial SubMenu |
|<3> Enter Ethernet SubMenu |
|<4> File Control |
|<5> Restore to Factory Default Configuration |
|<6> Skip Current System Configuration |
|<7> BootWare Operation Menu |
|<8> Clear Super Password |
|<9> Storage Device Operation |
|<0> Reboot |
============================================================================
Ctrl+Z: Access EXTEND-ASSISTANT MENU
Ctrl+F: Format File System
Enter your choice(0-9): 6 //選擇6 跳過配置文件
Flag Set Success.
===========================<EXTEND-BOOTWARE MENU>===========================
|<1> Boot System |
|<2> Enter Serial SubMenu |
|<3> Enter Ethernet SubMenu |
|<4> File Control |
|<5> Restore to Factory Default Configuration |
|<6> Skip Current System Configuration |
|<7> BootWare Operation Menu |
|<8> Clear Super Password |
|<9> Storage Device Operation |
|<0> Reboot |
============================================================================
Ctrl+Z: Access EXTEND-ASSISTANT MENU
Ctrl+F: Format File System
Enter your choice(0-9): 0 //選擇0重啟設備
System is starting...
Press ENTER to get started.
跳過啟動文件後直接保存當前配置,再重啟
<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.
<H3C>reboot //重啟設備
Start to check Configuration with next startup Configuration file, please wait.........DONE!
Current Configuration may be lost after the reboot, save current Configuration? [Y/N]:y
This command will reboot the device. Continue? [Y/N]:y
重啟完成後使用默認配置啟動,恢複出廠成功
本手冊適用於如下產品:WAC360、WAC 361、胖AP:WAP712C、WAP722E、WAP722S、WAP722、WAP621
以下標黑部分為設備自動打印部分,標紅加粗的命令是需要手動輸入。
詳細配置過程:
System is
starting...
Press Ctrl+D to access BASIC-BOOTWARE MENU
Booting Normal
Extend BootWare
The Extend BootWare is
self-decompressing.......................Done!
BootWare
Validating...
Press Ctrl+B to enter extended boot menu...//按Ctrl+B進入botroom菜單
BotWare password: Not required. Please press Enter to Continue.
Password recovery capability is enabled. //如果看到此提示,則表示設備開啟了密碼恢複功能。
Note: The current operating device is flash
Enter < Storage Device Operation > to select device.
===========================<EXTEND-BOOTWARE MENU>===========================
|<1> Boot System |
|<2> Enter Serial SubMenu |
|<3> Enter Ethernet SubMenu |
|<4> File Control |
|<5> Restore to Factory Default Configuration |
|<6> Skip Current System Configuration |
|<7> BootWare Operation Menu |
|<8> Clear Super Password |
|<9> Storage Device Operation |
|<0> Reboot |
============================================================================
Ctrl+Z: Access EXTEND-ASSISTANT MENU
Ctrl+F: Format File System
Enter your choice(0-9): 6 //選擇6 跳過配置文件
Flag Set Success.
===========================<EXTEND-BOOTWARE MENU>===========================
|<1> Boot System |
|<2> Enter Serial SubMenu |
|<3> Enter Ethernet SubMenu |
|<4> File Control |
|<5> Restore to Factory Default Configuration |
|<6> Skip Current System Configuration |
|<7> BootWare Operation Menu |
|<8> Clear Super Password |
|<9> Storage Device Operation |
|<0> Reboot |
============================================================================
Ctrl+Z: Access EXTEND-ASSISTANT MENU
Ctrl+F: Format File System
Enter your choice(0-9): 0 //選擇0重啟設備
System is starting...
Press ENTER to get started.
<H3C>dir //查看設備配置文件:startup.cfg
Directory of flash:/
2 -rw- 1666 Apr 26 2000 12:05:39 startup.cfg
29106 KB total (16876 KB free)
給設備和電腦配置成同網段Ip地址,舉例:WAC配置成192.168.100.1/24,電腦配置成192.168.100.2/24),在電腦上使用3CDaemon軟件搭建TFTP服務器,打開3CDaemon服務器,目錄指向電腦E盤,然後點擊應用。
<H3C>system //進入係統視圖
[H3C]interface Vlan-interface 1 //創建vlan 1虛接口
[H3C-Vlan-interface1]ip address 192.168.100.1 24 //配置ip地址
[H3C-Vlan-interface1]quit //退出
[H3C]ping 192.168.100.2
PING 192.168.100.2: 56 data bytes, press CTRL_C to break
Reply from 192.168.100.2: bytes=56 Sequence=1 ttl=128 time=7 ms
//提示設備到電腦網絡可達
<H3C>tftp 192.168.100.2 put startup.cfg //下載配置文件
//從設備上下載startup.cfg文件到電腦E盤
File will
be transferred in binary mode
Sending file to remote TFTP server. Please
wait... |
TFTP: 1666 bytes sent in 0 seCond(s).
File uploaded
successfully.
下載成功:
可以到本地相關路徑(此例子中是E盤)查看到相關文件。
解決方法:
使用記事本打開startup.cfg文件
刪除aux0口下的認證方式和密碼並保存文件
覆蓋當前配置文件
<H3C>tftp 192.168.100.20 get startup.cfg //上傳並覆蓋老配置文件
The file startup.cfg exists. Overwrite it? [Y/N]:y
Verifying server file...
Deleting the old file, please wait...
...
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait....
TFTP: 1166 bytes received in 0 seCond(s)
File downloaded successfully.
<H3C>reboot //重啟設備
Start to check Configuration with next startup Configuration file, please wait.........DONE!
Current Configuration may be lost after the reboot, save current Configuration? [Y/N]:n 不保存配置
This command will reboot the device. Continue? [Y/N]:y 確定繼續重啟
本手冊適用於如下產品:MSG360-4、MSG360-10、MSG360-10P、MSG360-20、MSG360-20N、MSG360-40、WAC380-30、WAC380-60、WAC380-90、WAC380-120、WAC381
從設備中下載startup.cfg到電腦,具體參考:1.2保留原有配置,隻修改密碼
解決方法:
使用記事本打開startup.cfg文件
刪除Con0口下的認證方式和密碼並保存文件
覆蓋當前配置文件
<H3C>tftp 192.168.100.2 get startup.cfg //上傳並覆蓋老配置文件
The file startup.cfg exists. Overwrite it? [Y/N]:y
Verifying server file...
Deleting the old file, please wait...
...
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait....
TFTP: 1166 bytes received in 0 seCond(s)
File downloaded successfully.
<H3C>reboot //重啟設備
Start to check Configuration with next startup Configuration file, please wait.........DONE!
Current Configuration may be lost after the reboot, save current Configuration? [Y/N]:n 不保存配置
This command will reboot the device. Continue? [Y/N]:y 確定繼續重啟
(0)
親~登錄後才可以操作哦!
確定你的郵箱還未認證,請認證郵箱或綁定手機後進行當前操作
舉報
×
侵犯我的權益
×
侵犯了我企業的權益
×
抄襲了我的內容
×
原文鏈接或出處
誹謗我
×
對根叔社區有害的內容
×
不規範轉載
×
舉報說明
暫無評論