設定を保存、消去、再起動するには
■設定の保存
* Summit200-24:10 # save
Do you want to save to the primary configuration database? y
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>!.
Saved to primary configuration database.
※saveコマンドにはprimary / secondary があり、記憶領域が2箇所ある。
use configuration [primary / secondary] のあとrebootすればよい。
■再起動
Summit200-24:13 # reboot
Are you sure you want to reboot the switch (y/n)? yHerb said "Where is everybody?"
■設定を消去する(アカウントと時刻はリセットされない)
Summit200-24:15 # unconfig switch
Restore factory defaults (except user accounts) and reboot? (yes or no) y
Saving factory default configuration !.
Rebooting...
■工場出荷時に戻す
# unconfig switch all
■設定ファイルの保存
# upload config [TFTPサーバー] [ファイル名]
■設定ファイルのダウンロード
# download config [TFTPサーバー] [ファイル名]
※このあとsaveコマンドを忘れないように。