1) Intermittent packet drops are observed in an environment with High number of fragmented packets.
2) From the Edge node support bundle, users observe rx_nombufs on one or several physical ports
less ./edge/physical-ports-stats | grep -iE "name|rx_misses|rx_nombufs"
"name": "fp-eth0",
"rx_misses": 29221, <<
"rx_nombufs": 205794159, <<
AND
Users would observe that a lot of packets sitting in the fragmentation queue.
less ./edge/fw-if-total-stats | grep frag
"reason-queued-frag": 54917, << These 2 counters key identifiers of the issue
"reason-other-frag": 54381, <<