STIGQter STIGQter: STIG Summary: Juniper EX Series Switches Router Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 24 Jul 2024:

The Juniper multicast Designated Router (DR) must be configured to limit the number of mroute states resulting from Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) Host Membership Reports.

DISA Rule

SV-254042r844159_rule

Vulnerability Number

V-254042

Group Title

SRG-NET-000362-RTR-000122

Rule Version

JUEX-RT-000700

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the DR on a global or interface basis to limit the number of mroute states resulting from IGMP or MLD membership reports.

set protocols igmp interface <name>.<logical unit> group-limit <1..32767>
set protocols mld interface <name>.<logical unit> group-limit <1..32767>

Check Contents

Review the DR configuration to verify that it is limiting the number of mroute states via IGMP or MLD. Verify the group-limit parameter is appropriate for the target network.

[edit protocols]
igmp {
interface <name>.<logical unit> {
group-limit <1..32767>;
}
}
mld {
interface <name>.<logical unit> {
group-limit <1..32767>;
}
}

If the DR is not limiting multicast join requests via IGMP or MLD, this is a finding.

Vulnerability Number

V-254042

Documentable

False

Rule Version

JUEX-RT-000700

Severity Override Guidance

Review the DR configuration to verify that it is limiting the number of mroute states via IGMP or MLD. Verify the group-limit parameter is appropriate for the target network.

[edit protocols]
igmp {
interface <name>.<logical unit> {
group-limit <1..32767>;
}
}
mld {
interface <name>.<logical unit> {
group-limit <1..32767>;
}
}

If the DR is not limiting multicast join requests via IGMP or MLD, this is a finding.

Check Content Reference

M

Target Key

5479