STIGhubSTIGhub
STIGsRMF ControlsCompare

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
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated just now
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to RUCKUS ICX Router Security Technical Implementation Guide

V-273664

CAT III (Low)

The RUCKUS ICX Multicast Source Discovery Protocol (MSDP) Router must be configured to use its loopback address when originating MSDP traffic.

Rule ID

SV-273664r1110903_rule

STIG

RUCKUS ICX Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000366

Discussion

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.

Check Content

Review configuration to verify that MSDP uses a loopback address as its source.  

interface loopback 1
 ip address x.x.x.x 255.255.255.255
!
router msdp
 msdp-peer x.x.x.x connect-source loopback 1
!

If the MSDP router does not use its loopback address as the source address for MSDP traffic, this is a finding.

Fix Text

Configure the router's loopback address to be used as the source address when originating traffic.

1. Create loopback interface.  
ICX(config)#interface loop 1
ICX(config-lbif-1)#ip addr x.x.x.x/32

2. Set the loopback interface as source for MSDP peers. 
ICX(config)#router msdp
ICX(config-msdp-router)#l msdp-peer x.x.x.x connect-source loop 1