STIGQter STIGQter: STIG Summary: Juniper Router NDM Security Technical Implementation Guide Version: 1 Release: 5 Benchmark Date: 24 Jul 2020:

The Juniper router must be configured to terminate all network connections associated with device management after 10 minutes of inactivity.

DISA Rule

SV-101241r1_rule

Vulnerability Number

V-91141

Group Title

SRG-APP-000190-NDM-000267

Rule Version

JUNI-ND-000710

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-91141

Documentable

False

Rule Version

JUNI-ND-000710

Severity Override Guidance

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.

Check Content Reference

M

Target Key

3381

Comments