- 鐵幣
- 23337 元
- 文章
- 9161 篇
- 聲望
- 6425 枚
- 上次登入
- 14-5-21
- 精華
- 21
- 註冊時間
- 03-8-4
- UID
- 14806
|
操作步驟適合以下型號的交換器 :
2940, 2950/2955, 2970, 3550, 3560,3750 及 3750 系列的交換器。
步驟1. 下面的步驟,以 Catalyst 2950 系列的交換器說明。
(1)拔掉電源線。
(2)當重新接上電源線時,按下交換器的 MODE 按鍵。這個 MODE 按鍵在面
板的左邊。
(3)等到 STAT LED 不閃動且終端機顯示 switch: ,就可以放開 MODE 按鍵。
步驟 2. 輸入 flash_init 命令及 load_helper 命令。
步驟 3. 輸入 dir flash: 命令。例如 :
switch: dir flash:
Directory of flash:/
2 -rwx 1803357 <date> c3500xl-c3h2s-mz.120-5.WC7.bin
4 -rwx 1131 <date> config.text
步驟 4. 輸入 rename flash:config.text flash:config.old 。
因為密碼就在開機設定檔 config.text 裏面,將其改名並重開機,就可以避免載入密碼。
步驟 5. 輸入 boot 重新開機。
步驟 6. 開機後,如下操作 :
Switch>en
Switch#
下面是將舊的設定檔複製到 config.text
Switch#rename flash:config.old flash:config.text
Destination filename [config.text]
再將 config.text 複製到正在執行的系統中
Switch#copy flash:config.text system:running-config
Destination filename [running-config]?
設上新的密碼
Sw1(config)#enable secret <自訂密碼>
Sw1(config)#enable password <自訂密碼>
Sw1(config)#line vty 0 15
Sw1(config-line)#password <自訂密碼>
Sw1(config-line)#login
Sw1(config-line)#line con 0
Sw1(config-line)#password <自訂密碼>
最後記得,要將設定存入 config.text 中。
Sw1#copy running-config startup-config
|
|