SV-80879r1_rule
V-66389
NET2014
NET2014
CAT II
10
Configure the Designated Router (DR) on a global or interface basis to limit the number of mroute states resulting from IGMP or MLD membership reports.
Review the DR configuration to verify that it is limiting the number of mroute states via IGMP or MLD.
If the DR is not limiting multicast join requests via IGMP or MLD, this is a finding.
The following is a PIM sparse mode DR configuration example that limits the number of IGMP join requests on both a global and a per-interface basis
ip multicast-routing
ip igmp limit 80
!
interface FastEthernet 0/1
description User LAN121
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
ip igmp limit 50
!
interface FastEthernet 0/2
description User LAN122
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
ip igmp limit 50
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.
V-66389
False
NET2014
Review the DR configuration to verify that it is limiting the number of mroute states via IGMP or MLD.
If the DR is not limiting multicast join requests via IGMP or MLD, this is a finding.
The following is a PIM sparse mode DR configuration example that limits the number of IGMP join requests on both a global and a per-interface basis
ip multicast-routing
ip igmp limit 80
!
interface FastEthernet 0/1
description User LAN121
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
ip igmp limit 50
!
interface FastEthernet 0/2
description User LAN122
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
ip igmp limit 50
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.
M
838