STIGQter STIGQter: STIG Summary: Juniper EX Series Switches Network Device Management Security Technical Implementation Guide Version: 2 Release: 5 Benchmark Date: 01 Jul 2026:

The Juniper EX switch must be configured to use an authentication server for the purpose of authenticating users prior to granting administrative access.

DISA Rule

SV-253941r1137887_rule

Vulnerability Number

V-253941

Group Title

SRG-APP-000516-NDM-000336

Rule Version

JUEX-NM-000640

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure the network device to use an authentication server.
set system radius-server <RADIUS-1 address> secret "<PSK>"
set system tacplus-server <TACPLUS-1 address> secret "<PSK>"

Configure the authentication order to use the authentication server as primary source for authentication.
set system authentication-order radius
set system authentication-order tacplus
set system authentication-order password

Check Contents

Review the network device configuration to verify the device is configured to use an authentication server as the primary source for authentication. Verify the RADIUS and/or TACACS+ server addresses.

[edit system]
radius-server {
<RADIUS-1 address> secret "hashed PSK"; ## SECRET-DATA
<RADIUS-2 address> secret "hashed PSK"; ## SECRET-DATA
}
tacplus-server {
<TACPLUS-1 address> secret "hashed PSK"; ## SECRET-DATA
<TACPLUS-2 address> secret "hashed PSK"; ## SECRET-DATA
}

Verify the authentication order places the external authentication server first.
[edit system]
authentication-order [ radius tacplus password ];

Note: Only the global authentication order is required; all administrative access methods will honor the global setting unless configured separately.

If the network device is not configured to use an authentication server to authenticate users prior to granting administrative access, this is a finding.

Vulnerability Number

V-253941

Documentable

False

Rule Version

JUEX-NM-000640

Severity Override Guidance

Review the network device configuration to verify the device is configured to use an authentication server as the primary source for authentication. Verify the RADIUS and/or TACACS+ server addresses.

[edit system]
radius-server {
<RADIUS-1 address> secret "hashed PSK"; ## SECRET-DATA
<RADIUS-2 address> secret "hashed PSK"; ## SECRET-DATA
}
tacplus-server {
<TACPLUS-1 address> secret "hashed PSK"; ## SECRET-DATA
<TACPLUS-2 address> secret "hashed PSK"; ## SECRET-DATA
}

Verify the authentication order places the external authentication server first.
[edit system]
authentication-order [ radius tacplus password ];

Note: Only the global authentication order is required; all administrative access methods will honor the global setting unless configured separately.

If the network device is not configured to use an authentication server to authenticate users prior to granting administrative access, this is a finding.

Check Content Reference

M

Target Key

5477