juniper cli 基礎入門學習筆記
阿新 • • 發佈:2018-12-10
1 junos cli基礎入門1
%cli 進入交換機
>start shell 進入linux shell
# show system login | display set 檢視使用者
當前配置存成檔案
save /var/tmp/2018.txt
file show /var/tmp/2018.txt
-------------------
rollback 0 回到裝置載入時的命令
rollback ? 檢視歷史配置
show | compare rollback 10 當前配置和歷史某個配置比較
show | compare = show | compare rollback 0
commit confirmed 新配置臨時生效10分鐘,想永久生效去掉confirmed
----------------------
2 junos cli基礎入門2
> show configuration system login 檢視的是當前生效的配置
# show chassis alarm 檢視正在編輯的配置
# edit chassis alarm 後 #show ;同華為的dis this
管道符
no-more 不顯示more
last 最後幾行
match 匹配相關的行,反操作except
find 匹配後顯示相關+剩下的行
count 統計有多少行