The Nokia router must not be configured to use IPv6 Site Local Unicast addresses.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283899NOKI-RT-000880SV-283899r1203946_ruleCCI-000366medium
Description
As currently defined, site local addresses are ambiguous and can be present in multiple sites. The address itself does not contain any indication of the site to which it belongs. The use of site-local addresses could adversely affect network security through leaks, ambiguity, and potential misrouting as documented in section 2 of RFC3879. RFC3879 formally deprecates the IPv6 site-local unicast prefix FEC0::/10 as defined in RFC3513.
STIGDate
Nokia Service Router OS 25.x Router Security Technical Implementation Guide2026-06-15

Details

Check Text (C-283899r1203946_chk)

Review the router configuration to ensure FEC0::/10 IP addresses are not defined. Use the command below and verify IPv6 addresses are defined for all interfaces: - show router interface "TO-CORE" detail | match "IPv6 Address" IPv6 Address : 2001:db8:100:1::1/64 If IPv6 Site Local Unicast addresses are defined, this is a finding.

Fix Text (F-88369r1203945_fix)

Configure the router using authorized IPv6 addresses using the example below: - configure router interface TO-CORE - config>router>if$ ipv6 address 2001:db8:100:1::1/64 - config>router>if$ port 1/1/c8/1 - config>router>if$ exit all