Offloading traffic denied by a firewall policy to reduce CPU usage
If you have enabled the following option, all traffic denied by a firewall policy is added to the session table:
config system settings
set ses-denied-traffic enable
end
Enabling this option can affect CPU usage since the software needs to maintain more sessions in the session table. However, you can use the following command to offload these sessions to NP6 processors and reduce CPU usage:
config system npu
set session-denied-offload enable
end