The Nokia Multicast Source Discovery Protocol (MSDP) router must be configured to use its loopback address as the source address when originating MSDP traffic.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283831NOKI-RT-000130SV-283831r1203742_ruleCCI-000366low
Description
Using a loopback address as the source address offers a multitude of uses for security, access, management, and scalability of MSDP routers. It is easier to construct appropriate ingress filters for router management plane traffic destined to the network management subnet since the source addresses will be from the range used for loopback interfaces instead of a larger range of addresses used for physical interfaces. Log information recorded by authentication and syslog servers will record the router's loopback address instead of the numerous physical interface addresses.
STIGDate
Nokia Service Router OS 25.x Router Security Technical Implementation Guide2026-06-15

Details

Check Text (C-283831r1203742_chk)

Review the router configuration to verify a loopback address has been configured. Verify a loopback interface is used as the source address for all MSDP packets generated by the router. Verify "Local Address" is defined using the example below: - show router msdp status | match "Local Address" Local Address : 3.3.3.3 If the router does not use its loopback address as the source address when originating MSDP traffic, this is a finding.

Fix Text (F-88301r1203741_fix)

Ensure the router's loopback address is used as the source address when originating traffic. Configure the local address for the MSDP, as shown in the example below: - configure router msdp local-address 3.3.3.3