UCF STIG Viewer Logo

The Cisco Multicast Source Discovery Protocol (MSDP) switch must be configured to use a loopback address as the source address when originating MSDP traffic.


Overview

Finding ID Version Rule ID IA Controls Severity
V-221147 CISC-RT-000950 SV-221147r622190_rule Low
Description
Using a loopback address as the source address offers a multitude of uses for security, access, management, and scalability of MSDP switches. It is easier to construct appropriate ingress filters for switch 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 switch’s loopback address instead of the numerous physical interface addresses.
STIG Date
Cisco NX-OS Switch RTR Security Technical Implementation Guide 2021-03-29

Details

Check Text ( C-22862r409930_chk )
Step 1: Review the switch configuration to verify that a loopback address has been configured.

interface Loopback12
ip address x.12.2.2/32

Step 2: Verify that the loopback interface is used as the source address for all MSDP packets generated by the switch.

ip msdp peer x.44.2.34 connect-source Loopback12 remote-as nn

If the switch does not use its loopback address as the source address when originating MSDP traffic, this is a finding.
Fix Text (F-22851r409931_fix)
Configure the switch to use its loopback address is used as the source address when sending MSDP packets.

SW1(config)# ip msdp peer x.44.2.34 connect-source lo12 remote-as nn