STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cisco NX OS Switch RTR Security Technical Implementation Guide

V-221147

CAT III (Low)

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

Rule ID

SV-221147r999776_rule

STIG

Cisco NX OS Switch RTR Security Technical Implementation Guide

Version

V3R4

CCIs

CCI-004931

Discussion

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.

Check Content

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

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