L3スイッチの3550 パスワードリカバリ の巻
1.電源コードを接続したら、フロント パネルの左側にあるモード ボタンを押し、
ポート 1x の上の LED が消灯してから 1、2 秒後にモード ボタンから、手を離します。
The system has been interrupted prior to initializing the flash file system.
The following commands will initialize the flash file system, and finish loading
the operating system software:
flash_init
load_helper
boot
2.flash_init と入力します。
3.load_helper と入力します。(これはエラーが出るかも)
4.dir flash: と入力します。
(dir flash の後にコロン「:」を必ず入力します。)
Directory of flash:
2 -rwx 843947 Mar 01 1993 00:02:18 C2900XL-h-mz-112.8-SA
4 drwx 3776 Mar 01 1993 01:23:24 html
66 -rwx 130 Jan 01 1970 00:01:19 env_vars
68 -rwx 1296 Mar 01 1993 06:55:51 config.text
1728000 bytes total (456704 bytes free)
5.rename flash:config.text flash:config.old と入力
6.boot と入力し起動します。
7.Setup プログラムを Ctrl+c で回避します。
8.enと入力し、イネーブル モードにします。
9.rename flash: config.old flash:config.text
と入力し、オリジナルな名前でコンフィギュレーション ファイル名を変更します。
10.Switch# copy flash:config.text system:running-config
Source filename [config.text]? (press Return)
Destination filename [running-config]? (press Return)
次にパスワードを変えます。
11.switch#configure terminal
switch(config)#enable secret Cisco
switch#(config)#^Z
12.switch#write memory
以上です。