Cisco IOS XR Router NDM STIG Version Comparison
Cisco IOS XR Router NDM Security Technical Implementation Guide
Comparison
There are 1 differences between versions v3 r3 (April 2, 2025) (the "left" version) and v3 r5 (Jan. 5, 2026) (the "right" version).
Check CISC-ND-001150 was changed between these two versions. Green, underlined text was added, red, struck-out text was removed.
The regular view of the left check and right check may be easier to read.
Text Differences
Title
The Cisco router must be configured to authenticate Network Time Protocol NTP (NTP) sources using authentication with FIPS-compliant algorithms. that is cryptographically based.
Check Content
Review the Cisco router configuration to verify that it is compliant authenticates NTP sources using authentication with this requirement FIPS-compliant algorithms as shown in the configuration example below. ntp authentication-key below: ntp authentication-key 1 md5 hmac-sha2 encrypted 030654090416 trusted-key xxxxxx trusted-key 1 authenticate server 198.51.100.1 1 server x.x.x.x key 1 server y.y.y.y key 1 If the Cisco router is not configured to authenticate NTP sources using authentication with FIPS-compliant algorithms, that is cryptographically based, this is a finding.
Discussion
If NTP Network Time Protocol is not authenticated, an attacker can introduce a rogue NTP server. This rogue server can then be used to send incorrect time information to network devices, which will make log timestamps inaccurate and affect scheduled actions. NTP authentication is used to prevent this tampering by authenticating the time source.
Fix
Configure the Cisco router to authenticate NTP sources using authentication with FIPS-compliant algorithms that is cryptographically based as shown in the example below. RP/0/0/CPU0:R4#ntp below: RP/0/0/CPU0:router# authenticate RP/0/0/CPU0:R4#ntp configure RP/0/0/CPU0:router(config)# ntp RP/0/0/CPU0:router(config-ntp)# authentication-key 1 md5 xxxxxx RP/0/0/CPU0:R4#ntp trusted-key RP/0/0/CPU0:R4#ntp hmac-sha2 encrypted xxxxxx RP/0/0/CPU0:router(config-ntp)# trusted-key 1 RP/0/0/CPU0:router(config-ntp)# authenticate RP/0/0/CPU0:router(config-ntp)# server x.x.x.x 198.51.100.1 key 1 RP/0/0/CPU0:router(config-ntp)# commit 1 RP/0/0/CPU0:R4#ntp server y.y.y.y key 1