2016年3月25日 星期五

Cisco Router 更改telnet(兩層)密碼參考步驟

Cisco Router 更改telnet(第一層)密碼步驟

1.telnet Cisco Router,輸入 telnet password (enter)

2.輸入 enable,輸入 enable password (enter)

3.Router# configure terminal (enter)
註解 : 進入 configuration mode.

4.Router(config)# line vty 0 4 (enter)
註解 : 進入line mode.

5.Router(config)# password yourpassword (enter)
例如: password abc123
註解 : 設定 password.

6. Ctrl + Z (enter)
註解 : 跳出 configuration mode.

8.輸入 write (enter)
註解 : 將設定存檔.




Cisco Router更改enable密碼步驟

1.telnetCisco Router,輸入telnet password (enter)

2.輸入enable,輸入enable password (enter)

3.Router# configure terminal (enter)
註解 : 進入configuration mode.

4.Router(config)# enable password yourpassword (enter)
例如: enable password abc123
註解 : 更改enable密碼.

5.Ctrl + Z (enter)
註解 : 跳出configuration mode.

6.輸入 write (enter)

註解 : 將設定將設定存檔.

沒有留言:

使用NSSM將Nginx程式轉為Windows服務。(通用其他程式)

NSSM (Non-Sucking Service Manager) 的主要用途正如你所聽到的: 它可以把任何傳統的執行檔( .exe )或腳本( .bat 、 .cmd 、 .vbs 、 PowerShell 、 Python 等)封裝並註冊成 Windows 服務(Win...