Information
It is critical that when the network element is at risk of failing to process traffic logs as required, it takes action to mitigate the failure. Audit processing failures include software/hardware errors, failures in the audit capturing mechanisms, and audit storage capacity being reached or exceeded. Responses to audit failure depend on the nature of the failure mode.
In accordance with DOD policy, the traffic log must be sent to a central audit server. When logging functions are lost, system processing cannot be shut down because firewall availability is an overriding concern given the role of the firewall in the enterprise. The system must either be configured to log events to an alternative server or queue log records locally. Upon restoration of the connection to the central audit server, action must be taken to synchronize the local log data with the central audit server.
If the central audit server uses UDP communications instead of a connection oriented protocol such as TCP, a method for detecting a lost connection must be implemented.
NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.
Solution
If using Remote High Speed Logging (recommended):
From the BIG-IP GUI:
1. Local Traffic.
2. Pools.
3. Pool List.
4. <Logging Pool Name>
5. Verify that "Enable Request Queueing" is set to "Yes".
Note: Configuration must be set to "Advanced" to view this option.
From the BIG-IP Console, type the following commands:
tmsh modify ltm pool <Logging Pool Name> queue-on-connection-limit enabled
tmsh save sys config