Hi @Matlu ,
How have we identified that the ISP uplink is being saturated?
Assuming that it is traffic related, analyzing the output of CPView is where you should begin investigating this. Your best bet will be to first look at the "Overview" section of the output of "cpview" while the issue is presenting itself. The "CPU" section will tell you if any of your CPUs are being heavily/fully utilized during the issue. The "Network" section is the other area you want to focus your attention, but you'll need to pay attention to this section both during the issue and outside of it in order to understand whether there's an anomalous amount of bits/packets/connections per second occurring.
If any of the parameters under CPU or Network show anomalous values, proceed to looking at the following sections if CPView:
Network -> Interfaces -> Traffic
Network -> Top-Protocols
Network -> Top-Connections
CPU -> Top-Protocols
CPU -> Top-Connections
The first will tell you whether your firewall is passing enough traffic over its interfaces to "saturate" your ISP uplink.
The second will tell you which services/ports are the most utilized by that traffic.
The third will tell you which individual connections are passing the most traffic.
The fourth and fifth, for CPU, show the same statistics as the network tab, but measured by the load they place on the CPU instead of the raw quantities.
Options #2 and #3 are not enabled by default, as they can be performance-impacting. To enable them, follow sk167903.
These should give you enough information to identify whether the issue stems from a CPU/performance issue, or a flood of traffic (or some combination of both).