各子层之间移动
edit chassis alarm ethernet //edit有点类似cd
up 返回上一级
top 返回顶部
3 配置与实现 3.1 基础配置 (1)全局命令 Show //后面可接层次名
Show log messages
Delete 删除命令
commit 提交配置,如果10分钟内没有输入commit命令,就会自动回退到之前的配置
save 保存当前层次下的命令
run request system halt 注意一定要先使用此条命令关机,然后方可关闭电源
run request system reboot 重启
run show interface terse 查看接口
rollback (或rollback 0)命令将准备提交的命令重置到当前正在生效的命令(最后一次commit生效的命令)
(2)更改用户名、密码 Mingzi# set system login user test class super-user authentication plain-text-password [回车]
New password:test123
Retype new password:test123
[edit]
Mingzi# commit
commit complete
[edit]
(3)静态路由 set logical-routers r1 routing-options static route 1.1.1.0/24 next-hop xxx