The HPE Alletra Storage ArcusOS device must be configured to collect and send SNMPv3 notifications.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-283074 | SRG-APP-000795-WSR-000130 | ASMP-WS-001160 | SV-283074r1193914_rule | 2026-03-03 | 1 |
Description
Audit information includes all information needed to successfully audit system activity, such as audit records, audit log settings, audit reports, and personally identifiable information. Audit logging tools are those programs and devices used to conduct system audit and logging activities. Protection of audit information focuses on technical protection and limits the ability to access and execute audit logging tools to authorized individuals. Physical protection of audit information is addressed by both media protection controls and physical and environmental protection controls.
ℹ️ Check
Identify the SNMP trap recipient and report SNMP configuration:
cli% showsnmpmgr
HostIP Port SNMPVersion User Notify AlertClear
<snmp trap recipient IP> 162 3 Alletrasnmpuser standard standard
If the SNMP trap recipient IP address is incorrect, this is a finding.
If the SNMP port is not "162", this is a finding.
If the SNMP version is not "3", this is a finding.
If the SNMP user ID is incorrect, this is a finding.
✔️ Fix
Configure SNMPv3 alert notifications using the following sequence of operations:
Add the IP address of the SNMPv3 trap recipient, where permissions of the account are used:
cli% addsnmpmgr -version 3 -snmpuser Alletrasnmpuser <ip address>