The Nokia 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.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-283857 | NOKI-RT-000390 | SV-283857r1203820_rule | CCI-002385 | medium |
| Description | ||||
| The current multicast paradigm can let any host join any multicast group at any time by sending an IGMP or MLD membership report to the DR. In a Protocol Independent Multicast (PIM) Sparse Mode network, the DR will send a PIM Join message for the group to the Rendezvous Point (RP). Without any form of admission control, this can pose a security risk to the entire multicast domain, specifically the multicast routers along the shared tree from the DR to the RP that must maintain the mroute state information for each group join request. Hence, it is imperative that the DR is configured to limit the number of mroute states that must be maintained to mitigate the risk of IGMP or MLD flooding. | ||||
| STIG | Date | |||
| Nokia Service Router OS 25.x Router Security Technical Implementation Guide | 2026-06-15 | |||
Details
Check Text (C-283857r1203820_chk)
Review the DR configuration to verify it is limiting the number of mroute states via IGMP or MLD.
Verify the maximum number of IGMP or MLD groups and maximum group sources is configured using the command below:
- show router igmp interface "TO-CE" detail | match "Max Groups Allowed"
Max Groups Allowed : 200 Max Groups Till Now: 0
- show router mld interface "TO-CE" detail | match "Max Groups Allowed"
Max Groups Allowed : 200 Max Groups Till Now: 0
Note: If both global and per-interface state limiters are configured, the limits configured for per-interface state limiters are still enforced but are constrained by the global limit.
If the DR is not limiting multicast join requests via IGMP or MLD on a global or interface basis, this is a finding.
Fix Text (F-88327r1203819_fix)
Configure the DR on a global or interface basis to limit the number of mroute states resulting from IGMP or MLD membership reports, as shown in the example below:
- configure router igmp interface "TO-CE" max-groups 200
- configure router mld interface "TO-CE" max-groups 200