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