SV-217350r961863_rule
V-217350
SRG-APP-000516-NDM-000336
JUNI-ND-001360
CAT I
10
Step 1: Configure the authentication servers as shown in the following example:
[edit system]
set radius-server x.x.x.x secret xxxxxxxxx
set radius-server x.x.x.x secret xxxxxxxxx
Step 2: Configure the authentication order to use the authentication servers as primary source for authentication as shown in the following example:
set authentication-order radius
Note: If there is no response from the authentication server, JUNOS will authenticate using a local account as last resort. It is recommended to not configure the password at the end of the authentication order, as JUNOS will attempt to authenticate using a local account upon a rejection from the authentication server.
Review the router configuration to verify that the device is configured to use at least two authentication servers as primary source for authentication as shown in the following example:
system {
authentication-order radius;
}
radius-server {
x.x.x.x secret "$8$xYW-dsq.5zF/wYnC"; ## SECRET-DATA
}
radius-server {
x.x.x.x secret "$8$xYW-dsq.5zF/wYnC"; ## SECRET-DATA
}
If the router is not configured to use at least two authentication servers for the purpose of authenticating users prior to granting administrative access, this is a finding.
V-217350
False
JUNI-ND-001360
Review the router configuration to verify that the device is configured to use at least two authentication servers as primary source for authentication as shown in the following example:
system {
authentication-order radius;
}
radius-server {
x.x.x.x secret "$8$xYW-dsq.5zF/wYnC"; ## SECRET-DATA
}
radius-server {
x.x.x.x secret "$8$xYW-dsq.5zF/wYnC"; ## SECRET-DATA
}
If the router is not configured to use at least two authentication servers for the purpose of authenticating users prior to granting administrative access, this is a finding.
M
4034