DISA STIGS Viewer

In the event that communication with the central audit server is lost, the F5 BIG-IP appliance must continue to queue traffic log records locally.

Overview

Finding ID Version Rule ID IA Controls Severity
V-266257 F5BI-FW-300012 SV-266257r1024871_rule   Low
Description
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.
STIG Date
F5 BIG-IP TMOS Firewall Security Technical Implementation Guide 2024-09-09

Details

Check Text (C-70181r1024017_chk)
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".

From the BIG-IP Console, type the following commands:

tmsh list ltm pool <Logging Pool Name> queue-on-connection-limit

Note: Verify this is enabled.

If the BIG-IP appliance is not configured to queue traffic log records locally in the event that communication with the central audit server is lost, this is a finding.
Fix Text (F-70084r1024870_fix)
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