Global couter historical blockages or drops due to asymmetric traffic.
Global couter historical blockages or drops due to asymmetric traffic.
Hello, good evening, as always thanks for the collaboration.
Is it possible to review the history, not what changed in the last hour, minutes or seconds, but the history of the last 6 or 8 hours ?
Is it possible ?
If I run a show counter global filter packet-filter packet-filter no | match drop
Without using the delta, these values that appear for example this output, indicates zero drop and value 3118246
show counter global filter packet-filter no | match flow_tcp_non_syn_drop
flow_tcp_non_syn_drop 3118246 0 drop flow session Packets dropped: non-SYN TCP without session match
show counter global filter packet-filter no | match out_of_wnd
tcp_drop_out_of_wnd 225073 0 warn tcp resource out-of-window packets dropped
show counter global filter packet-filter no | match tcp_out_of_sync
tcp_out_of_sync 949 0 warn tcp pktproc can't continue tcp reassembly because it is out of sync
To better interpret this, in first 3118246 value, what time does it correspond to? and this 0, well I guess it is not or has not
applied drop to any connection, right?
Thanks
I remain attentive
Best regards


name value rate severity category aspect description
(active)> show counter global | match flow_tcp_non_syn
flow_tcp_non_syn 3119822 0 info flow session Non-SYN TCP packets without session match
flow_tcp_non_syn_drop 3119822 0 drop flow session Packets dropped: non-SYN TCP without session match
(active)> show counter global | match flow_tcp_non_syn
flow_tcp_non_syn 3119825 0 info flow session Non-SYN TCP packets without session match
flow_tcp_non_syn_drop 3119825 0 drop flow session Packets dropped: non-SYN TCP without session match
(active)> show counter global | match flow_tcp_non_syn
flow_tcp_non_syn 3119825 0 info flow session Non-SYN TCP packets without session match
flow_tcp_non_syn_drop 3119825 0 drop flow session Packets dropped: non-SYN TCP without session match
So this show o drop, 0 info, change number from 3119822 to 3119825 but then there is no drop ? is it correct ? the counter goes up but there is no drop as such ? I did this second by second by second immediately one after the other.