- set schedulers scheduler onemonth start-date 2020-04-27.12:00 stop-date 2020-05-27.23:59 //设置时间
- show | display set //查看配置
- show | display set | match //查询过滤
- commit check //配置校验
- show log interactive-commands //查看命令操作日志
- show | compare //配置对比
- show security ipsec vpn XXX //查看vpn配置
- show security ike security-associations brief //查看VPN状态
- show route table inet.0 //查看路由表
- insert security policies from-zone trust to-zone untrust policy deny_baoleiji before policy permit //策略顺序配置
- show services rpm xx //查看RPM
- show security flow session xx //查看会话连接数
- show security flow session protocol xx //查看会话命令
- show version //查看版本(型号)
- show system processes extensive //查看设备的各进程的cpu利用率(关键看rpd:路由层面,pfed是转发层面)
- deactivate security policies from-zone outside to-zone outside policy SSH-Management //禁用策略
Juniper防火墙常用命令
原创
©著作权归作者所有:来自51CTO博客作者SeoJun的原创作品,请联系作者获取转载授权,否则将追究法律责任

提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
linux常用命令
linux基础:常用指令
linux常用命令 ls -
Linux 常用命令:防火墙
Linux 防火墙常用命令
linux 服务器 centos 重启 开机自启动 -
linux的防火墙常用命令
Linux系统防火墙常用命令
Linux命令 -
防火墙运维监控常用命令之-- Juniper srx系列
防火墙运维监控常用命令
网络 运维 junper srx -
主板BIOS中GEN3 SQ是什么功能
缘起最近看《Orange's 一个操作系统的实现》,需要使用使用bochs工具和nasm工具,这两个工具在Ubuntu下可以使用dpkg或者更高级的apt-get来安装:sudo apt-get install nasm sudo apt-get install vgabios bochs bochs-x bximage(不能调试)但是有时候尝试
主板BIOS中GEN3 SQ是什么功能 Ubuntu12.04 nasm安装 bochs安装 ios