5
3

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 3 years have passed since last update.

Juniper機器の実務でよく使うコマンド

5
Last updated at Posted at 2021-06-30

確認コンフィグ
show configuration | display set | no-more
show system uptime | no-more
show version | no-more
show chassis hardware | no-more
show configuration | no-more
show interfaces | no-more
show interfaces terse | no-more
show arp | no-more
show ospf neighbor | no-more
show bgp neighbor | no-more
show route protocol ospf | no-more
show route protocol static | no-more
show bgp summary | no-more
show system alarms | no-more
show system boot-messages | no-more
show log messages | no-more
show ntp status | no-more
show chassis routing-engine | no-more

疎通を確認する。
ping xxx.xxx.xxx.xxx rapid count 100

作業の流れ

コンフィグモードに入る
config

現在のコンフィグと比較
show | compare

コンフィグの流し込み
load set terminal

設定投入

保存確認
commit check

保存
commit

現在のコンフィグと比較
show | compare

設定復旧
rollback 0

5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?