SV-101287r1_rule
V-91187
SRG-APP-000516-NDM-000334
JUNI-ND-001340
CAT II
10
Configure the router to generate log records for a locally developed list of auditable events as shown in the example below.
[edit system]
set syslog file LOG_FILE authorization info
set syslog file LOG_FILE security info
set syslog file LOG_FILE firewall info
set syslog file LOG_FILE change-log info
Note: A syslog server can be configured in lieu of logging to a file as shown in the example below.
set syslog host x.x.x.x authorization info
set syslog host x.x.x.x security info
set syslog host x.x.x.x firewall info
set syslog host x.x.x.x change-log info
Review the router configuration to verify that it is compliant with this requirement. The example below illustrates how selected events can be logged.
syslog {
file LOG_FILE {
authorization info;
security info;
firewall info;
change-log info;
}
}
Note: A syslog server can be configured in lieu of logging to a file as shown in the example below.
system {
syslog {
host x.x.x.x {
authorization info;
security info;
firewall info;
change-log info;
}
}
If the router is not configured to generate log records for a locally developed list of auditable events, this is a finding.
V-91187
False
JUNI-ND-001340
Review the router configuration to verify that it is compliant with this requirement. The example below illustrates how selected events can be logged.
syslog {
file LOG_FILE {
authorization info;
security info;
firewall info;
change-log info;
}
}
Note: A syslog server can be configured in lieu of logging to a file as shown in the example below.
system {
syslog {
host x.x.x.x {
authorization info;
security info;
firewall info;
change-log info;
}
}
If the router is not configured to generate log records for a locally developed list of auditable events, this is a finding.
M
3381