STIGhubSTIGhub
STIGsSearchCompareAbout

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • VPAT
  • DISA STIG Library
STIGs updated 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cisco ASA Firewall Security Technical Implementation Guide

V-239858

CAT II (Medium)

The Cisco ASA must be configured to use TCP when sending log records to the central audit server.

Rule ID

SV-239858r819136_rule

STIG

Cisco ASA Firewall Security Technical Implementation Guide

Version

V2R1

CCIs

CCI-000366

Discussion

If the default UDP protocol is used for communication between the hosts and devices to the Central Log Server, then log records that do not reach the log server are not detected as a data loss. The use of TCP to transport log records to the log servers improves delivery reliability.

Check Content

Review the ASA configuration and verify it is configured to use TCP as shown in the example below.

logging host NDM_INTERFACE 10.1.22.2 6/1514
logging permit-hostdown

Note: The command "logging permit-hostdown" must also be configured to ensure that when either the syslog server is down or the log queue is full, new connections to ASA are allowed, to prevent an unintended denial of service. However, log records can be lost if the internal queue fills before restoring the connection to the log server.

If the ASA is not configured to use TCP when sending log records to the central audit server, this is a finding.

Fix Text

Configure the ASA to use TCP when sending log records to the syslog server.

ASA(config)# logging host NDM_INTERFACE 10.1.22.2 6/1514
ASA(config)# logging permit-hostdown