counters – a family of commands for viewing event counters

show counters tcp

Show event counters related to the TCP protocol.

show counters fragments

Show counters:

  1. ingress-buffer-dropped is the number of packets dropped on the inbound interface because their size exceeded the buffer size.
  2. error-fragments-dropped is the number of packets that the NGFW could not reassemble correctly (fragment reassembly errors on NGFW).

Example output:

ngfw> show counters fragments
{
  "ngfw-counters:counters": {
    "fragments": {
      "ingress-buffer-dropped": "123",
      "error-fragments-dropped": "321"
    }
  }
}

| Prev | Home | Next |