SV-80869r1_rule
V-66379
NET2012
NET2012
CAT II
10
Configure the Designated Router (DR) to rate limit the number of multicast register messages it will allow for each (S, G) entry.
Review the configuration of the DR to verify that it is rate limiting the number of multicast register messages.
If the DR is not limiting multicast register messages, this is a finding.
The following is a PIM sparse mode configuration example that limits the number of register messages for each (S, G) multicast entry to 10 per second.
ip multicast-routing
!
interface FastEthernet 0/0
description link to core
ip address 192.168.123.2 255.255.255.0
ip pim sparse-mode
!
interface FastEthernet 0/1
description User LAN
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
!
ip pim rp-address 1.1.1.1
ip pim register-rate 10
V-66379
False
NET2012
Review the configuration of the DR to verify that it is rate limiting the number of multicast register messages.
If the DR is not limiting multicast register messages, this is a finding.
The following is a PIM sparse mode configuration example that limits the number of register messages for each (S, G) multicast entry to 10 per second.
ip multicast-routing
!
interface FastEthernet 0/0
description link to core
ip address 192.168.123.2 255.255.255.0
ip pim sparse-mode
!
interface FastEthernet 0/1
description User LAN
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
!
ip pim rp-address 1.1.1.1
ip pim register-rate 10
M
838