The Nokia router must off-load audit records onto a different system or media than the system being audited.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283784NOKI-ND-000850SV-283784r1203397_ruleCCI-001851medium
Description
Information stored in one location is vulnerable to accidental or incidental deletion or alteration. Off-loading is a common process in information systems with limited audit storage capacity.
STIGDate
Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide2026-06-15

Details

Check Text (C-283784r1203397_chk)

Check the Nokia router configuration to determine if the device off-loads audit records onto a different system or media than the system being audited. One option for off-loading audit records onto a different system is syslog. Verify syslog has been configured using the command below: - show log syslog If the device does not off-load audit records onto a different system or media, this is a finding.

Fix Text (F-88254r1203396_fix)

Configure the Nokia router to off-load audit records onto a different system or media than the system being audited. One option for off-loading audit records onto a different system is syslog. Configure syslog and the log file to be off-loaded to a syslog server as shown below: - configure log syslog <syslog id> - address <syslog server ip address> - level <messages with severity level equal or higher to be reported- recommend warning> - prefix <prefix message that will show up for each log entry> Configure the log file that will be off-loaded to syslog server: - configure log log-id <log id> - from <select any combination of: main change security or debug> - to syslog <syslog id>