SV-217328r961068_rule
V-217328
SRG-APP-000190-NDM-000267
JUNI-ND-000710
CAT I
10
Set the idle timeout value to five minutes or less on all configured login classes as shown in the example below.
[edit system login]
set class ADMIN idle-timeout 5
Review the router configuration to verify that all login classes have the idle-timeout value to five minutes or less as shown in the following example:
system {
…
…
…
}
login {
class ADMIN {
idle-timeout 5;
permissions admin-control;
}
}
If the router is not configured to terminate all network connections associated with a device management after five minutes of inactivity, this is a finding.
V-217328
False
JUNI-ND-000710
Review the router configuration to verify that all login classes have the idle-timeout value to five minutes or less as shown in the following example:
system {
…
…
…
}
login {
class ADMIN {
idle-timeout 5;
permissions admin-control;
}
}
If the router is not configured to terminate all network connections associated with a device management after five minutes of inactivity, this is a finding.
M
4034