SV-216816r531087_rule
V-216816
SRG-NET-000362-RTR-000122
CISC-RT-000880
CAT II
10
Configure the DR on a global or interface basis to limit the number of mroute states resulting from IGMP or MLD membership reports.
RP/0/0/CPU0:R5(config)#router igmp
RP/0/0/CPU0:R2(config-igmp)#maximum groups 200
RP/0/0/CPU0:R5(config-igmp)#end
Review the DR configuration to verify that it is limiting the number of mroute states via IGMP or MLD.
Verify IGMP limits have been configured globally or on each host-facing interface via the ip igmp limit command as shown in the example.
router igmp
interface GigabitEthernet0/0/0/0
access-group IGMP_JOIN_FILTER
!
interface GigabitEthernet0/0/0/1
access-group IGMP_JOIN_FILTER
!
maximum groups 200
!Note: After the maximum groups value is met, all additional memberships learned are ignored. If not configured, the default is 5000 which would be an overage for a small to average size multicast deployment.
If the DR is not limiting multicast join requests via IGMP or MLD on a global or interfaces basis, this is a finding.
V-216816
False
CISC-RT-000880
Review the DR configuration to verify that it is limiting the number of mroute states via IGMP or MLD.
Verify IGMP limits have been configured globally or on each host-facing interface via the ip igmp limit command as shown in the example.
router igmp
interface GigabitEthernet0/0/0/0
access-group IGMP_JOIN_FILTER
!
interface GigabitEthernet0/0/0/1
access-group IGMP_JOIN_FILTER
!
maximum groups 200
!Note: After the maximum groups value is met, all additional memberships learned are ignored. If not configured, the default is 5000 which would be an overage for a small to average size multicast deployment.
If the DR is not limiting multicast join requests via IGMP or MLD on a global or interfaces basis, this is a finding.
M
4029