3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Cisco機器をずっとさわってきたネットワークエンジニアが、急にJuniperやalcatel(NOKIA)機器をさわることになり基本コマンドに苦労した話

Last updated at Posted at 2021-09-30
1 / 5

10年以上Ciscoスイッチやルータをさわっていた私が、急にJuniperや Alcatel-Lucent(現NOKIA)のスイッチやルータをさわることになり、コマンドや思想の違いに苦労しました。
代表的なコマンドを下記に列挙します。

ネットワークエンジニアだからと言って、"同じスイッチだからわかるでしょ"とか言うな。


Cisco : IOS
Juniper : JUNOS
Alcatel : ???


<表示方法設定>
Cisco : ter len 0
Juniper : set cli screen-lengh 0 / set cli screen-width 0
Alcatel : enviroment no more

<稼働コンフィグ表示>
Cisco : show run
Juniper : show configuration (階層表示)
 show configuration | display set(set形式表示)
Alcatel : admin display-config

<物理ポート、物理インターフェース>
Cisco : show interface ~ / show interface status
Juniper : show interface ~ / show interface terse
Alcatel : show port ~

<保存>
Cisco : wr mem
Juniper : commit , commit sync
Alcatel : admin save

<exit,logout>
Cisco : exit
Juniper : exit
Alcatel : logout


※Juniper便利なコマンド
commit check
commit前にコンフィグの正当性チェック
show | compare
commit前であれば変更したコンフィグ差分を表示する。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?