Catalyst reloadコマンドの使い方

環境
Catalyst

構文
reload [ slot スタックメンバー番号 | at 時:分 [ 月 日 ] | in [時]:分 | cancel ]
オプションを付けずに実行すると装置全体を再起動します。
スタック構成時にslotオプションを指定すると、指定したスイッチだけ再起動する事が出来ます。

使用例
1.Catalystを再起動する

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Cisco# reload
System configuration has been modified. Save? [yes/no]: yes
Proceed with reload? [confirm] ←enterキー
Cisco# reload System configuration has been modified. Save? [yes/no]: yes Proceed with reload? [confirm] ←enterキー
Cisco# reload
System configuration has been modified. Save? [yes/no]: yes
Proceed with reload? [confirm] ←enterキー

2.スタックメンバー番号3番のスイッチだけ再起動

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Cisco# reload slot 3
Proceed with reload? [confirm] ←enter
Cisco# reload slot 3 Proceed with reload? [confirm] ←enter
Cisco# reload slot 3
Proceed with reload? [confirm] ←enter

3.15分後に再起動します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Cisco# reload in 15
Reload scheduled for 22:00:00 JST Sun Jan 3 2019 (in 10 minutes) by console
Reload reason: Reload Command
Proceed with reload? [confirm] ←enter
Cisco# reload in 15 Reload scheduled for 22:00:00 JST Sun Jan 3 2019 (in 10 minutes) by console Reload reason: Reload Command Proceed with reload? [confirm] ←enter
Cisco# reload in 15
Reload scheduled for 22:00:00 JST Sun Jan 3 2019 (in 10 minutes) by console
Reload reason: Reload Command
Proceed with reload? [confirm] ←enter

4.22:00に再起動を設定

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Cisco# reload at 22:00
Reload scheduled for 22:00:00 JST Sun Jan 3 2023 (in 2 hours and 30 minutes) by console
Reload reason: Reload Command
Proceed with reload? [confirm] ←enter
Cisco# reload at 22:00 Reload scheduled for 22:00:00 JST Sun Jan 3 2023 (in 2 hours and 30 minutes) by console Reload reason: Reload Command Proceed with reload? [confirm] ←enter
Cisco# reload at 22:00
Reload scheduled for 22:00:00 JST Sun Jan 3 2023 (in 2 hours and 30 minutes) by console
Reload reason: Reload Command
Proceed with reload? [confirm] ←enter

 

Cisco

Posted by arkgame