SV-215690r521266_rule
V-215690
SRG-APP-000343-NDM-000289
CISC-ND-000940
CAT II
10
Configure the Cisco router to log all commands entered from the command line interface as well as log all configuration changes as shown in the following example:
R1(config)#logging userinfo
R1(config)#archive
R1(config-archive)#log config
R1(config-archive-log-cfg)#logging enable
R1(config-archive-log-cfg)#end
Review the Cisco router configuration to verify that it is compliant with this requirement. The configuration example below will log all commands entered from the command line interface as well as log all configuration changes.
hostname R1
!
logging userinfo
!
…
…
…
archive
log config
logging enable
!
Note: The logging userinfo global configuration command will generate a log when a user increases his or her privilege level.
If the Cisco router is not configured to log all commands entered from the command line interface as well as log all configuration changes, this is a finding.
V-215690
False
CISC-ND-000940
Review the Cisco router configuration to verify that it is compliant with this requirement. The configuration example below will log all commands entered from the command line interface as well as log all configuration changes.
hostname R1
!
logging userinfo
!
…
…
…
archive
log config
logging enable
!
Note: The logging userinfo global configuration command will generate a log when a user increases his or her privilege level.
If the Cisco router is not configured to log all commands entered from the command line interface as well as log all configuration changes, this is a finding.
M
4014