天融信防火墙ids常规操作
程序员文章站
2024-03-09 12:00:53
...
# ids 配置
ids attack clear
ids source-check off
ids white-list-check off
ids tcp-trust-check off
ids sessions set 10
ids list-expire-time set 30
ids packet set 5
ids max-source set 10000
ids max-destination set 5000
ids expire-time set 60
# 一般查看
ids attack show
ids attack clear
上一篇: 数据表的类型
下一篇: JVM死锁、cpu飙高、内存溢出如何定位