SV-101289r1_rule
V-91189
SRG-APP-000516-NDM-000336
JUNI-ND-001360
CAT I
10
Step 1: Configure the authentication server as shown in the following example:
[edit system]
set radius-server x.x.x.x secret xxxxxxxxx
Step 2: Configure the authentication order to use the authentication server 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 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 an authentication server 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
}
If the router is not configured to use an authentication server for the purpose of authenticating users prior to granting administrative access, this is a finding.
V-91189
False
JUNI-ND-001360
Review the router configuration to verify that the device is configured to use an authentication server 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
}
If the router is not configured to use an authentication server for the purpose of authenticating users prior to granting administrative access, this is a finding.
M
3381