root> show configuration | display set      配置按set行显示,查看的配置为未commit的配置(commit check)
root# set system services ssh   全局开启SSH服务
root# set system root-authentication plain-text-password   更改SRX密码
root# set system services web-management http interface ge-0/0/1.0    trust口开启web登陆
root# set security zones security-zone untrust interfaces ge-0/0/0
root# set security zones security-zone trust interfaces ge-0/0/1   
set security zones security-zone trust interfaces ge-0/0/1.0 host-inbound-traffic system-services http   允许WEB登陆
set security zones security-zone trust interfaces ge-0/0/1.0 host-inbound-traffic system-services ping  允许ping trust口
set security zones security-zone trust interfaces ge-0/0/1.0 host-inbound-traffic system-services dhcp trust开启dhcp
set security zones security-zone trust interfaces ge-0/0/1.0 host-inbound-traffic system-services ssh  trust口允许ssh   
set security zones security-zone untrust interfaces ge-0/0/0.0 host-inbound-traffic system-services ping 允许ping utrust
set interfaces ge-0/0/0 unit 0 family inet address 10.10.10.1/24
set interfaces ge-0/0/1 unit 0 family inet address 10.10.20.1/24

delete interfaces ge-0/0/0 unit 0 family inet address 10.10.10.1/24 删除配置

最新文章

  1. MyBatis魔法堂:Insert操作详解(返回主键、批量插入)
  2. MySQL主从复制原理及配置详细过程以及主从复制集群自动化部署的实现
  3. Unity开发 资源准备
  4. spring mvc 静态资源 404问题
  5. VBA读取固定文件夹中txt内容
  6. 【Robot Framework】robot framework 学习以及selenium、appnium、requests实践(二)
  7. 63.Assignment to name ignored, since the identifier is never used
  8. C#获取网页中某个元素的位置,并模拟点击
  9. java通过反射获取调用变量以及方法
  10. Seasar2框架:AOP
  11. JS加入收藏与设置主页
  12. KMP算法(具体求串的next[n])
  13. C++与Lua交互之配置&交互原理&示例
  14. randrange()和random() 函数
  15. PR2017添加字幕文本或文字水印
  16. 002-MVC架构,贫血的领域模型、spring mvc,webhars使用
  17. mui集成百度ECharts的统计图表以及清空释放图表
  18. 2017秋季面向对象程序设计(Java)教材、教学纲要、考核要求
  19. Entity framework 预热
  20. Hive之import和export使用详解

热门文章

  1. error C4996: Function call with parameters that may be unsafe – this call relies on the caller to ch
  2. 求最大流dinic算法模板
  3. Spring 学习——Resources接口
  4. Docker 使用Dockerfile构建tomcat镜像
  5. Forms Authentication and Role based Authorization: A Quicker, Simpler, and Correct Approach
  6. javbus爬虫-老司机你值得拥有
  7. UVA11417 GCD
  8. Docker7之Docker overview
  9. Linux 解决 firefox 中文页面乱码问题
  10. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ppcloud-common: Compilation failure