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前であれば変更したコンフィグ差分を表示する。