SV-253920r1018769_rule
V-253920
SRG-APP-000373-NDM-000298
JUEX-NM-000430
CAT II
10
Configure the network device to synchronize internal information system clocks with the primary and secondary time sources.
set system ntp authentication-key 1 type sha256
set system ntp authentication-key 1 value "PSK"
set system ntp authentication-key 2 type sha1
set system ntp authentication-key 2 value "PSK"
set system ntp server <address 1> key 1
set system ntp server <address 1> prefer
set system ntp server <address 2> key 2
set system ntp trusted-key 1
set system ntp trusted-key 2
set system ntp source-address <lo0 or OOBM address>
Determine if the network device is configured to synchronize internal information system clocks with the primary and secondary time sources.
Verify the Network Time Protocol (NTP) configuration.
[edit system ntp]
authentication-key 1 type sha256 value "PSK"; ## SECRET-DATA
authentication-key 2 type sha1 value "PSK"; ## SECRET-DATA
server <address 1> key 1 prefer; ## SECRET-DATA
server <address 2> key 2; ## SECRET-DATA
trusted-key [ 1 2 ];
source-address <lo0 or OOBM address>;
If the network device is not configured to synchronize internal information system clocks with the primary and secondary time sources, this is a finding.
V-253920
False
JUEX-NM-000430
Determine if the network device is configured to synchronize internal information system clocks with the primary and secondary time sources.
Verify the Network Time Protocol (NTP) configuration.
[edit system ntp]
authentication-key 1 type sha256 value "PSK"; ## SECRET-DATA
authentication-key 2 type sha1 value "PSK"; ## SECRET-DATA
server <address 1> key 1 prefer; ## SECRET-DATA
server <address 2> key 2; ## SECRET-DATA
trusted-key [ 1 2 ];
source-address <lo0 or OOBM address>;
If the network device is not configured to synchronize internal information system clocks with the primary and secondary time sources, this is a finding.
M
5477