Description
Contains SecureXL statistics for dropped packets.
Notes:
fwaccel stats -d
command shows.ls
and cat
commands.g_ls
and g_cat
commands.Syntax for IPv4
ls -lR /proc/ppk/
cat /proc/ppk/drop_statistics
cat /proc/ppk/<SecureXL Instance ID>/drop_statistics |
Syntax for IPv6
ls -lR /proc/ppk6/
cat /proc/ppk6/drop_statistics
cat /proc/ppk6/<SecureXL Instance ID>/drop_statistics |
Example for IPv4
[Expert@HostName-ch0x-0x:0]# g_cat /proc/ppk/drop_statistics Reason Packets Reason Packets -------------------- --------------- -------------------- --------------- general reason 0 CPASXL decision 0 PSLXL decision 0 clr pkt on vpn 0 encrypt failed 0 drop template 0 decrypt failed 0 interface down 0 cluster error 0 XMT error 0 anti spoofing 24987 local spoofing 0 sanity error 0 monitored spoofed 0 QOS decision 0 C2S violation 0 S2C violation 0 Loop prevention 0 DOS Fragments 0 DOS IP Options 0 DOS Blacklists 0 DOS Penalty Box 0 DOS Rate Limiting 0 Syn Attack 0 Reorder 0 Defrag timeout 0 [Expert@HostName-ch0x-0x:0]# |