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)

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

沒有留言:

Rocky Linux 防火牆設定方法

舉例: 當有一個Nginx Keepalived的設定需求,我需要開放http和https服務,並且開放vrrp的通訊協定。 會需要完成 Keepalived 與防火牆配置 : 確定 VRRP 協定與防火牆規則均已放行: sudo firewall-cmd --permanent...