- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-01-2018 06:46 PM
Is there any specific counter to tell if traffic is being dropped during high-dataplane utilization ~100%.
The show counter interface <interface> specifies dropped packets & packets dropped due to flow state checks. but will there be any slighest chance that we are dropping traffic because the chip buffers are under severe load.
11-02-2018 06:35 AM - edited 11-02-2018 06:37 AM
Does this get you close?
admin> set cli pager off
admin> show counter global filter severity drop
admin> show counter global filter severity drop | match "Packets dropped"
flow_rcv_err 769503 0 drop flow parse Packets dropped: flow stage receive error
12-21-2019 07:41 PM - edited 09-18-2020 07:56 PM
Use Below command
show counter global filter delta yes severity drop
Global counters:
Elapsed time since last sampling: 1.415 seconds
name value rate severity category aspect description
--------------------------------------------------------------------------------
flow_policy_deny 12 8 drop flow session Session setup: denied by policy
flow_tcp_non_syn_drop 13 9 drop flow session Packets dropped: non-SYN TCP without session match
flow_fwd_l3_mcast_drop 15 10 drop flow forward Packets dropped: no route for IP multicast
flow_fwd_l3_ttl_zero 14 9 drop flow forward Packets dropped: IP TTL reaches zero
flow_action_close 1 0 drop flow pktproc TCP sessions closed via injecting RST
flow_fpga_egress_exception_err 5 3 drop flow offload Packets dropped: receive egress exception error from offload processor
--------------------------------------------------------------------------------
Total counters shown: 6
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!