STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated 1 hour ago
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Nokia Service Router OS 25.x Router Security Technical Implementation Guide

V-283882

CAT III (Low)

The Nokia Provider Edge (PE) router must be configured to implement Internet Group Management Protocol (IGMP) or Multicast Listener Discovery (MLD) snooping for each virtual private local area network services (VPLS) bridge domain.

Rule ID

SV-283882r1203895_rule

STIG

Nokia Service Router OS 25.x Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002385

Discussion

IGMP snooping provides a way to constrain multicast traffic at layer 2. By monitoring the IGMP membership reports sent by hosts within the bridge domain, the snooping application can set up layer 2 multicast forwarding tables to deliver traffic only to ports with at least one interested member within the VPLS bridge, significantly reducing the volume of multicast traffic that would otherwise flood an entire VPLS bridge domain. The IGMP snooping operation applies to both access circuits and pseudowires within a VPLS bridge domain.

Check Content

Review the router configuration to verify IGMP or MLD snooping has been configured for IPv4 and IPv6 multicast traffic, respectively, for each VPLS bridge domain.

Verify igmp-snooping and mld-snooping are enabled using the command below: 

- show service id 10 igmp-snooping all | match "Admin State"

Admin State : Up
IGMP Snooping Admin State : Up

- show service id 10 mld-snooping all | match "Admin State"

Admin State : Up
MLD Snooping Admin State  : Up

If the router is not configured to implement IGMP or MLD snooping for each VPLS bridge domain, this is a finding.

Fix Text

Configure IGMP or MLD snooping for IPv4 and IPv6 multicast traffic, respectively, for each VPLS bridge domain, as shown in the example below: 

- configure service vpls 10 igmp-snooping no shutdown

- configure service vpls 10 mld-snooping no shutdown