多平台统一管理软件接口,如何实现多平台统一管理软件接口
1269
2022-09-27
Juniper基础命令(一)(juniper 命令)
一、命令模式1、命令模式root@% shell模式(linux命令)root@% cli root> 操作模式功能:监控和处理软件、网络连通性,路由、硬件问题root> edit Entering configuration mode
[edit]root# 配置模式root> configure Entering configuration mode
[edit]root# 配置模式功能:配置路由器(接口、路由、用户、系统硬件参数)
root> configure ?Possible completions:<[Enter]> Execute this commandexclusive Obtain exclusive lock (other users cannot make changes)private Work in private database (other's changes do not show)| Pipe through a command
如果有多人在操作设备时,可能会造成配置冲突,不一致,或被人篡改可以使用exclusive ,进行排他设备
root> configure #进入普通配置模式,多用户同时配置但会互相干扰,commit时会把其他用户的配置内容一起提交
root> configure exclusive #排他模式配置,其他用户无法配置
root> configure private #私有模式配置,各用户独立配置互不干扰(除非配置内容有冲突),commit只提交自己的配置内容,不会提交其他用户的配置内容
二、操作模式命令root> ? Possible completions:clear Clear information in the system #清除configure Manipulate software configuration informationfile Perform file operations #文件help Provide help informationmonitor Show real-time debugging information #监控(类似debug)mtrace Trace multicast path from source to receiverop Invoke an operation scriptping Ping remote targetquit Exit the management sessionrequest Make system-level requests #请求(软件升级、重启)restart Restart software process #重启进程set Set CLI properties, date/time, craft interface message #设备些参数的(比如:命令行)show Show system information #查看ssh Start secure shell on another hoststart Start shelltelnet Telnet to another hosttest Perform diagnostic debuggingtraceroute Trace route to remote host #路由跟踪
三、查看方式介绍[edit system login]tzq@R6# show |display set relative #把system login屏蔽set user tzq uid 2005set user tzq class super-userset user tzq authentication encrypted-password "$1$9L4p3HL8$mKu.tEHwU2Rl/zdxyQR/o0"
[edit system login]tzq@R6# show |display setSet system login user tzq uid 2005Set system login user tzq class super-userSet system login user tzq authentication encrypted-password "$1$9L4p3HL8$mKu.tEHwU2Rl/zdxyQR/o0”
[editsystem login]tzq@R6# show user tzq { uid 2005; classsuper-user; authentication { encrypted-password "$1$9L4p3HL8$mKu.tEHwU2Rl/zdxyQR/o0"; ## SECRET-DATA }}
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~