1. 管理用PCをR-J45~DB-9pinシリアルケーブルを使ってスイッチのコンソールポートに接続します。
2. ログインプロンプトが表示されるので、rootとしてログインします。
Login: root
root@% cli
root>
3. コンフィグレーションモードに遷移します。
root> configure
root@#
4. root(superuser)アカウントのパスワードを設定します。
root@sw01# set system root-authentication plain-text-password
New password: password
Retype new password: password
root@sw01#
5. スイッチのホスト名を設定します。
root@# set system host-name host-name (例:sw01)
root@sw01#
6. デフォルトゲートウェイを設定します。
route@sw01# set rouring-options static route default next-hop address
route@sw01#