正常
• S: Sleeping
• R: Running
• D: Do not Disturb; 等待某个处理结束,如disk I/O
异常
• Z: Zombie
備機切換
diagnose system ha reset-uptime
設定
- config alertemail setting #設定郵件發送
- config system global #配置狀態
- set gui-firmware-upgrade-warning disable #關閉防火墻 登錄後因固件未升級的提示想到
抓包
diagnose sniffer packet any " host 192.168.67.13 and port 69 " 4 0 1 #樣例
diag sni pac any 'host x.x.X.x'4 #参数4显示接口名和收发(进出)方向,ctrl+c停止抓包
diag sni pac any 'host x.x.x.x and icmp'4 #抓取ICMP类型的数据
diag sni pac any 'host x.x.x.x and esp'4 4#抓取ESP类型的数据
diag sni pac any 'host x.X.X.X and y.y.y.y' #抓取两个接口的ICMP数据
diag sni pac any 'host x.x.x.x and port 8080'4 #抓取8080端口的数据
config system link-monitor //檢測
edit "YiDong"
set srcintf "wan1"
set server "221.179.79.49" "223.5.5.5"
set source-ip 221.179.79.50
next
edit "DianXin"
set srcintf "wan2"
set server "61.142.64.1" "223.5.5.5"
set source-ip 61.142.64.2
next
end