AOS must generate an immediate real-time alert of all audit failure events requiring real-time alerts.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-266952 | ARBA-ND-000295 | SV-266952r1039877_rule | CCI-001858 | medium |
| Description | ||||
| It is critical for the appropriate personnel to be aware if a system is at risk of failing to process audit logs as required. Without a real-time alert, security personnel may be unaware of an impending failure of the audit capability, and system operation may be adversely affected. | ||||
| STIG | Date | |||
| HPE Aruba Networking AOS NDM Security Technical Implementation Guide | 2024-10-29 | |||
Related Frameworks
2 paths across 2 frameworks
Related Frameworks
NIST 800-531 mapping
AU-5(2)
1.00
- DISA · V1R1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-001858
1.00
- DISA · V1R1 · disa_xccdf · related
Details
Check Text (C-266952r1039877_chk)
Verify the AOS configuration with the following commands:
show snmp trap-hosts
show snmp trap-list | include wlsxProcessDied
show snmp trap-list | include wlsxProcessRestart
If a SNMP server is not configured and both process traps are not enabled, this is a finding.
Fix Text (F-70779r1039876_fix)
Configure AOS with the following commands:
configure terminal
snmp-server host <IPv4 or IPv6 address> version <SNMP version> snmp-server host <IPv4 or IPv6 address> version <SNMP version> <SNMPv3 username> engine-id <SNMP engine ID>
snmp-server trap wlsxProcessDied
snmp-server trap wlsxProcessRestart
write memory