SV-101257r1_rule
V-91157
SRG-APP-000373-NDM-000298
JUNI-ND-001020
CAT II
10
Configure the router to synchronize its clock with redundant authoritative time sources as shown in the example below.
[edit system ntp]
set server x.x.x.x
set server x.x.x.x prefer
Review the router configuration to verify that it is compliant with this requirement as shown in the configuration example below.
system {
…
…
…
}
ntp {
server x.x.x.x prefer;
server x.x.x.x;
}
If the router is not configured to synchronize its clock with redundant authoritative time sources, this is a finding.
V-91157
False
JUNI-ND-001020
Review the router configuration to verify that it is compliant with this requirement as shown in the configuration example below.
system {
…
…
…
}
ntp {
server x.x.x.x prefer;
server x.x.x.x;
}
If the router is not configured to synchronize its clock with redundant authoritative time sources, this is a finding.
M
3381