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-273583

CAT III (Low)

The RUCKUS ICX multicast edge router must be configured to establish boundaries for administratively scoped multicast traffic.

Rule ID

SV-273583r1110888_rule

STIG

RUCKUS ICX Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-001414

Discussion

If multicast traffic is forwarded beyond the intended boundary, it is possible that it can be intercepted by unauthorized or unintended personnel. Administrative scoped multicast addresses are locally assigned and are to be used exclusively by the enterprise network or enclave. Administrative scoped multicast traffic must not cross the enclave perimeter in either direction. Restricting multicast traffic makes it more difficult for a malicious user to access sensitive traffic. Admin-Local scope is encouraged for any multicast traffic within a network intended for network management, as well as for control plane traffic that must reach beyond link-local destinations.

Check Content

Verify boundaries are established for administratively scoped multicast traffic:

ip access-list standard MULTICAST_SCOPE
 sequence 10 deny 239.0.0.0 0.255.255.255
 sequence 20 permit any
!

interface ethernet 1/1/10
 ip address x.12.1.10 255.255.255.0
 ip pim-sparse
 ip pim neighbor-filter PIM_NEIGHBORS
 ip multicast-boundary MULTICAST_SCOPE
!

If the multicast boundary is not established, this is a finding.

Fix Text

Establish a multicast boundary for administratively scoped multicast traffic:

ip access-list standard MULTICAST_SCOPE
 sequence 10 deny 239.0.0.0 0.255.255.255
 sequence 20 permit any
!
interface ethernet 1/1/10
 ip address x.12.1.10 255.255.255.0
 ip pim-sparse
 ip pim neighbor-filter PIM_NEIGHBORS
 ip multicast-boundary MULTICAST_SCOPE
!