模式

 CLI操作模式:

root@junos1% cli
CLI配置模式:
[email protected]> configure 
Entering configuration mode
 
[edit]
 
JUNOS层次划分:
                             top
                               |
-------------------------------------------------------------------------------------------------------------------------
| | | | | |
chassis           firewall               interfaces            protocols           system                etc.
|
-------------------------------------------------
| | |
alarm              clock                   fpc
|
-------------------------------------------------------------------------------------------------
| | | | |
atm                  e3                  ethernet            sonet                   t3
 
 
如何转换层次:
[email protected]# edit chassis alarm ethernet
[edit chassis alarm ethernet]    \\这个显示的就是当前你所在层次
跳到上一层:
[edit chassis alarm ethernet]
 
[edit chassis alarm]
直接跳到顶层:
[edit chassis alarm]
 
[edit]
在子层中使用其他层命令:
[edit protocols ospf]
[email protected]# top show interfaces
 
从一个子层跳入另一子层:
[edit protocols ospf]
[email protected]# top edit interfaces em0 unit 0 family inet   
 
[edit interfaces em0 unit 0 family inet]
 
 

本文出自 “networker” 博客,谢绝转载!

你可能感兴趣的:(职场,休闲,JUNOS)