0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Junos基本集

Last updated at Posted at 2014-08-26

コンソール接続


ターミナルソフトの設定

  • ボーレート:9600bps
  • データビット数:8
  • パリティ:無し
  • ストップビット:1
  • フローコントロール:無し

初回ログイン


初回はrootでログインしてシェルコマンドモードに入る。
パスワードは設定されていないのでブランクでenterを実行。

login:root
Password:
root@%

cliコマンドでcliオペレーションモードに入る。

root@%
root@%cli
root>

シャットダウン


JUNOSが動作するプラットフォームはFreeBSDが動作するUNIXホストのため、コマンドを用いて正確にシャットダウンする必要がある。

request system haltコマンドでシャットダウンを行う。

root>request system halt
Halt the system ? [yes,no] (no) yes

1時間後にシャットダウン

root>request system halt in 60

すぐにシャットダウン

root>request system halt at now

時間指定シャットダウン(ここでは22時を指定)

root>request system halt at 22:00
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?